Skip to content

Commit 88fd31c

Browse files
committed
prepare release 1.5.1
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 231e9bd commit 88fd31c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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.1-SNAPSHOT</version>
11+
<version>1.5.1</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.1-SNAPSHOT</version>
11+
<version>1.5.1</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.1-SNAPSHOT</version>
11+
<version>1.5.1</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.1-SNAPSHOT</version>
11+
<version>1.5.1</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.1-SNAPSHOT</version>
11+
<version>1.5.1</version>
1212
</parent>
1313

1414
<artifactId>logback-examples</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>ch.qos.logback</groupId>
99
<artifactId>logback-parent</artifactId>
10-
<version>1.5.1-SNAPSHOT</version>
10+
<version>1.5.1</version>
1111
<packaging>pom</packaging>
1212

1313
<name>Logback-Parent</name>
@@ -48,7 +48,7 @@
4848

4949
<properties>
5050
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
51-
<project.build.outputTimestamp>2024-02-17T10:57:20Z</project.build.outputTimestamp>
51+
<project.build.outputTimestamp>2024-02-28T13:34:00Z</project.build.outputTimestamp>
5252

5353
<!-- minimal JDK version at runtime -->
5454
<jdk.version>11</jdk.version>

0 commit comments

Comments
 (0)