Skip to content

Commit

Permalink
start work on 1.4.10-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Aug 4, 2023
1 parent d29732d commit b4c7117
Show file tree
Hide file tree
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
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.9</version>
<version>1.4.10-SNAPSHOT</version>
</parent>

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

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

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

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

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

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

<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.9</version>
<version>1.4.10-SNAPSHOT</version>
<packaging>pom</packaging>

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

<properties>
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
<project.build.outputTimestamp>2023-08-04T20:10:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-08-04T20:53:23Z</project.build.outputTimestamp>
<jdk.version>11</jdk.version>
<maven.compiler.release>${jdk.version}</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit b4c7117

Please sign in to comment.