Skip to content

Commit

Permalink
Updated version to 3.0-M2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Tian authored and chyt committed Aug 23, 2019
1 parent f08d78a commit 59fddd8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ target/
.idea/
.DS_Store
*.versionsBackup
/.metadata/
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.1.M1-SNAPSHOT</version>
<version>3.0-M2-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.1.M1-SNAPSHOT</version>
<version>3.0-M2-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.1.M1-SNAPSHOT</version>
<version>3.0-M2-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.1.M1-SNAPSHOT</version>
<version>3.0-M2-SNAPSHOT</version>
<configuration>
<!-- set install-apps goal parameters -->
<looseApplication>true</looseApplication>
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.1.M1-SNAPSHOT</version>
<version>3.0-M2-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.1.M1-SNAPSHOT</version>
<version>3.0-M2-SNAPSHOT</version>
</parent>

<artifactId>liberty-plugin-archetype</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.1.M1-SNAPSHOT</version>
<version>3.0-M2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Liberty Tools for Maven</name>
<description>
Parent pom for Maven tools supporting development with
Websphere and Open Liberty
Websphere Liberty and Open Liberty
</description>
<url>https://github.com/OpenLiberty/ci.maven</url>

Expand Down

0 comments on commit 59fddd8

Please sign in to comment.