Skip to content

Commit

Permalink
Revert "[maven-release-plugin] prepare for next development iteration"
Browse files Browse the repository at this point in the history
This reverts commit dfe319f.
  • Loading branch information
patricktiu committed Jun 1, 2017
1 parent dfe319f commit fea8f8a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions liberty-archetype-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0</version>
</parent>

<groupId>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-archetype-webapp</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0</version>

<packaging>maven-archetype</packaging>

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 @@ -19,7 +19,7 @@

<groupId>net.wasdev.wlp.maven.parent</groupId>
<artifactId>liberty-maven-app-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0</version>
<packaging>pom</packaging>

<name>Liberty Maven Plugin Parent</name>
Expand All @@ -38,7 +38,7 @@
<connection>scm:git:git@github.com:WASdev/ci.maven.git</connection>
<developerConnection>scm:git:git@github.com:WASdev/ci.maven.git</developerConnection>
<url>git@github.com:WASdev/ci.maven.git</url>
<tag>HEAD</tag>
<tag>liberty-maven-2.0</tag>
</scm>

<developers>
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>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0</version>
</parent>

<groupId>net.wasdev.wlp.maven.plugins</groupId>
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>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0</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,7 +12,7 @@

<groupId>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0</version>
<packaging>pom</packaging>
<name>WebSphere Application Server Liberty Profile Maven Tools</name>
<description>
Expand All @@ -33,7 +33,7 @@
<connection>scm:git:git@github.com:WASdev/ci.maven.git</connection>
<developerConnection>scm:git:git@github.com:WASdev/ci.maven.git</developerConnection>
<url>git@github.com:WASdev/ci.maven.git</url>
<tag>HEAD</tag>
<tag>liberty-maven-2.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit fea8f8a

Please sign in to comment.