Skip to content

Commit c56220f

Browse files
committed
Updating pom.xml version numbers for release 4.17.0.0
Signed-off-by: nvazquez <[email protected]>
1 parent 0f4c3af commit c56220f

File tree

140 files changed

+147
-141
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

+147
-141
lines changed

Diff for: agent/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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

Diff for: 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>cloudstack</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

Diff for: client/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.17.0.0-SNAPSHOT</version>
28+
<version>4.17.0.0</version>
2929
</parent>
3030
<repositories>
3131
<repository>

Diff for: core/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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

Diff for: debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cloudstack (4.17.0.0) unstable; urgency=low
2+
3+
* Update the version to 4.17.0.0
4+
5+
-- the Apache CloudStack project <[email protected]> Tue, 31 May 2022 14:33:47 -0300
6+
17
cloudstack (4.17.0.0-SNAPSHOT) unstable; urgency=low
28

39
* Update the version to 4.17.0.0-SNAPSHOT

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

Diff for: engine/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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.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
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.cloudstack</groupId>
2727
<artifactId>cloudstack</artifactId>
28-
<version>4.17.0.0-SNAPSHOT</version>
28+
<version>4.17.0.0</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.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
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.cloudstack</groupId>
2424
<artifactId>cloud-engine</artifactId>
25-
<version>4.17.0.0-SNAPSHOT</version>
25+
<version>4.17.0.0</version>
2626
</parent>
2727
<artifactId>cloud-engine-service</artifactId>
2828
<packaging>war</packaging>

Diff for: engine/storage/cache/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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: engine/storage/configdrive/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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: engine/storage/datamotion/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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: engine/storage/image/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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: engine/storage/integration-test/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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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

Diff for: engine/storage/snapshot/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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: engine/storage/volume/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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>cloudstack-framework</artifactId>
2626
<groupId>org.apache.cloudstack</groupId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
</project>

Diff for: framework/ca/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-framework</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
</project>

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

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

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
<dependency>
2626
<groupId>org.apache.cloudstack</groupId>
2727
<artifactId>cloud-utils</artifactId>
28-
<version>4.17.0.0-SNAPSHOT</version>
28+
<version>4.17.0.0</version>
2929
<scope>compile</scope>
3030
</dependency>
3131
</dependencies>
3232
<parent>
3333
<artifactId>cloudstack-framework</artifactId>
3434
<groupId>org.apache.cloudstack</groupId>
35-
<version>4.17.0.0-SNAPSHOT</version>
35+
<version>4.17.0.0</version>
3636
<relativePath>../pom.xml</relativePath>
3737
</parent>
3838
</project>

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

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

Diff for: framework/jobs/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-framework</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<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>cloudstack</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: framework/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.17.0.0-SNAPSHOT</version>
28+
<version>4.17.0.0</version>
2929
</parent>
3030
<build>
3131
<plugins>

Diff for: framework/quota/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-framework</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<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.17.0.0-SNAPSHOT</version>
25+
<version>4.17.0.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
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack-framework</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: framework/spring/lifecycle/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.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../../pom.xml</relativePath>
2929
</parent>
3030
<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>cloudstack</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

Diff for: plugins/acl/dynamic-role-based/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-plugins</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
</project>

Diff for: plugins/acl/project-role-based/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-plugins</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
</project>

Diff for: plugins/acl/static-role-based/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-plugins</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
</project>

Diff for: plugins/affinity-group-processors/explicit-dedication/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-plugins</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
</project>

Diff for: plugins/affinity-group-processors/host-affinity/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-plugins</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
</project>

Diff for: plugins/affinity-group-processors/host-anti-affinity/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-plugins</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.0.0</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
</project>

0 commit comments

Comments
 (0)