Skip to content

Commit

Permalink
Merge pull request OpenLiberty#1667 from cherylking/useAnt1912
Browse files Browse the repository at this point in the history
Update to use ci.ant 1.9.12-SNAPSHOT
  • Loading branch information
cherylking authored May 3, 2023
2 parents 57c3be9 + ae6be5f commit 2f2992f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions liberty-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.7.2-SNAPSHOT</version>
<version>3.8-SNAPSHOT</version>
</parent>

<artifactId>liberty-maven-plugin</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-ant-tasks</artifactId>
<version>1.9.11</version>
<version>1.9.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.7.2-SNAPSHOT</version>
<version>3.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Liberty Tools for Maven</name>
<description>
Expand Down

0 comments on commit 2f2992f

Please sign in to comment.