FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Updating pom.xml version numbers for release 4.4.2 · kwanggithub/cloudstack@e0420a6 · GitHub

This repository was archived by the owner on Jan 15, 2020. It is now read-only.
/ cloudstack Public archive
forked from apache/cloudstack

Commit e0420a6

Browse files
committed
Updating pom.xml version numbers for release 4.4.2
Signed-off-by: Daan Hoogland <daan@onecht.net>
1 parent 25876c6 commit e0420a6

113 files changed

Lines changed: 121 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.2-SNAPSHOT</version>
26+
<version>4.4.2</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.2-SNAPSHOT</version>
26+
<version>4.4.2</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.2-SNAPSHOT</version>
29+
<version>4.4.2</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.2-SNAPSHOT</version>
20+
<version>4.4.2</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.2-SNAPSHOT</version>
26+
<version>4.4.2</version>
2727
</parent>
2828
<dependencies>
2929
<dependency>

‎debian/changelog‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cloudstack (4.4.2) unstable; urgency=low
2+
3+
* Update the version to 4.4.2
4+
5+
-- the Apache CloudStack project <dev@cloudstack.apache.org> Fri, 21 Nov 2014 03:41:25 +0100
6+
17
cloudstack (4.4.1-snapshot) unstable; urgency=low
28

39
* Update the version to 4.4.1.snapshot

‎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.2-SNAPSHOT</version>
24+
<version>4.4.2</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.2-SNAPSHOT</version>
21+
<version>4.4.2</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.2-SNAPSHOT</version>
19+
<version>4.4.2</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL