Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pveentjer committed Mar 30, 2015
1 parent 47da945 commit ec39bad
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion archetype/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.4-SNAPSHOT</version>
<version>0.4</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion dist/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.4-SNAPSHOT</version>
<version>0.4</version>
</parent>

<properties>
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.4-SNAPSHOT</version>
<version>0.4</version>
<packaging>pom</packaging>
<name>Hazelcast Simulator Root</name>
<url>http://github.com/hazelcast/hazelcast-simulator</url>
Expand Down Expand Up @@ -60,7 +60,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.4</tag>
</scm>

<issueManagement>
Expand Down
6 changes: 2 additions & 4 deletions probes/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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">
<parent>
<artifactId>simulator-root</artifactId>
<groupId>com.hazelcast.simulator</groupId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Hazelcast Simulator Probes</name>
Expand Down
2 changes: 1 addition & 1 deletion simulator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hazelcast.simulator</groupId>
<artifactId>simulator-root</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>

<name>Hazelcast Simulator Tool</name>
Expand Down
6 changes: 2 additions & 4 deletions tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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">
<parent>
<artifactId>simulator-root</artifactId>
<groupId>com.hazelcast.simulator</groupId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>simulator-tests</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions visualiser/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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">
<parent>
<artifactId>simulator-root</artifactId>
<groupId>com.hazelcast.simulator</groupId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>visualiser</artifactId>
Expand Down

0 comments on commit ec39bad

Please sign in to comment.