Skip to content

Commit

Permalink
[change] release 2.0.0 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Amitesh Singh committed Nov 14, 2019
1 parent 5fb64fc commit 88d484c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions hazelcast-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<artifactId>spring-hazelcast-project</artifactId>
<groupId>org.springhazelcast</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<groupId>com.hazelcastnode</groupId>
<artifactId>hazelcast-node</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0</version>

<name>Hazelcast</name>
<description>Demo how to use hazelcast</description>
Expand Down
6 changes: 3 additions & 3 deletions mvn-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
mvn clean install package -X

# Maven parent module version update
mvn versions:set -DnewVersion=1.0.1-SNAPSHOT
mvn versions:set -DnewVersion=2.0.0

# Maven sub module version update
# mvn versions:update-property -Dproperty=hazelcast-node.version -DnewVersion=1.0.1-SNAPSHOT

cd hazelcast-node
mvn versions:set -DnewVersion=1.0.1-SNAPSHOT
mvn versions:set -DnewVersion=2.0.0
cd ../

# Maven sub module version update
#mvn versions:update-property -Dproperty=spring-hazelcast.version -DnewVersion=1.0.1-SNAPSHOT

cd spring-hazelcast
mvn versions:set -DnewVersion=1.0.1-SNAPSHOT
mvn versions:set -DnewVersion=2.0.0
cd ../
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<packaging>pom</packaging>

<version>1.0.1-SNAPSHOT</version>
<version>2.0.0</version>

<name>Spring Boot Hazelcast</name>
<description>Spring Boot implement Hazelcast</description>
Expand Down
4 changes: 2 additions & 2 deletions spring-hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<artifactId>spring-hazelcast-project</artifactId>
<groupId>org.springhazelcast</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<groupId>com.springhazelcast</groupId>
<artifactId>spring-hazelcast</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0</version>

<name>Spring Boot Hazelcast</name>
<description>Implement Spring Boot project and integrate with Hazelcast</description>
Expand Down

0 comments on commit 88d484c

Please sign in to comment.