Skip to content

Commit 2cb2dac

Browse files
Paul AngusPaul Angus
Paul Angus
authored and
Paul Angus
committed
Updating pom.xml version numbers for release 4.11.1.0
Signed-off-by: Paul Angus <[email protected]>
1 parent 52b02de commit 2cb2dac

File tree

140 files changed

+149
-143
lines changed

Some content is hidden

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

140 files changed

+149
-143
lines changed

Diff for: 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.11.1.0-SNAPSHOT</version>
26+
<version>4.11.1.0</version>
2727
</parent>
2828
<dependencies>
2929
<dependency>

Diff for: 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.11.1.0-SNAPSHOT</version>
26+
<version>4.11.1.0</version>
2727
</parent>
2828
<dependencies>
2929
<dependency>

Diff for: 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.11.1.0-SNAPSHOT</version>
20+
<version>4.11.1.0</version>
2121
</parent>
2222

2323
<repositories>

Diff for: 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.11.1.0-SNAPSHOT</version>
28+
<version>4.11.1.0</version>
2929
</parent>
3030
<dependencies>
3131
<dependency>

Diff for: debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cloudstack (4.11.1.0) unstable; urgency=low
2+
3+
* Update the version to 4.11.1.0
4+
5+
-- the Apache CloudStack project <[email protected]> Thu, 21 Jun 2018 15:52:43 +0100
6+
17
cloudstack (4.11.1.0-SNAPSHOT) unstable; urgency=low
28

39
* Update the version to 4.11.1.0-SNAPSHOT

Diff for: 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.11.1.0-SNAPSHOT</version>
21+
<version>4.11.1.0</version>
2222
</parent>
2323
<dependencies>
2424
<dependency>

Diff for: 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.11.1.0-SNAPSHOT</version>
19+
<version>4.11.1.0</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
27+
<version>4.11.1.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
27+
<version>4.11.1.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
27+
<version>4.11.1.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
27+
<version>4.11.1.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<build>

Diff for: 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.11.1.0-SNAPSHOT</version>
27+
<version>4.11.1.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
26+
<version>4.11.1.0</version>
2727
</parent>
2828
<artifactId>cloud-engine-service</artifactId>
2929
<packaging>war</packaging>

Diff for: 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.11.1.0-SNAPSHOT</version>
18+
<version>4.11.1.0</version>
1919
<relativePath>../../pom.xml</relativePath>
2020
</parent>
2121
<dependencies>

Diff for: engine/storage/configdrive/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.11.1.0-SNAPSHOT</version>
26+
<version>4.11.1.0</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

Diff for: 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.11.1.0-SNAPSHOT</version>
19+
<version>4.11.1.0</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
19+
<version>4.11.1.0</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
19+
<version>4.11.1.0</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
19+
<version>4.11.1.0</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
19+
<version>4.11.1.0</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
19+
<version>4.11.1.0</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

Diff for: framework/agent-lb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>cloudstack-framework</artifactId>
2727
<groupId>org.apache.cloudstack</groupId>
28-
<version>4.11.1.0-SNAPSHOT</version>
28+
<version>4.11.1.0</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

Diff for: framework/ca/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.11.1.0-SNAPSHOT</version>
26+
<version>4.11.1.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
</project>

Diff for: 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.11.1.0-SNAPSHOT</version>
18+
<version>4.11.1.0</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
18+
<version>4.11.1.0</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
18+
<version>4.11.1.0</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121
<dependencies>

Diff for: framework/direct-download/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>cloudstack-framework</artifactId>
2727
<groupId>org.apache.cloudstack</groupId>
28-
<version>4.11.1.0-SNAPSHOT</version>
28+
<version>4.11.1.0</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
</project>

Diff for: 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.11.1.0-SNAPSHOT</version>
18+
<version>4.11.1.0</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
19+
<version>4.11.1.0</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
26+
<version>4.11.1.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
27+
<version>4.11.1.0</version>
2828
<relativePath>../../maven-standard/pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
27+
<version>4.11.1.0</version>
2828
</parent>
2929
<build>
3030
<defaultGoal>install</defaultGoal>

Diff for: 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.11.1.0-SNAPSHOT</version>
26+
<version>4.11.1.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
25+
<version>4.11.1.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>cloud-framework-rest</artifactId>

Diff for: 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.11.1.0-SNAPSHOT</version>
26+
<version>4.11.1.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
19+
<version>4.11.1.0</version>
2020
<relativePath>../../../maven-standard/pom.xml</relativePath>
2121
</parent>
2222
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
27+
<version>4.11.1.0</version>
2828
<relativePath>../../../maven-standard/pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: 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.11.1.0-SNAPSHOT</version>
28+
<version>4.11.1.0</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<build>

Diff for: plugins/acl/dynamic-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.11.1.0-SNAPSHOT</version>
29+
<version>4.11.1.0</version>
3030
<relativePath>../../pom.xml</relativePath>
3131
</parent>
3232
</project>

Diff for: 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.11.1.0-SNAPSHOT</version>
29+
<version>4.11.1.0</version>
3030
<relativePath>../../pom.xml</relativePath>
3131
</parent>
3232
</project>

Diff for: 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.11.1.0-SNAPSHOT</version>
26+
<version>4.11.1.0</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929
<build>

Diff for: plugins/affinity-group-processors/host-affinity/pom.xml

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

Diff for: 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.11.1.0-SNAPSHOT</version>
26+
<version>4.11.1.0</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929
<build>

Diff for: 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.11.1.0-SNAPSHOT</version>
25+
<version>4.11.1.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)