Skip to content

Commit 51b6d20

Browse files
committed
prepare release 1.7.34
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent d22943f commit 51b6d20

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed

integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.34-SNAPSHOT</version>
10+
<version>1.7.34</version>
1111
</parent>
1212

1313
<artifactId>integration</artifactId>

jcl-over-slf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.slf4j</groupId>
77
<artifactId>slf4j-parent</artifactId>
8-
<version>1.7.34-SNAPSHOT</version>
8+
<version>1.7.34</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

jul-to-slf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.34-SNAPSHOT</version>
10+
<version>1.7.34</version>
1111
</parent>
1212

1313
<artifactId>jul-to-slf4j</artifactId>

log4j-over-slf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.34-SNAPSHOT</version>
10+
<version>1.7.34</version>
1111
</parent>
1212

1313

osgi-over-slf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.34-SNAPSHOT</version>
10+
<version>1.7.34</version>
1111
</parent>
1212

1313
<artifactId>osgi-over-slf4j</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.slf4j</groupId>
88
<artifactId>slf4j-parent</artifactId>
9-
<version>1.7.34-SNAPSHOT</version>
9+
<version>1.7.34</version>
1010

1111
<packaging>pom</packaging>
1212
<name>SLF4J</name>
@@ -43,7 +43,7 @@
4343
<slf4j.api.minimum.compatible.version>1.6.0</slf4j.api.minimum.compatible.version>
4444
<cal10n.version>0.8.1</cal10n.version>
4545
<log4j.version>1.2.17</log4j.version>
46-
<reload4j.version>1.2.18.0</reload4j.version>
46+
<reload4j.version>1.2.18.3</reload4j.version>
4747
<logback.version>1.0.13</logback.version>
4848
<junit.version>4.12</junit.version>
4949
<maven-site-plugin.version>3.3</maven-site-plugin.version>

slf4j-android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.34-SNAPSHOT</version>
10+
<version>1.7.34</version>
1111
</parent>
1212

1313
<artifactId>slf4j-android</artifactId>

slf4j-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.34-SNAPSHOT</version>
10+
<version>1.7.34</version>
1111
</parent>
1212

1313
<artifactId>slf4j-api</artifactId>

slf4j-ext/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.34-SNAPSHOT</version>
10+
<version>1.7.34</version>
1111
</parent>
1212

1313
<artifactId>slf4j-ext</artifactId>

slf4j-jcl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.34-SNAPSHOT</version>
10+
<version>1.7.34</version>
1111
</parent>
1212

1313
<artifactId>slf4j-jcl</artifactId>

0 commit comments

Comments
 (0)