[maven-release-plugin] prepare release jclouds-cli-1.7.0-rc2
Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/894dfab5 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/894dfab5 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/894dfab5 Branch: refs/heads/1.7.x Commit: 894dfab5c513648241e37c767ae25fde5207960e Parents: 9e7c20f Author: Andrew Bayer <[email protected]> Authored: Fri Dec 20 11:25:04 2013 -0500 Committer: Andrew Bayer <[email protected]> Committed: Fri Dec 20 11:25:04 2013 -0500 ---------------------------------------------------------------------- assembly/pom.xml | 20 ++++++-------------- branding/pom.xml | 2 +- pom.xml | 4 ++-- project/pom.xml | 4 ++-- runner/pom.xml | 6 +++--- 5 files changed, 14 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/894dfab5/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 0441a31..b7190b3 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -18,14 +18,13 @@ --> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.jclouds.cli</groupId> <artifactId>jclouds-cli-project</artifactId> <relativePath>../project</relativePath> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>jclouds-cli-assembly</artifactId> @@ -240,18 +239,11 @@ <phase>prepare-package</phase> <configuration> <tasks> - <replace token="#!/bin/bash" value="#!/bin/sh" - dir="target/dependencies/unix/apache-karaf-${karaf.version}/bin"> - <include name="*"/> + <replace token="#!/bin/bash" value="#!/bin/sh" dir="target/dependencies/unix/apache-karaf-${karaf.version}/bin"> + <include name="*" /> </replace> - <replaceregexp file="target/dependencies/unix/apache-karaf-${karaf.version}/etc/config.properties" - match="karaf.framework.equinox=*" - replace="#" - byline="true"/> - <replaceregexp file="target/dependencies/win/apache-karaf-${karaf.version}/etc/config.properties" - match="karaf.framework.equinox=*" - replace="#" - byline="true"/> + <replaceregexp file="target/dependencies/unix/apache-karaf-${karaf.version}/etc/config.properties" match="karaf.framework.equinox=*" replace="#" byline="true" /> + <replaceregexp file="target/dependencies/win/apache-karaf-${karaf.version}/etc/config.properties" match="karaf.framework.equinox=*" replace="#" byline="true" /> </tasks> </configuration> <goals> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/894dfab5/branding/pom.xml ---------------------------------------------------------------------- diff --git a/branding/pom.xml b/branding/pom.xml index 167d1bf..d85a487 100644 --- a/branding/pom.xml +++ b/branding/pom.xml @@ -24,7 +24,7 @@ <groupId>org.apache.jclouds.cli</groupId> <artifactId>jclouds-cli-project</artifactId> <relativePath>../project</relativePath> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>branding</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/894dfab5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a8634ef..136cde2 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <groupId>org.apache.jclouds.cli</groupId> <artifactId>jclouds-cli-project</artifactId> <relativePath>project</relativePath> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>jclouds-cli</artifactId> @@ -43,7 +43,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-cli.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-cli.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=jclouds-cli.git</url> - <tag>HEAD</tag> + <tag>jclouds-cli-1.7.0-rc2</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/894dfab5/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 632e0a4..99abbe6 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.jclouds.cli</groupId> <artifactId>jclouds-cli-project</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> <packaging>pom</packaging> <name>Apache jclouds :: cli</name> @@ -45,7 +45,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-cli.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-cli.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=jclouds-cli.git</url> - <tag>HEAD</tag> + <tag>jclouds-cli-1.7.0-rc2</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/894dfab5/runner/pom.xml ---------------------------------------------------------------------- diff --git a/runner/pom.xml b/runner/pom.xml index a972821..795f4b3 100644 --- a/runner/pom.xml +++ b/runner/pom.xml @@ -24,7 +24,7 @@ <groupId>org.apache.jclouds.cli</groupId> <artifactId>jclouds-cli-project</artifactId> <relativePath>../project</relativePath> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>runner</artifactId> @@ -39,13 +39,13 @@ <dependency> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-blobstore</artifactId> - <version>${project.parent.version}</version> + <version>1.7.0</version> </dependency> <dependency> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-core</artifactId> - <version>${project.parent.version}</version> + <version>1.7.0</version> </dependency> </dependencies>
