Skip to content

Commit 95833c3

Browse files
committed
Bump logging-parent to 11.3.0
1 parent 63e6592 commit 95833c3

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

@@ -543,6 +543,16 @@
543543
</dependencies>
544544
</dependencyManagement>
545545

546+
<repositories>
547+
<repository>
548+
<snapshots>
549+
<enabled>false</enabled>
550+
</snapshots>
551+
<id>apache.staging</id>
552+
<url>https://repository.apache.org/content/repositories/orgapachelogging-1296</url>
553+
</repository>
554+
</repositories>
555+
546556
<build>
547557

548558
<plugins>

0 commit comments

Comments
 (0)