Skip to content

Commit

Permalink
prepare release 1.4.4
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Oct 7, 2022
1 parent 41e1ddc commit d2a9ddb
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
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.4-SNAPSHOT</version>
<version>1.4.4</version>
</parent>

<artifactId>logback-access</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logback-classic-blackbox/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.4-SNAPSHOT</version>
<version>1.4.4</version>
</parent>

<artifactId>logback-classic-blackbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logback-classic/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.4-SNAPSHOT</version>
<version>1.4.4</version>
</parent>

<artifactId>logback-classic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logback-core-blackbox/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.4-SNAPSHOT</version>
<version>1.4.4</version>
</parent>

<artifactId>logback-core-blackbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logback-core/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.4-SNAPSHOT</version>
<version>1.4.4</version>
</parent>

<artifactId>logback-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logback-examples/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.4-SNAPSHOT</version>
<version>1.4.4</version>
</parent>

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

<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.4.4-SNAPSHOT</version>
<version>1.4.4</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>2022-10-02T22:23:27Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-10-07T20:06:00Z</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 d2a9ddb

Please sign in to comment.