Skip to content

Commit

Permalink
Bump logging-parent to 11.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Sep 22, 2024
1 parent be24f92 commit 93483ef
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.logging</groupId>
<artifactId>logging-parent</artifactId>
<version>11.2.0</version>
<version>11.3.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -541,6 +541,16 @@
</dependencies>
</dependencyManagement>

<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>apache.staging</id>
<url>https://repository.apache.org/content/repositories/orgapachelogging-1296</url>
</repository>
</repositories>

<build>

<plugins>
Expand Down

0 comments on commit 93483ef

Please sign in to comment.