Skip to content

Commit a7b46bd

Browse files
committed
uncommenting snapshot repository url
Signed-off-by: Arun Venmany <arun.kumar.v.n@ibm.com>
1 parent aea5fc3 commit a7b46bd

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)