Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
labs-build committed Feb 12, 2016
1 parent 7f4f6b7 commit a21a736
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 24 deletions.
9 changes: 4 additions & 5 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.2-SNAPSHOT</version>
<version>0.9.2</version>
<packaging>pom</packaging>

<name>sakuli-parent</name>
Expand Down Expand Up @@ -95,7 +94,7 @@
<exclude>**/integration/**/*</exclude>
</excludes>
<environmentVariables>
<SAKULI_HOME/>
<SAKULI_HOME />
</environmentVariables>
</configuration>
</plugin>
Expand Down Expand Up @@ -226,7 +225,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.2</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.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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

Expand Down
7 changes: 3 additions & 4 deletions src/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@
~ 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>

<parent>
<groupId>org.sakuli</groupId>
<artifactId>root</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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

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

Expand Down
8 changes: 3 additions & 5 deletions src/installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,18 @@
~ 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>

<parent>
<groupId>org.sakuli</groupId>
<artifactId>root</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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

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

Expand Down
7 changes: 3 additions & 4 deletions src/java-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@
~ 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>

<parent>
<groupId>org.sakuli</groupId>
<artifactId>root</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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

Expand Down

0 comments on commit a21a736

Please sign in to comment.