Skip to content

Commit 2cb0107

Browse files
author
labs-build
committed
[maven-release-plugin] prepare release v1.0.1
1 parent 5d53385 commit 2cb0107

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.sakuli</groupId>
2424
<artifactId>root</artifactId>
25-
<version>1.0.1-SNAPSHOT</version>
25+
<version>1.0.1</version>
2626
<packaging>pom</packaging>
2727

2828
<name>sakuli-parent</name>
@@ -231,7 +231,7 @@
231231
<connection>scm:git:git://github.com/ConSol/sakuli.git</connection>
232232
<developerConnection>scm:git:ssh://[email protected]/ConSol/sakuli.git</developerConnection>
233233
<url>git://github.com/ConSol/sakuli.git</url>
234-
<tag>v1.0.0</tag>
234+
<tag>v1.0.1</tag>
235235
</scm>
236236

237237
<issueManagement>

src/common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.sakuli</groupId>
2525
<artifactId>root</artifactId>
26-
<version>1.0.1-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>common</artifactId>
31-
<version>1.0.1-SNAPSHOT</version>
31+
<version>1.0.1</version>
3232
<name>common</name>
3333
<description>maven module for common used resources</description>
3434

src/core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.sakuli</groupId>
2525
<artifactId>root</artifactId>
26-
<version>1.0.1-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>core</artifactId>
31-
<version>1.0.1-SNAPSHOT</version>
31+
<version>1.0.1</version>
3232
<name>core</name>
3333

3434
<description>core module for all sakuli functionality</description>

src/docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.sakuli</groupId>
2525
<artifactId>root</artifactId>
26-
<version>1.0.1-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>docs</artifactId>
31-
<version>1.0.1-SNAPSHOT</version>
31+
<version>1.0.1</version>
3232
<name>docs</name>
3333
<description>maven module to build the markdown api docs from jsdoc</description>
3434

src/installer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.sakuli</groupId>
2525
<artifactId>root</artifactId>
26-
<version>1.0.1-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>installer</artifactId>
31-
<version>1.0.1-SNAPSHOT</version>
31+
<version>1.0.1</version>
3232
<description>maven module to build the IzPack-Java Installer</description>
3333

3434
<properties>

src/integration-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.sakuli</groupId>
2525
<artifactId>root</artifactId>
26-
<version>1.0.1-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>integration-test</artifactId>
31-
<version>1.0.1-SNAPSHOT</version>
31+
<version>1.0.1</version>
3232
<name>integration-test</name>
3333
<description>integration test module for sakuli</description>
3434

src/java-dsl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.sakuli</groupId>
2525
<artifactId>root</artifactId>
26-
<version>1.0.1-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>java-dsl</artifactId>
31-
<version>1.0.1-SNAPSHOT</version>
31+
<version>1.0.1</version>
3232
<name>Java DSL</name>
3333
<description>Specific Java-DSL for using Sakuli directly over Java</description>
3434

0 commit comments

Comments
 (0)