Skip to content

Commit

Permalink
prepare release 1.4.13
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
ceki committed Nov 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 867bf58 commit 7ee000a
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion logback-access/pom.xml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.12</version>
<version>1.4.13</version>
</parent>

<artifactId>logback-access</artifactId>
2 changes: 1 addition & 1 deletion logback-classic-blackbox/pom.xml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.12</version>
<version>1.4.13</version>
</parent>

<artifactId>logback-classic-blackbox</artifactId>
2 changes: 1 addition & 1 deletion logback-classic/pom.xml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.12</version>
<version>1.4.13</version>
</parent>

<artifactId>logback-classic</artifactId>
2 changes: 1 addition & 1 deletion logback-core-blackbox/pom.xml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.12</version>
<version>1.4.13</version>
</parent>

<artifactId>logback-core-blackbox</artifactId>
2 changes: 1 addition & 1 deletion logback-core/pom.xml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.12</version>
<version>1.4.13</version>
</parent>

<artifactId>logback-core</artifactId>
2 changes: 1 addition & 1 deletion logback-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.12</version>
<version>1.4.13</version>
</parent>

<artifactId>logback-examples</artifactId>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.12</version>
<version>1.4.13</version>
<packaging>pom</packaging>

<name>Logback-Parent</name>
@@ -49,7 +49,7 @@

<properties>
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
<project.build.outputTimestamp>2023-11-27T15:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-28T14:12:00Z</project.build.outputTimestamp>

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

0 comments on commit 7ee000a

Please sign in to comment.