Skip to content

Commit 1063508

Browse files
committed
Merge pull request #1186 from remibergsma/462_version
Updating pom.xml version numbers for release 4.6.2-SNAPSHOTSet next version in 4.6 release branch to version 4.6.2-SNAPSHOT. Using ` ./tools/build/setnextversion.sh`. Ping @bhaisaab @DaanHoogland before we merge this, how will we be creating the upgrade paths from 4.6.2 to 4.7? After this PR is merged, we need to manually do a fwd-merge and make sure we keep the pom versions in master/4.7. Much like in #1071. * pr/1186: Fixed typo in iam/pom.xml Updating pom.xml version numbers for release 4.6.2-SNAPSHOT Signed-off-by: Daan Hoogland <daan@onecht.net>
2 parents 1597a4c + c456eeb commit 1063508

126 files changed

Lines changed: 135 additions & 128 deletions

File tree

Some content is hidden

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

agent/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.1-SNAPSHOT</version>
26+
<version>4.6.2-SNAPSHOT</version>
2727
</parent>
2828
<dependencies>
2929
<dependency>

api/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.1-SNAPSHOT</version>
26+
<version>4.6.2-SNAPSHOT</version>
2727
</parent>
2828
<dependencies>
2929
<dependency>

client/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.1-SNAPSHOT</version>
20+
<version>4.6.2-SNAPSHOT</version>
2121
</parent>
2222
<dependencies>
2323
<dependency>

core/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.6.1-SNAPSHOT</version>
28+
<version>4.6.2-SNAPSHOT</version>
2929
</parent>
3030
<dependencies>
3131
<dependency>

debian/changelog

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
cloudstack (4.6.1-SNAPSHOT) unstable; urgency=low
1+
cloudstack (4.6.2-SNAPSHOT) unstable; urgency=low
22

33
[ Remi Bergsma ]
4-
* Update the version to 4.6.1.snapshot
4+
* Update the version to 4.6.2.snapshot
5+
6+
-- the Apache CloudStack project <dev@cloudstack.apache.org> Mon, 7 Dec 2015 21:55:22 +0100
7+
8+
cloudstack (4.6.1) unstable; urgency=low
9+
10+
[ Remi Bergsma ]
11+
* Update the version to 4.6.1
512

613
-- the Apache CloudStack project <dev@cloudstack.apache.org> Sun, 15 Nov 2015 08:35:33 +0100
714

developer/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.1-SNAPSHOT</version>
21+
<version>4.6.2-SNAPSHOT</version>
2222
</parent>
2323
<dependencies>
2424
<dependency>

engine/api/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.1-SNAPSHOT</version>
19+
<version>4.6.2-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<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.6.1-SNAPSHOT</version>
27+
<version>4.6.2-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

engine/network/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.6.1-SNAPSHOT</version>
27+
<version>4.6.2-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.6.1-SNAPSHOT</version>
27+
<version>4.6.2-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

0 commit comments

Comments
 (0)