Skip to content

Commit 93483ef

Browse files
committed
Bump logging-parent to 11.3.0
1 parent be24f92 commit 93483ef

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.logging</groupId>
3333
<artifactId>logging-parent</artifactId>
34-
<version>11.2.0</version>
34+
<version>11.3.0</version>
3535
<relativePath />
3636
</parent>
3737

@@ -541,6 +541,16 @@
541541
</dependencies>
542542
</dependencyManagement>
543543

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+
544554
<build>
545555

546556
<plugins>

0 commit comments

Comments
 (0)