Skip to content

Commit 080ddfe

Browse files
committed
Updating version to 4.0.2 (removing -SNAPSHOT)
1 parent 6d1ecb6 commit 080ddfe

33 files changed

Lines changed: 34 additions & 34 deletions

File tree

agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack</artifactId>
27-
<version>4.0.2-SNAPSHOT</version>
27+
<version>4.0.2</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack</artifactId>
27-
<version>4.0.2-SNAPSHOT</version>
27+
<version>4.0.2</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

awsapi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
2222
<artifactId>cloud-awsapi</artifactId>
23-
<version>4.0.2-SNAPSHOT</version>
23+
<version>4.0.2</version>
2424
<name>Apache CloudStack AWS API Bridge</name>
2525
<parent>
2626
<groupId>org.apache.cloudstack</groupId>
2727
<artifactId>cloudstack</artifactId>
28-
<version>4.0.2-SNAPSHOT</version>
28+
<version>4.0.2</version>
2929
</parent>
3030
<dependencies>
3131
<dependency>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.cloudstack</groupId>
2727
<artifactId>cloudstack</artifactId>
28-
<version>4.0.2-SNAPSHOT</version>
28+
<version>4.0.2</version>
2929
</parent>
3030
<dependencies>
3131
<dependency>

console-proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack</artifactId>
27-
<version>4.0.2-SNAPSHOT</version>
27+
<version>4.0.2</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack</artifactId>
27-
<version>4.0.2-SNAPSHOT</version>
27+
<version>4.0.2</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

deps/XenServerJava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.cloudstack</groupId>
2424
<artifactId>cloudstack</artifactId>
25-
<version>4.0.2-SNAPSHOT</version>
25+
<version>4.0.2</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>xapi</artifactId>

deps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.cloudstack</groupId>
2727
<artifactId>cloudstack</artifactId>
28-
<version>4.0.2-SNAPSHOT</version>
28+
<version>4.0.2</version>
2929
</parent>
3030
<dependencies>
3131
<dependency>

patches/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack</artifactId>
27-
<version>4.0.2-SNAPSHOT</version>
27+
<version>4.0.2</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

plugins/deployment-planners/user-concentrated-pod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack-plugins</artifactId>
27-
<version>4.0.2-SNAPSHOT</version>
27+
<version>4.0.2</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
</project>

0 commit comments

Comments
 (0)