Skip to content

Commit

Permalink
[maven-release-plugin] prepare release liberty-maven-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgawor committed Nov 7, 2015
1 parent dfef4f8 commit 0126d30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
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>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>

<groupId>net.wasdev.wlp.maven.plugins</groupId>
Expand Down
6 changes: 3 additions & 3 deletions 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>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>

<artifactId>liberty-plugin-archetype</artifactId>
Expand Down Expand Up @@ -145,8 +145,8 @@
<target>
<chmod perm="+x" verbose="true">
<fileset dir="${wlpInstallDir}/bin">
<exclude name="*.bat"/>
<exclude name="/tools/*.*"/>
<exclude name="*.bat" />
<exclude name="/tools/*.*" />
</fileset>
</chmod>
</target>
Expand Down
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<groupId>net.wasdev.maven.parent</groupId>
<artifactId>java7-parent</artifactId>
<version>1.4</version>
<relativePath></relativePath>
<relativePath />
</parent>

<groupId>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<packaging>pom</packaging>
<name>WebSphere Application Server Liberty Profile Maven Tools</name>
<description>
Expand All @@ -33,7 +33,8 @@
<connection>scm:git:[email protected]:WASdev/ci.maven.git</connection>
<developerConnection>scm:git:[email protected]:WASdev/ci.maven.git</developerConnection>
<url>[email protected]:WASdev/ci.maven.git</url>
</scm>
<tag>liberty-maven-1.1</tag>
</scm>

<developers>
<developer>
Expand All @@ -48,7 +49,7 @@
<dependency>
<groupId>net.wasdev.wlp.ant</groupId>
<artifactId>wlp-anttasks</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 0126d30

Please sign in to comment.