Skip to content

Commit 40fada8

Browse files
committed
start work on 2.0.2-SNAPSHOT
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 0031b5d commit 40fada8

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

common-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.access</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>2.0.1</version>
11+
<version>2.0.2-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>common-blackbox</artifactId>

common/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.access</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>2.0.1</version>
11+
<version>2.0.2-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>common</artifactId>

jetty11/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.access</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>2.0.1</version>
11+
<version>2.0.2-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>jetty11</artifactId>

jetty12/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.access</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>2.0.1</version>
11+
<version>2.0.2-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>jetty12</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>ch.qos.logback.access</groupId>
99
<artifactId>parent</artifactId>
10-
<version>2.0.1</version>
10+
<version>2.0.2-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212

1313
<name>Logback-Access Parent</name>
@@ -50,7 +50,7 @@
5050

5151
<properties>
5252
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
53-
<project.build.outputTimestamp>2024-04-09T08:55:00Z</project.build.outputTimestamp>
53+
<project.build.outputTimestamp>2024-04-09T09:03:49Z</project.build.outputTimestamp>
5454

5555
<logback.core.version>1.5.3</logback.core.version>
5656
<slf4j.version>2.0.12</slf4j.version>

tomcat/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.access</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>2.0.1</version>
11+
<version>2.0.2-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>tomcat</artifactId>

tomcat_10_1_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.access</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>2.0.1</version>
11+
<version>2.0.2-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>tomcat_10_1_blackbox</artifactId>

tomcat_11_0_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.access</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>2.0.1</version>
11+
<version>2.0.2-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>tomcat_11_0_blackbox</artifactId>

0 commit comments

Comments
 (0)