Skip to content

Commit 48e7ead

Browse files
committed
Removing pesky -SNAPSHOT in poms. Grumble.
1 parent 570cb65 commit 48e7ead

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

developer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.apache.cloudstack</groupId>
2020
<artifactId>cloudstack</artifactId>
21-
<version>4.0.2-SNAPSHOT</version>
21+
<version>4.0.2</version>
2222
</parent>
2323
<dependencies>
2424
<dependency>

plugins/network-elements/midokura-midonet/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>

vmware-base/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>

0 commit comments

Comments
 (0)