Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jjvilleg committed Dec 21, 2017
1 parent c17d308 commit 47265c6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion liberty-archetype-ear/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>2.1.2</version>
<version>2.1.3-SNAPSHOT</version>
</parent>

<artifactId>liberty-archetype-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion liberty-archetype-webapp/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>2.1.2</version>
<version>2.1.3-SNAPSHOT</version>
</parent>

<artifactId>liberty-archetype-webapp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions liberty-maven-app-parent/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>2.1.2</version>
<version>2.1.3-SNAPSHOT</version>
</parent>

<groupId>net.wasdev.wlp.maven.parent</groupId>
Expand All @@ -45,7 +45,7 @@
<plugin>
<groupId>net.wasdev.wlp.maven.plugins</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>2.1.2</version>
<version>2.1.3-SNAPSHOT</version>
<configuration>
<!-- set install-apps goal parameters -->
<looseApplication>true</looseApplication>
Expand Down
2 changes: 1 addition & 1 deletion liberty-maven-plugin/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>2.1.2</version>
<version>2.1.3-SNAPSHOT</version>
</parent>

<groupId>net.wasdev.wlp.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion liberty-plugin-archetype/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>2.1.2</version>
<version>2.1.3-SNAPSHOT</version>
</parent>

<artifactId>liberty-plugin-archetype</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -12,7 +12,7 @@

<groupId>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>2.1.2</version>
<version>2.1.3-SNAPSHOT</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>liberty-maven-2.1.2</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit 47265c6

Please sign in to comment.