Skip to content

Commit de7a69f

Browse files
committed
Add snapshot repository for logging-parent:11.0.0-SNAPSHOT
1 parent d60ec7b commit de7a69f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,19 @@
534534
</dependencies>
535535
</dependencyManagement>
536536

537+
<!-- Added for assisting the `org.apache.logging:logging-parent:11.0.0-SNAPSHOT` testing.
538+
Remove this block when `11.0.0` is released. -->
539+
<repositories>
540+
<repository>
541+
<releases>
542+
<enabled>false</enabled>
543+
</releases>
544+
<id>apache.snapshots</id>
545+
<name>Apache Snapshot Repository</name>
546+
<url>https://repository.apache.org/snapshots</url>
547+
</repository>
548+
</repositories>
549+
537550
<build>
538551

539552
<plugins>

0 commit comments

Comments
 (0)