Skip to content

Commit c32c92a

Browse files
committed
prepare release 1.5.15
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 402fc67 commit c32c92a

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

logback-access/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ch.qos.logback</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.5.15-SNAPSHOT</version>
11+
<version>1.5.15</version>
1212
</parent>
1313

1414
<artifactId>logback-access</artifactId>

logback-classic-blackbox/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ch.qos.logback</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.5.15-SNAPSHOT</version>
11+
<version>1.5.15</version>
1212
</parent>
1313

1414
<artifactId>logback-classic-blackbox</artifactId>

logback-classic/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ch.qos.logback</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.5.15-SNAPSHOT</version>
11+
<version>1.5.15</version>
1212
</parent>
1313

1414
<artifactId>logback-classic</artifactId>

logback-core-blackbox/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ch.qos.logback</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.5.15-SNAPSHOT</version>
11+
<version>1.5.15</version>
1212
</parent>
1313

1414
<artifactId>logback-core-blackbox</artifactId>

logback-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ch.qos.logback</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.5.15-SNAPSHOT</version>
11+
<version>1.5.15</version>
1212
</parent>
1313

1414
<artifactId>logback-core</artifactId>

logback-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ch.qos.logback</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.5.15-SNAPSHOT</version>
11+
<version>1.5.15</version>
1212
</parent>
1313

1414
<artifactId>logback-examples</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>ch.qos.logback</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.5.15-SNAPSHOT</version>
11+
<version>1.5.15</version>
1212
<packaging>pom</packaging>
1313

1414
<name>Logback-Parent</name>
@@ -50,7 +50,7 @@
5050

5151
<properties>
5252
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
53-
<project.build.outputTimestamp>2024-12-19T15:46:23Z</project.build.outputTimestamp>
53+
<project.build.outputTimestamp>2024-12-21T15:23:00Z</project.build.outputTimestamp>
5454

5555
<!-- minimal JDK version at runtime -->
5656
<jdk.version>11</jdk.version>

0 commit comments

Comments
 (0)