Skip to content

Commit 43ab98d

Browse files
committed
Updating pom.xml version numbers for release 4.9.0-SNAPSHOT
Signed-off-by: Remi Bergsma <github@remi.nl>
1 parent f7e5812 commit 43ab98d

File tree

126 files changed

+129
-129
lines changed

Some content is hidden

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

126 files changed

+129
-129
lines changed

agent/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
26+
<version>4.9.0-SNAPSHOT</version>
2727
</parent>
2828
<dependencies>
2929
<dependency>

api/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
26+
<version>4.9.0-SNAPSHOT</version>
2727
</parent>
2828
<dependencies>
2929
<dependency>

client/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
20+
<version>4.9.0-SNAPSHOT</version>
2121
</parent>
2222
<dependencies>
2323
<dependency>

core/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
28+
<version>4.9.0-SNAPSHOT</version>
2929
</parent>
3030
<dependencies>
3131
<dependency>

debian/changelog

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
cloudstack (4.8.1-SNAPSHOT) unstable; urgency=low
1+
cloudstack (4.9.0-SNAPSHOT) unstable; urgency=low
22

33
[ Remi Bergsma ]
4-
* Update the version to 4.8.1-SNAPSHOT
4+
* Update the version to 4.9.0.snapshot
55

66
-- the Apache CloudStack project <dev@cloudstack.apache.org> Wed, 20 Jan 2016 23:43:35 +0100
77

88
cloudstack (4.8.0-SNAPSHOT) unstable; urgency=low
99

1010
[ Remi Bergsma ]
11-
* Update the version to 4.8.1.snapshot
11+
* Update the version to 4.8.0.snapshot
1212

1313
-- the Apache CloudStack project <dev@cloudstack.apache.org> Sun, 21 Dec 2015 22:11:55 +0100
1414

developer/pom.xml

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

engine/api/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
19+
<version>4.9.0-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

engine/components-api/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
27+
<version>4.9.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

engine/network/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
27+
<version>4.9.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

engine/orchestration/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
27+
<version>4.9.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

engine/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
27+
<version>4.9.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<build>

engine/schema/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
27+
<version>4.9.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

engine/service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloud-engine</artifactId>
26-
<version>4.8.1-SNAPSHOT</version>
26+
<version>4.9.0-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>cloud-engine-service</artifactId>
2929
<packaging>war</packaging>

engine/storage/cache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.apache.cloudstack</groupId>
1717
<artifactId>cloud-engine</artifactId>
18-
<version>4.8.1-SNAPSHOT</version>
18+
<version>4.9.0-SNAPSHOT</version>
1919
<relativePath>../../pom.xml</relativePath>
2020
</parent>
2121
<dependencies>

engine/storage/datamotion/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
19+
<version>4.9.0-SNAPSHOT</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

engine/storage/image/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
19+
<version>4.9.0-SNAPSHOT</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

engine/storage/integration-test/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
19+
<version>4.9.0-SNAPSHOT</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

engine/storage/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
19+
<version>4.9.0-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

engine/storage/snapshot/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
19+
<version>4.9.0-SNAPSHOT</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

engine/storage/volume/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
19+
<version>4.9.0-SNAPSHOT</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

framework/cluster/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.apache.cloudstack</groupId>
1717
<artifactId>cloudstack-framework</artifactId>
18-
<version>4.8.1-SNAPSHOT</version>
18+
<version>4.9.0-SNAPSHOT</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121
<dependencies>

framework/config/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.apache.cloudstack</groupId>
1717
<artifactId>cloudstack-framework</artifactId>
18-
<version>4.8.1-SNAPSHOT</version>
18+
<version>4.9.0-SNAPSHOT</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121
<dependencies>

framework/db/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.apache.cloudstack</groupId>
1717
<artifactId>cloudstack-framework</artifactId>
18-
<version>4.8.1-SNAPSHOT</version>
18+
<version>4.9.0-SNAPSHOT</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121
<dependencies>

framework/events/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.apache.cloudstack</groupId>
1717
<artifactId>cloudstack-framework</artifactId>
18-
<version>4.8.1-SNAPSHOT</version>
18+
<version>4.9.0-SNAPSHOT</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121
<dependencies>

framework/ipc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.apache.cloudstack</groupId>
1818
<artifactId>cloudstack-framework</artifactId>
19-
<version>4.8.1-SNAPSHOT</version>
19+
<version>4.9.0-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

