Skip to content

Commit

Permalink
Merge pull request OpenLiberty#1668 from cherylking/fixParentPomVersion
Browse files Browse the repository at this point in the history
Fix updating parent pom version
  • Loading branch information
cherylking authored May 4, 2023
2 parents 2f2992f + e23a5f6 commit dbd8c59
Showing 1 changed file with 2 additions and 2 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.7.2-SNAPSHOT</version>
<version>3.8-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.7.2-SNAPSHOT</version>
<version>3.8-SNAPSHOT</version>
<executions>
<execution>
<id>stop-before-clean</id>
Expand Down

0 comments on commit dbd8c59

Please sign in to comment.