Skip to content

Commit f1bac03

Browse files
committed
Use ci.ant 1.9.17 and ci.common 1.8.39
1 parent ae4d51c commit f1bac03

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

liberty-maven-plugin/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
</prerequisites>
2121

2222
<repositories>
23-
<!-- Configure Sonatype OSS Maven snapshots repository -->
24-
<repository>
23+
<!-- Configure Sonatype OSS Maven snapshots repository when using snapshots -->
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,14 +31,14 @@
3131
<releases>
3232
<enabled>false</enabled>
3333
</releases>
34-
</repository>
34+
</repository> -->
3535
</repositories>
3636

3737
<dependencies>
3838
<dependency>
3939
<groupId>io.openliberty.tools</groupId>
4040
<artifactId>liberty-ant-tasks</artifactId>
41-
<version>1.9.17-SNAPSHOT</version>
41+
<version>1.9.17</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.apache.maven</groupId>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>io.openliberty.tools</groupId>
9191
<artifactId>ci.common</artifactId>
92-
<version>1.8.39-SNAPSHOT</version>
92+
<version>1.8.39</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)