We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
logging-parent
1 parent be24f92 commit 93483efCopy full SHA for 93483ef
pom.xml
@@ -31,7 +31,7 @@
31
<parent>
32
<groupId>org.apache.logging</groupId>
33
<artifactId>logging-parent</artifactId>
34
- <version>11.2.0</version>
+ <version>11.3.0</version>
35
<relativePath />
36
</parent>
37
@@ -541,6 +541,16 @@
541
</dependencies>
542
</dependencyManagement>
543
544
+ <repositories>
545
+ <repository>
546
+ <snapshots>
547
+ <enabled>false</enabled>
548
+ </snapshots>
549
+ <id>apache.staging</id>
550
+ <url>https://repository.apache.org/content/repositories/orgapachelogging-1296</url>
551
+ </repository>
552
+ </repositories>
553
+
554
<build>
555
556
<plugins>
0 commit comments