Skip to content

Commit c9672d8

Browse files
committed
Updating pom.xml version numbers for release 4.4.0
Signed-off-by: Daan Hoogland <daan@onecht.net>
1 parent 58a4c7a commit c9672d8

112 files changed

Lines changed: 115 additions & 115 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloudstack</artifactId>
26-
<version>4.4.0-SNAPSHOT</version>
26+
<version>4.4.0</version>
2727
</parent>
2828
<dependencies>
2929
<dependency>

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloudstack</artifactId>
26-
<version>4.4.0-SNAPSHOT</version>
26+
<version>4.4.0</version>
2727
</parent>
2828
<dependencies>
2929
<dependency>

awsapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.cloudstack</groupId>
2828
<artifactId>cloudstack</artifactId>
29-
<version>4.4.0-SNAPSHOT</version>
29+
<version>4.4.0</version>
3030
</parent>
3131
<dependencies>
3232
<dependency>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.cloudstack</groupId>
1919
<artifactId>cloudstack</artifactId>
20-
<version>4.4.0-SNAPSHOT</version>
20+
<version>4.4.0</version>
2121
</parent>
2222
<dependencies>
2323
<dependency>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloudstack</artifactId>
26-
<version>4.4.0-SNAPSHOT</version>
26+
<version>4.4.0</version>
2727
</parent>
2828
<dependencies>
2929
<dependency>

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
1414
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*//')
15-
MVNADD := $(shell if echo '$(DEBVERS)' | grep -q snapshot; then echo -SNAPSHOT; fi )
15+
MVNADD := $(shell if echo '$(DEBVERS)' | grep -q snapshot; then echo ; fi )
1616
PACKAGE = $(shell dh_listpackages|head -n 1|cut -d '-' -f 1)
1717
SYSCONFDIR = "/etc"
1818
DESTDIR = "debian/tmp"

deps/XenServerJava/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.apache.cloudstack</groupId>
2323
<artifactId>cloudstack</artifactId>
24-
<version>4.4.0-SNAPSHOT</version>
24+
<version>4.4.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>xapi</artifactId>
28-
<version>6.2.0-1-SNAPSHOT</version>
28+
<version>6.2.0-1</version>
2929
<name>Apache XenSource XAPI</name>
3030
<description>XenSource XAPI Java Bindings</description>
3131
<dependencies>

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.4.0-SNAPSHOT</version>
21+
<version>4.4.0</version>
2222
</parent>
2323
<dependencies>
2424
<dependency>

engine/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.apache.cloudstack</groupId>
1818
<artifactId>cloud-engine</artifactId>
19-
<version>4.4.0-SNAPSHOT</version>
19+
<version>4.4.0</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

engine/components-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>cloud-engine</artifactId>
27-
<version>4.4.0-SNAPSHOT</version>
27+
<version>4.4.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

0 commit comments

Comments
 (0)