Skip to content

Commit

Permalink
Update common and prep for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Feb 23, 2024
1 parent 47d2619 commit 3a831e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions liberty-maven-app-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.11-SNAPSHOT</version>
<version>3.10.1-SNAPSHOT</version>
</parent>

<artifactId>liberty-maven-app-parent</artifactId>
Expand All @@ -44,7 +44,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.11-SNAPSHOT</version>
<version>3.10.1-SNAPSHOT</version>
<executions>
<execution>
<id>stop-before-clean</id>
Expand Down
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.11-SNAPSHOT</version>
<version>3.10.1-SNAPSHOT</version>
</parent>

<artifactId>liberty-maven-plugin</artifactId>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>io.openliberty.tools</groupId>
<artifactId>ci.common</artifactId>
<version>1.8.31-SNAPSHOT</version>
<version>1.8.31</version>
</dependency>
<dependency>
<groupId>org.twdata.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.11-SNAPSHOT</version>
<version>3.10.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Liberty Tools for Maven</name>
<description>
Expand Down

0 comments on commit 3a831e2

Please sign in to comment.