Skip to content

Commit

Permalink
mvn-jgitflow:updating poms for branch'release/1.1.0-beta' with non-sn…
Browse files Browse the repository at this point in the history
…apshot versions
  • Loading branch information
labs-build committed Apr 11, 2017
1 parent c489ee2 commit 235caea
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 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>1.1.0-beta-SNAPSHOT</version>
<version>1.1.0-beta</version>
<packaging>pom</packaging>

<name>sakuli-parent</name>
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>1.1.0-beta-SNAPSHOT</version>
<version>1.1.0-beta</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>common</artifactId>
<version>1.1.0-beta-SNAPSHOT</version>
<version>1.1.0-beta</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>1.1.0-beta-SNAPSHOT</version>
<version>1.1.0-beta</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>core</artifactId>
<version>1.1.0-beta-SNAPSHOT</version>
<version>1.1.0-beta</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>1.1.0-beta-SNAPSHOT</version>
<version>1.1.0-beta</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>docs</artifactId>
<version>1.1.0-beta-SNAPSHOT</version>
<version>1.1.0-beta</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>1.1.0-beta-SNAPSHOT</version>
<version>1.1.0-beta</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>installer</artifactId>
<version>1.1.0-beta-SNAPSHOT</version>
<version>1.1.0-beta</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>1.1.0-beta-SNAPSHOT</version>
<version>1.1.0-beta</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>integration-test</artifactId>
<version>1.1.0-beta-SNAPSHOT</version>
<version>1.1.0-beta</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>1.1.0-beta-SNAPSHOT</version>
<version>1.1.0-beta</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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

Expand Down

0 comments on commit 235caea

Please sign in to comment.