|
7 | 7 |
|
8 | 8 | <groupId>ch.qos.logback</groupId> |
9 | 9 | <artifactId>logback-parent</artifactId> |
10 | | - <version>1.3.16-SNAPSHOT</version> |
| 10 | + <version>1.3.16</version> |
11 | 11 | <packaging>pom</packaging> |
12 | 12 |
|
13 | 13 | <name>Logback-Parent</name> |
|
49 | 49 |
|
50 | 50 | <properties> |
51 | 51 | <!-- 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> |
53 | 53 |
|
54 | 54 | <!-- minimal JDK version at runtime --> |
55 | 55 | <jdk.version>8</jdk.version> |
|
98 | 98 | <maven-dependency-plugin.version>3.2.0</maven-dependency-plugin.version> |
99 | 99 | <maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version> |
100 | 100 | <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> |
101 | 102 | <ant.version>1.10.12</ant.version> |
102 | 103 | <cobertura.maven.plugin.version>2.7</cobertura.maven.plugin.version> |
103 | 104 | </properties> |
|
425 | 426 | </executions> |
426 | 427 | </plugin> |
427 | 428 |
|
| 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> |
428 | 439 | <!-- |
429 | 440 | <plugin> |
430 | 441 | <groupId>org.simplify4u.plugins</groupId> |
|
0 commit comments