Skip to content

Commit 2756640

Browse files
committed
prepare release 1.5.9
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 81d8376 commit 2756640

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.9-SNAPSHOT</version>
11+
<version>1.5.9</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.9-SNAPSHOT</version>
11+
<version>1.5.9</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.9-SNAPSHOT</version>
11+
<version>1.5.9</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.9-SNAPSHOT</version>
11+
<version>1.5.9</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.9-SNAPSHOT</version>
11+
<version>1.5.9</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.9-SNAPSHOT</version>
11+
<version>1.5.9</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.9-SNAPSHOT</version>
11+
<version>1.5.9</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-09-07T19:00:11Z</project.build.outputTimestamp>
53+
<project.build.outputTimestamp>2024-10-08T13:27:00Z</project.build.outputTimestamp>
5454

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

0 commit comments

Comments
 (0)