Skip to content

Commit 6beda7b

Browse files
committed
prepare release 1.5.0
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 7e4e6e2 commit 6beda7b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

logback-classic-blackbox/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
</parent>
1313

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

logback-classic/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
</parent>
1313

1414
<artifactId>logback-classic</artifactId>

logback-core-blackbox/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
</parent>
1313

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

logback-core/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
</parent>
1313

1414
<artifactId>logback-core</artifactId>

logback-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
</parent>
1313

1414
<artifactId>logback-examples</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
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.0-SNAPSHOT</version>
10+
<version>1.5.0</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-01T10:08:32Z</project.build.outputTimestamp>
51+
<project.build.outputTimestamp>2024-02-16T17:42:00Z</project.build.outputTimestamp>
5252

5353
<!-- minimal JDK version at runtime -->
5454
<jdk.version>11</jdk.version>
@@ -71,7 +71,7 @@
7171
<!-- slf4j.version property is used below, in
7272
logback-classic/pom.xml, /logback-examples/src/main/resources/setClasspath.cmd, download.html
7373
-->
74-
<slf4j.version>2.0.7</slf4j.version>
74+
<slf4j.version>2.0.12</slf4j.version>
7575
<cal10n.version>0.8.1</cal10n.version>
7676
<consolePlugin.version>1.1.0</consolePlugin.version>
7777
<tomcat.version>10.0.10</tomcat.version>

0 commit comments

Comments
 (0)