Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart committed Aug 1, 2016
1 parent 048b39f commit 270fdc1
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 28 deletions.
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.hazelcast.simulator</groupId>
<artifactId>simulator-root</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.hazelcast.simulator</groupId>
<artifactId>simulator-root</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
</parent>

<prerequisites>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.hazelcast.simulator</groupId>
<artifactId>simulator-root</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
<name>Hazelcast Simulator Root</name>
<description>Hazelcast Simulator: Stress/Performance Testing Environment for Hazelcast</description>
<url>http://github.com/hazelcast/hazelcast-simulator</url>
Expand Down Expand Up @@ -111,7 +111,7 @@
<connection>scm:git:git@github.com:hazelcast/hazelcast-simulator.git</connection>
<developerConnection>scm:git:git@github.com:hazelcast/hazelcast-simulator.git</developerConnection>
<url>https://github.com/hazelcast/hazelcast-simulator</url>
<tag>HEAD</tag>
<tag>0.8</tag>
</scm>

<issueManagement>
Expand Down
5 changes: 2 additions & 3 deletions simulator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>

<artifactId>simulator</artifactId>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>com.hazelcast.simulator</groupId>
<artifactId>simulator-root</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
</parent>

<prerequisites>
Expand Down
6 changes: 2 additions & 4 deletions tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>

<artifactId>tests</artifactId>
Expand All @@ -11,7 +9,7 @@
<parent>
<groupId>com.hazelcast.simulator</groupId>
<artifactId>simulator-root</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions tests/tests-common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>

<artifactId>tests-common</artifactId>
Expand All @@ -10,7 +8,7 @@
<parent>
<groupId>com.hazelcast.simulator</groupId>
<artifactId>simulator-root</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions tests/tests-hz35/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>

<artifactId>tests-hz35</artifactId>
Expand All @@ -10,7 +8,7 @@
<parent>
<groupId>com.hazelcast.simulator</groupId>
<artifactId>simulator-root</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions tests/tests-hz36/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>

<artifactId>tests-hz36</artifactId>
Expand All @@ -10,7 +8,7 @@
<parent>
<groupId>com.hazelcast.simulator</groupId>
<artifactId>simulator-root</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions tests/tests-hz37/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>

<artifactId>tests-hz37</artifactId>
Expand All @@ -10,7 +8,7 @@
<parent>
<groupId>com.hazelcast.simulator</groupId>
<artifactId>simulator-root</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.hazelcast.simulator</groupId>
<artifactId>simulator-root</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
</parent>

<prerequisites>
Expand Down

0 comments on commit 270fdc1

Please sign in to comment.