Skip to content

Commit 5f926c3

Browse files
Updating pom.xml version numbers for release 4.15.0.0-SNAPSHOT
Signed-off-by: andrijapanicsb <andrija.panic@shapeblue.com>
1 parent 638a772 commit 5f926c3

136 files changed

Lines changed: 142 additions & 142 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
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack</artifactId>
27-
<version>4.14.1.0-SNAPSHOT</version>
27+
<version>4.15.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.14.1.0-SNAPSHOT</version>
27+
<version>4.15.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.14.1.0-SNAPSHOT</version>
28+
<version>4.15.0.0-SNAPSHOT</version>
2929
</parent>
3030
<repositories>
3131
<repository>

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.14.1.0-SNAPSHOT</version>
27+
<version>4.15.0.0-SNAPSHOT</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

debian/changelog

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
cloudstack (4.14.1.0-SNAPSHOT) unstable; urgency=low
1+
cloudstack (4.15.0.0-SNAPSHOT) unstable; urgency=low
22

3-
* Update the version to 4.14.1.0-SNAPSHOT
3+
* Update the version to 4.15.0.0-SNAPSHOT
44

55
-- the Apache CloudStack project <dev@cloudstack.apache.org> Mon, 11 May 2020 15:03:14 +0100
66

7-
cloudstack (4.14.1.0-SNAPSHOT-SNAPSHOT) unstable; urgency=low
7+
cloudstack (4.15.0.0-SNAPSHOT-SNAPSHOT) unstable; urgency=low
88

9-
* Update the version to 4.14.1.0-SNAPSHOT-SNAPSHOT
9+
* Update the version to 4.15.0.0-SNAPSHOT-SNAPSHOT
1010

1111
-- the Apache CloudStack project <dev@cloudstack.apache.org> Thu, 14 Mar 2019 10:11:46 -0300
1212

13-
cloudstack (4.14.1.0-SNAPSHOT-SNAPSHOT-SNAPSHOT) unstable; urgency=low
13+
cloudstack (4.15.0.0-SNAPSHOT-SNAPSHOT-SNAPSHOT) unstable; urgency=low
1414

15-
* Update the version to 4.14.1.0-SNAPSHOT-SNAPSHOT-SNAPSHOT
15+
* Update the version to 4.15.0.0-SNAPSHOT-SNAPSHOT-SNAPSHOT
1616

1717
-- the Apache CloudStack project <dev@cloudstack.apache.org> Mon, 15 Jan 2018 17:42:30 +0530
1818

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.14.1.0-SNAPSHOT</version>
28+
<version>4.15.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.14.1.0-SNAPSHOT</version>
27+
<version>4.15.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.14.1.0-SNAPSHOT</version>
27+
<version>4.15.0.0-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.14.1.0-SNAPSHOT</version>
27+
<version>4.15.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.14.1.0-SNAPSHOT</version>
27+
<version>4.15.0.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

0 commit comments

Comments
 (0)