Skip to content

Commit b5fe1a5

Browse files
committed
prepare release 1.2.11.1
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 85663b5 commit b5fe1a5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

logback-access-db/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ch.qos.logback.db</groupId>
1010
<artifactId>logback-parent-db</artifactId>
11-
<version>1.2.11</version>
11+
<version>1.2.11.1</version>
1212
</parent>
1313

1414
<artifactId>logback-access-db</artifactId>

logback-classic-db/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ch.qos.logback.db</groupId>
1010
<artifactId>logback-parent-db</artifactId>
11-
<version>1.2.11</version>
11+
<version>1.2.11.1</version>
1212
</parent>
1313

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

logback-core-db/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>ch.qos.logback.db</groupId>
1010
<artifactId>logback-parent-db</artifactId>
11-
<version>1.2.11</version>
11+
<version>1.2.11.1</version>
1212
</parent>
1313

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

pom.xml

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

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

1313
<name>Logback-db-Parent</name>
@@ -46,7 +46,7 @@
4646

4747
<properties>
4848
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
49-
<project.build.outputTimestamp>2022-04-15T15:04:00Z</project.build.outputTimestamp>
49+
<project.build.outputTimestamp>2022-04-20T19:24:00Z</project.build.outputTimestamp>
5050

5151
<maven.compiler.source>1.6</maven.compiler.source>
5252
<maven.compiler.target>1.6</maven.compiler.target>

0 commit comments

Comments
 (0)