Skip to content

Commit

Permalink
[maven-release-plugin] prepare release liberty-maven-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjvilleg committed Jun 2, 2017
1 parent c80ecdf commit 59ba7bd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
</parent>

<artifactId>liberty-archetype-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion liberty-maven-app-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
</parent>

<groupId>net.wasdev.wlp.maven.parent</groupId>
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.0-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.0-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.0-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 59ba7bd

Please sign in to comment.