Skip to content

Commit b91509f

Browse files
committed
prepare release 1.3.16
Signed-off-by: ceki <ceki@qos.ch>
1 parent e3aa0f4 commit b91509f

File tree

7 files changed

+19
-8
lines changed

7 files changed

+19
-8
lines changed

logback-access/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</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.3.16-SNAPSHOT</version>
11+
<version>1.3.16</version>
1212
</parent>
1313

1414
<artifactId>logback-access</artifactId>

logback-classic-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</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.3.16-SNAPSHOT</version>
11+
<version>1.3.16</version>
1212
</parent>
1313

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

logback-classic/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</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.3.16-SNAPSHOT</version>
11+
<version>1.3.16</version>
1212
</parent>
1313

1414
<artifactId>logback-classic</artifactId>

logback-core-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</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.3.16-SNAPSHOT</version>
11+
<version>1.3.16</version>
1212
</parent>
1313

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

logback-core/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</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.3.16-SNAPSHOT</version>
11+
<version>1.3.16</version>
1212
</parent>
1313

1414
<artifactId>logback-core</artifactId>

logback-examples/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</groupId>
1010
<artifactId>logback-parent</artifactId>
11-
<version>1.3.16-SNAPSHOT</version>
11+
<version>1.3.16</version>
1212
</parent>
1313

1414
<artifactId>logback-examples</artifactId>

pom.xml

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

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

1313
<name>Logback-Parent</name>
@@ -49,7 +49,7 @@
4949

5050
<properties>
5151
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
52-
<project.build.outputTimestamp>2024-12-28T13:57:49Z</project.build.outputTimestamp>
52+
<project.build.outputTimestamp>2025-10-29T15:04:00Z</project.build.outputTimestamp>
5353

5454
<!-- minimal JDK version at runtime -->
5555
<jdk.version>8</jdk.version>
@@ -98,6 +98,7 @@
9898
<maven-dependency-plugin.version>3.2.0</maven-dependency-plugin.version>
9999
<maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
100100
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
101+
<central-publishing-maven-plugin.version>0.9.0</central-publishing-maven-plugin.version>
101102
<ant.version>1.10.12</ant.version>
102103
<cobertura.maven.plugin.version>2.7</cobertura.maven.plugin.version>
103104
</properties>
@@ -425,6 +426,16 @@
425426
</executions>
426427
</plugin>
427428

429+
<plugin>
430+
<groupId>org.sonatype.central</groupId>
431+
<artifactId>central-publishing-maven-plugin</artifactId>
432+
<version>${central-publishing-maven-plugin.version}</version>
433+
<extensions>true</extensions>
434+
<configuration>
435+
<publishingServerId>central</publishingServerId>
436+
<excludeArtifacts>logback-core-blackbox,logback-classic-blackbox,logback-examples</excludeArtifacts>
437+
</configuration>
438+
</plugin>
428439
<!--
429440
<plugin>
430441
<groupId>org.simplify4u.plugins</groupId>

0 commit comments

Comments
 (0)