Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
labs-build committed Mar 3, 2016
1 parent 35b1601 commit c65c787
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 16 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
~ limitations under the License.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

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

<name>sakuli-parent</name>
Expand Down Expand Up @@ -232,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>v1.0.0</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>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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

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

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

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

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

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

Expand Down

0 comments on commit c65c787

Please sign in to comment.