Skip to content

Commit ebfdef5

Browse files
Updating pom.xml version numbers for release 4.16.1.1
Signed-off-by: Rohit Yadav <[email protected]>
1 parent b7415bf commit ebfdef5

File tree

137 files changed

+142
-136
lines changed

Some content is hidden

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

137 files changed

+142
-136
lines changed

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

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.16.1.0</version>
28+
<version>4.16.1.1</version>
2929
</parent>
3030
<repositories>
3131
<repository>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cloudstack (4.16.1.1) unstable; urgency=low
2+
3+
* Update the version to 4.16.1.1
4+
5+
-- the Apache CloudStack project <[email protected]> Thu, 14 Jul 2022 17:28:08 +0530
6+
17
cloudstack (4.16.1.0) unstable; urgency=low
28

39
* Update the version to 4.16.1.0

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.16.1.0</version>
28+
<version>4.16.1.1</version>
2929
</parent>
3030
<dependencies>
3131
<dependency>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<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.16.1.0</version>
27+
<version>4.16.1.1</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.16.1.0</version>
27+
<version>4.16.1.1</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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
28+
<version>4.16.1.1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
25+
<version>4.16.1.1</version>
2626
</parent>
2727
<artifactId>cloud-engine-service</artifactId>
2828
<packaging>war</packaging>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
</project>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
</project>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

framework/direct-download/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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
</project>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<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>cloudstack</artifactId>
27-
<version>4.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
28+
<version>4.16.1.1</version>
2929
</parent>
3030
<build>
3131
<plugins>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<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.16.1.0</version>
25+
<version>4.16.1.1</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
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack-framework</artifactId>
27-
<version>4.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../../pom.xml</relativePath>
2929
</parent>
3030
<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>cloudstack</artifactId>
27-
<version>4.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
</project>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
</project>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
</project>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
</project>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
</project>

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.16.1.0</version>
27+
<version>4.16.1.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
</project>

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

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

0 commit comments

Comments
 (0)