Skip to content

Commit

Permalink
start work on 2.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Apr 9, 2024
1 parent 0031b5d commit 40fada8
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion common-blackbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback.access</groupId>
<artifactId>parent</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</parent>

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

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

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

<artifactId>jetty12</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.access</groupId>
<artifactId>parent</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

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

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

<logback.core.version>1.5.3</logback.core.version>
<slf4j.version>2.0.12</slf4j.version>
Expand Down
2 changes: 1 addition & 1 deletion tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ch.qos.logback.access</groupId>
<artifactId>parent</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</parent>

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

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

<artifactId>tomcat_11_0_blackbox</artifactId>
Expand Down

0 comments on commit 40fada8

Please sign in to comment.