Skip to content

Commit b0be7da

Browse files
committed
Merge remote-tracking branch 'upstream/main' into bnr-object-limits
2 parents caf70f3 + 546ef31 commit b0be7da

File tree

169 files changed

+3965
-181
lines changed

Some content is hidden

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

169 files changed

+3965
-181
lines changed

agent/pom.xml

Lines changed: 1 addition & 1 deletion
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.20.0.0-SNAPSHOT</version>
27+
<version>4.21.0.0-SNAPSHOT</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

api/pom.xml

Lines changed: 1 addition & 1 deletion
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.20.0.0-SNAPSHOT</version>
27+
<version>4.21.0.0-SNAPSHOT</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

client/pom.xml

Lines changed: 1 addition & 1 deletion
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.20.0.0-SNAPSHOT</version>
28+
<version>4.21.0.0-SNAPSHOT</version>
2929
</parent>
3030
<dependencies>
3131
<dependency>

core/pom.xml

Lines changed: 1 addition & 1 deletion
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.20.0.0-SNAPSHOT</version>
27+
<version>4.21.0.0-SNAPSHOT</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

debian/changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
cloudstack (4.20.0.0-SNAPSHOT) unstable; urgency=low
1+
cloudstack (4.21.0.0-SNAPSHOT) unstable; urgency=low
22

3-
* Update the version to 4.20.0.0-SNAPSHOT
3+
* Update the version to 4.21.0.0-SNAPSHOT
4+
5+
-- the Apache CloudStack project <[email protected]> Tue, 19 Nov 2024 08:54:07 -0300
6+
7+
cloudstack (4.21.0.0-SNAPSHOT-SNAPSHOT) unstable; urgency=low
8+
9+
* Update the version to 4.21.0.0-SNAPSHOT-SNAPSHOT
410

511
-- the Apache CloudStack project <[email protected]> Mon, 29 Jan 2024 10:21:52 +0530
612

developer/pom.xml

Lines changed: 1 addition & 1 deletion
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.20.0.0-SNAPSHOT</version>
28+
<version>4.21.0.0-SNAPSHOT</version>
2929
</parent>
3030
<dependencies>
3131
<dependency>

engine/api/pom.xml

Lines changed: 1 addition & 1 deletion
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.20.0.0-SNAPSHOT</version>
27+
<version>4.21.0.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

engine/components-api/pom.xml

Lines changed: 1 addition & 1 deletion
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.20.0.0-SNAPSHOT</version>
27+
<version>4.21.0.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

engine/orchestration/pom.xml

Lines changed: 1 addition & 1 deletion
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.20.0.0-SNAPSHOT</version>
27+
<version>4.21.0.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

engine/pom.xml

Lines changed: 1 addition & 1 deletion
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.20.0.0-SNAPSHOT</version>
28+
<version>4.21.0.0-SNAPSHOT</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<build>

0 commit comments

Comments
 (0)