Skip to content

Commit 164754b

Browse files
committed
start work on 1.5.19-SNAPSHOT
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent b2a02f0 commit 164754b

File tree

7 files changed

+8
-25
lines changed

7 files changed

+8
-25
lines changed

logback-access/pom.xml

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

1414
<artifactId>logback-access</artifactId>

logback-classic-blackbox/pom.xml

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

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

logback-classic/pom.xml

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

1414
<artifactId>logback-classic</artifactId>

logback-core-blackbox/pom.xml

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

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

logback-core/pom.xml

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

1414
<artifactId>logback-core</artifactId>

logback-examples/pom.xml

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

1414
<artifactId>logback-examples</artifactId>

pom.xml

+2-19
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>ch.qos.logback</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.5.18</version>
11+
<version>1.5.19-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313

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

5151
<properties>
5252
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
53-
<project.build.outputTimestamp>2025-03-18T12:42:00Z</project.build.outputTimestamp>
53+
<project.build.outputTimestamp>2025-03-18T13:01:31Z</project.build.outputTimestamp>
5454

5555
<!-- minimal JDK version at runtime -->
5656
<jdk.version>11</jdk.version>
@@ -452,23 +452,6 @@
452452

453453
<reporting>
454454
<plugins>
455-
<!--
456-
<plugin>
457-
<groupId>org.apache.maven.plugins</groupId>
458-
<artifactId>maven-jxr-plugin</artifactId>
459-
<version>2.5</version>
460-
<configuration>
461-
<aggregate>true</aggregate>
462-
<javadocDir>target/site/apidocs/</javadocDir>
463-
<linkJavadoc>true</linkJavadoc>
464-
</configuration>
465-
</plugin>
466-
-->
467-
468-
469-
470-
471-
472455
</plugins>
473456
</reporting>
474457

0 commit comments

Comments
 (0)