Skip to content

Commit 4fa92fc

Browse files
committed
start work on 2.0.17-SNAPSHOT
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 101086b commit 4fa92fc

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

integration/pom.xml

+1-1
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>2.0.16</version>
10+
<version>2.0.17-SNAPSHOT</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

jcl-over-slf4j/pom.xml

+1-1
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>2.0.16</version>
8+
<version>2.0.17-SNAPSHOT</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

jul-to-slf4j/pom.xml

+1-1
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>2.0.16</version>
10+
<version>2.0.17-SNAPSHOT</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

log4j-over-slf4j/pom.xml

+1-1
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>2.0.16</version>
10+
<version>2.0.17-SNAPSHOT</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

osgi-over-slf4j/pom.xml

+1-1
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>2.0.16</version>
10+
<version>2.0.17-SNAPSHOT</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.slf4j</groupId>
99
<artifactId>slf4j-bom</artifactId>
10-
<version>2.0.16</version>
10+
<version>2.0.17-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -26,7 +26,7 @@
2626

2727
<properties>
2828
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
29-
<project.build.outputTimestamp>2024-08-10T09:01:00Z</project.build.outputTimestamp>
29+
<project.build.outputTimestamp>2024-08-10T09:38:18Z</project.build.outputTimestamp>
3030
<latest.1.version>1.7.36</latest.1.version>
3131
<!-- java.util.ServiceLoader requires Java 6 -->
3232
<jdk.version>8</jdk.version>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.slf4j</groupId>
88
<artifactId>slf4j-bom</artifactId>
9-
<version>2.0.16</version>
9+
<version>2.0.17-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<url>http://www.slf4j.org</url>

slf4j-api/pom.xml

+1-1
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>2.0.16</version>
10+
<version>2.0.17-SNAPSHOT</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

slf4j-ext/pom.xml

+1-1
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>2.0.16</version>
10+
<version>2.0.17-SNAPSHOT</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

slf4j-jdk-platform-logging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>slf4j-parent</artifactId>
1010
<groupId>org.slf4j</groupId>
11-
<version>2.0.16</version>
11+
<version>2.0.17-SNAPSHOT</version>
1212
<relativePath>../parent/pom.xml</relativePath>
1313
</parent>
1414

slf4j-jdk14/pom.xml

+1-1
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>2.0.16</version>
10+
<version>2.0.17-SNAPSHOT</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

slf4j-log4j12/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.slf4j</groupId>
1010
<artifactId>slf4j-parent</artifactId>
11-
<version>2.0.16</version>
11+
<version>2.0.17-SNAPSHOT</version>
1212
<relativePath>../parent/pom.xml</relativePath>
1313
</parent>
1414

slf4j-migrator/pom.xml

+1-1
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>2.0.16</version>
10+
<version>2.0.17-SNAPSHOT</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

slf4j-nop/pom.xml

+1-1
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>2.0.16</version>
10+
<version>2.0.17-SNAPSHOT</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

slf4j-reload4j/pom.xml

+1-1
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>2.0.16</version>
10+
<version>2.0.17-SNAPSHOT</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

slf4j-simple/pom.xml

+1-1
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>2.0.16</version>
10+
<version>2.0.17-SNAPSHOT</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)