Skip to content

Commit dbf8c17

Browse files
committed
[maven-release-plugin] prepare release jclouds-2.7.1
1 parent c662b39 commit dbf8c17

File tree

103 files changed

+123
-132
lines changed

Some content is hidden

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

103 files changed

+123
-132
lines changed

all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.github.felfert.jclouds</groupId>
2424
<artifactId>jclouds-project</artifactId>
25-
<version>2.7.1-SNAPSHOT</version>
25+
<version>2.7.1</version>
2626
<relativePath>../project/pom.xml</relativePath>
2727
</parent>
2828
<artifactId>jclouds-all</artifactId>

allblobstore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.github.felfert.jclouds</groupId>
2424
<artifactId>jclouds-project</artifactId>
25-
<version>2.7.1-SNAPSHOT</version>
25+
<version>2.7.1</version>
2626
<relativePath>../project/pom.xml</relativePath>
2727
</parent>
2828
<artifactId>jclouds-allblobstore</artifactId>

allcompute/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.github.felfert.jclouds</groupId>
2424
<artifactId>jclouds-project</artifactId>
25-
<version>2.7.1-SNAPSHOT</version>
25+
<version>2.7.1</version>
2626
<relativePath>../project/pom.xml</relativePath>
2727
</parent>
2828
<artifactId>jclouds-allcompute</artifactId>

allloadbalancer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.github.felfert.jclouds</groupId>
2424
<artifactId>jclouds-project</artifactId>
25-
<version>2.7.1-SNAPSHOT</version>
25+
<version>2.7.1</version>
2626
<relativePath>../project/pom.xml</relativePath>
2727
</parent>
2828
<artifactId>jclouds-allloadbalancer</artifactId>

apis/atmos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.github.felfert.jclouds</groupId>
2424
<artifactId>jclouds-project</artifactId>
25-
<version>2.7.1-SNAPSHOT</version>
25+
<version>2.7.1</version>
2626
<relativePath>../../project/pom.xml</relativePath>
2727
</parent>
2828

apis/byon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.github.felfert.jclouds</groupId>
2424
<artifactId>jclouds-project</artifactId>
25-
<version>2.7.1-SNAPSHOT</version>
25+
<version>2.7.1</version>
2626
<relativePath>../../project/pom.xml</relativePath>
2727
</parent>
2828

apis/chef/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.github.felfert.jclouds</groupId>
2424
<artifactId>jclouds-project</artifactId>
25-
<version>2.7.1-SNAPSHOT</version>
25+
<version>2.7.1</version>
2626
<relativePath>../../project/pom.xml</relativePath>
2727
</parent>
2828
<groupId>com.github.felfert.jclouds.api</groupId>

apis/cloudstack/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.github.felfert.jclouds</groupId>
2424
<artifactId>jclouds-project</artifactId>
25-
<version>2.7.1-SNAPSHOT</version>
25+
<version>2.7.1</version>
2626
<relativePath>../../project/pom.xml</relativePath>
2727
</parent>
2828
<groupId>com.github.felfert.jclouds.api</groupId>

apis/cloudwatch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.github.felfert.jclouds</groupId>
2424
<artifactId>jclouds-project</artifactId>
25-
<version>2.7.1-SNAPSHOT</version>
25+
<version>2.7.1</version>
2626
<relativePath>../../project/pom.xml</relativePath>
2727
</parent>
2828
<groupId>com.github.felfert.jclouds.api</groupId>

apis/docker/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>
2423
<groupId>com.github.felfert.jclouds</groupId>
2524
<artifactId>jclouds-project</artifactId>
26-
<version>2.7.1-SNAPSHOT</version>
25+
<version>2.7.1</version>
2726
<relativePath>../../project/pom.xml</relativePath>
2827
</parent>
2928

0 commit comments

Comments
 (0)