Skip to content

Commit 10f3143

Browse files
authored
Merge pull request #1955 from venmanyarun/config_snapshot_url
uncommenting snapshot repository url
2 parents cb11e6e + a7b46bd commit 10f3143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

liberty-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<repositories>
2323
<!-- Configure Sonatype OSS Maven snapshots repository when using snapshots -->
24-
<!-- <repository>
24+
<repository>
2525
<id>central-portal-snapshots</id>
2626
<name>Central Portal Snapshots</name>
2727
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
@@ -31,7 +31,7 @@
3131
<releases>
3232
<enabled>false</enabled>
3333
</releases>
34-
</repository> -->
34+
</repository>
3535
</repositories>
3636

3737
<dependencies>

0 commit comments

Comments
 (0)