Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
labs-build committed Feb 29, 2016
1 parent a88f1a7 commit 864b0c8
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.sakuli</groupId>
<artifactId>root</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>pom</packaging>

<name>sakuli-parent</name>
Expand Down Expand Up @@ -231,7 +231,7 @@
<connection>scm:git:git://github.com/ConSol/sakuli.git</connection>
<developerConnection>scm:git:ssh://[email protected]/ConSol/sakuli.git</developerConnection>
<url>git://github.com/ConSol/sakuli.git</url>
<tag>HEAD</tag>
<tag>v0.9.3</tag>
</scm>

<issueManagement>
Expand Down
4 changes: 2 additions & 2 deletions src/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.sakuli</groupId>
<artifactId>root</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>common</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.3</version>
<name>common</name>
<description>maven module for common used resources</description>

Expand Down
4 changes: 2 additions & 2 deletions src/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.sakuli</groupId>
<artifactId>root</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>core</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.3</version>
<name>core</name>

<description>core module for all sakuli functionality</description>
Expand Down
4 changes: 2 additions & 2 deletions src/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.sakuli</groupId>
<artifactId>root</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>docs</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.3</version>
<name>docs</name>
<description>maven module to build the markdown api docs from jsdoc</description>

Expand Down
4 changes: 2 additions & 2 deletions src/installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.sakuli</groupId>
<artifactId>root</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>installer</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.3</version>
<description>maven module to build the IzPack-Java Installer</description>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions src/integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.sakuli</groupId>
<artifactId>root</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>integration-test</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.3</version>
<name>integration-test</name>
<description>integration test module for sakuli</description>

Expand Down
4 changes: 2 additions & 2 deletions src/java-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.sakuli</groupId>
<artifactId>root</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>java-dsl</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.3</version>
<name>Java DSL</name>
<description>Specific Java-DSL for using Sakuli directly over Java</description>

Expand Down

0 comments on commit 864b0c8

Please sign in to comment.