Skip to content

Commit

Permalink
Merge pull request #872 from cherylking/changeMilestoneFormat
Browse files Browse the repository at this point in the history
Use different format for milestone version
  • Loading branch information
cherylking committed Jul 1, 2020
2 parents c3e1390 + 858fb32 commit 69b06c7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion liberty-archetype-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.3.M1-SNAPSHOT</version>
<version>3.3-M1-SNAPSHOT</version>
</parent>

<artifactId>liberty-archetype-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion liberty-archetype-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.3.M1-SNAPSHOT</version>
<version>3.3-M1-SNAPSHOT</version>
</parent>

<artifactId>liberty-archetype-webapp</artifactId>
Expand Down
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.3.M1-SNAPSHOT</version>
<version>3.3-M1-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.3.M1-SNAPSHOT</version>
<version>3.3-M1-SNAPSHOT</version>
<executions>
<execution>
<id>stop-before-clean</id>
Expand Down
2 changes: 1 addition & 1 deletion 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.3.M1-SNAPSHOT</version>
<version>3.3-M1-SNAPSHOT</version>
</parent>

<artifactId>liberty-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion liberty-plugin-archetype/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.3.M1-SNAPSHOT</version>
<version>3.3-M1-SNAPSHOT</version>
</parent>

<artifactId>liberty-plugin-archetype</artifactId>
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.3.M1-SNAPSHOT</version>
<version>3.3-M1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Liberty Tools for Maven</name>
<description>
Expand Down

0 comments on commit 69b06c7

Please sign in to comment.