framework/jobs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloudstack-framework</artifactId>
26-
<version>4.8.1-SNAPSHOT</version>
26+
<version>4.9.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<dependencies>

framework/managed-context/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloud-maven-standard</artifactId>
27-
<version>4.8.1-SNAPSHOT</version>
27+
<version>4.9.0-SNAPSHOT</version>
2828
<relativePath>../../maven-standard/pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

framework/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
27+
<version>4.9.0-SNAPSHOT</version>
2828
</parent>
2929
<build>
3030
<defaultGoal>install</defaultGoal>

framework/quota/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloudstack-framework</artifactId>
26-
<version>4.8.1-SNAPSHOT</version>
26+
<version>4.9.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<dependencies>

framework/rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.cloudstack</groupId>
2424
<artifactId>cloudstack-framework</artifactId>
25-
<version>4.8.1-SNAPSHOT</version>
25+
<version>4.9.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>cloud-framework-rest</artifactId>

framework/security/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloudstack-framework</artifactId>
26-
<version>4.8.1-SNAPSHOT</version>
26+
<version>4.9.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<dependencies>

framework/spring/lifecycle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.apache.cloudstack</groupId>
1818
<artifactId>cloud-maven-standard</artifactId>
19-
<version>4.8.1-SNAPSHOT</version>
19+
<version>4.9.0-SNAPSHOT</version>
2020
<relativePath>../../../maven-standard/pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

framework/spring/module/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloud-maven-standard</artifactId>
27-
<version>4.8.1-SNAPSHOT</version>
27+
<version>4.9.0-SNAPSHOT</version>
2828
<relativePath>../../../maven-standard/pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

maven-standard/pom.xml

+1-1
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.8.1-SNAPSHOT</version>
28+
<version>4.9.0-SNAPSHOT</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<build>

plugins/acl/static-role-based/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.cloudstack</groupId>
2828
<artifactId>cloudstack-plugins</artifactId>
29-
<version>4.8.1-SNAPSHOT</version>
29+
<version>4.9.0-SNAPSHOT</version>
3030
<relativePath>../../pom.xml</relativePath>
3131
</parent>
3232
</project>

plugins/affinity-group-processors/explicit-dedication/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloudstack-plugins</artifactId>
26-
<version>4.8.1-SNAPSHOT</version>
26+
<version>4.9.0-SNAPSHOT</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929
<build>

plugins/affinity-group-processors/host-anti-affinity/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloudstack-plugins</artifactId>
26-
<version>4.8.1-SNAPSHOT</version>
26+
<version>4.9.0-SNAPSHOT</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929
<build>

plugins/alert-handlers/snmp-alerts/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>cloudstack-plugins</artifactId>
2424
<groupId>org.apache.cloudstack</groupId>
25-
<version>4.8.1-SNAPSHOT</version>
25+
<version>4.9.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

plugins/alert-handlers/syslog-alerts/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>cloudstack-plugins</artifactId>
2424
<groupId>org.apache.cloudstack</groupId>
25-
<version>4.8.1-SNAPSHOT</version>
25+
<version>4.9.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

plugins/api/discovery/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.cloudstack</groupId>
2828
<artifactId>cloudstack-plugins</artifactId>
29-
<version>4.8.1-SNAPSHOT</version>
29+
<version>4.9.0-SNAPSHOT</version>
3030
<relativePath>../../pom.xml</relativePath>
3131
</parent>
3232
<dependencies>

plugins/api/rate-limit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloudstack-plugins</artifactId>
26-
<version>4.8.1-SNAPSHOT</version>
26+
<version>4.9.0-SNAPSHOT</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929
<build>

plugins/api/solidfire-intg-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.cloudstack</groupId>
2525
<artifactId>cloudstack-plugins</artifactId>
26-
<version>4.8.1-SNAPSHOT</version>
26+
<version>4.9.0-SNAPSHOT</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929
<dependencies>

plugins/database/mysql-ha/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.apache.cloudstack</groupId>
1717
<artifactId>cloudstack-plugins</artifactId>
18-
<version>4.8.1-SNAPSHOT</version>
18+
<version>4.9.0-SNAPSHOT</version>
1919
<relativePath>../../pom.xml</relativePath>
2020
</parent>
2121
<dependencies>

0 commit comments

Comments
 (0)