Repository: jclouds-chef Updated Branches: refs/heads/1.8.x 22be869dd -> ba082ea62
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/jclouds-chef/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-chef/commit/adcae7b0 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-chef/tree/adcae7b0 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-chef/diff/adcae7b0 Branch: refs/heads/1.8.x Commit: adcae7b05d2711e035eb5ff10ea755e50c4ef558 Parents: 22be869 Author: Andrew Phillips <[email protected]> Authored: Fri Oct 10 14:22:16 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Fri Oct 10 14:22:16 2014 -0400 ---------------------------------------------------------------------- compute/pom.xml | 2 +- core/pom.xml | 2 +- enterprise/pom.xml | 2 +- pom.xml | 2 +- project/pom.xml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-chef/blob/adcae7b0/compute/pom.xml ---------------------------------------------------------------------- diff --git a/compute/pom.xml b/compute/pom.xml index 2316ee5..a3e44cc 100644 --- a/compute/pom.xml +++ b/compute/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.jclouds.chef</groupId> <artifactId>chef-project</artifactId> - <version>1.8.1</version> + <version>1.8.2-SNAPSHOT</version> <relativePath>../project/pom.xml</relativePath> </parent> <artifactId>chef-compute</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-chef/blob/adcae7b0/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 3fb7dfe..fee7190 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.jclouds.chef</groupId> <artifactId>chef-project</artifactId> - <version>1.8.1</version> + <version>1.8.2-SNAPSHOT</version> <relativePath>../project/pom.xml</relativePath> </parent> <groupId>org.apache.jclouds.api</groupId> http://git-wip-us.apache.org/repos/asf/jclouds-chef/blob/adcae7b0/enterprise/pom.xml ---------------------------------------------------------------------- diff --git a/enterprise/pom.xml b/enterprise/pom.xml index 5753c31..1d608ad 100644 --- a/enterprise/pom.xml +++ b/enterprise/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.jclouds.chef</groupId> <artifactId>chef-project</artifactId> - <version>1.8.1</version> + <version>1.8.2-SNAPSHOT</version> <relativePath>../project/pom.xml</relativePath> </parent> <groupId>org.apache.jclouds.provider</groupId> http://git-wip-us.apache.org/repos/asf/jclouds-chef/blob/adcae7b0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 09c593a..460f5e4 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.jclouds.chef</groupId> <artifactId>chef-project</artifactId> - <version>1.8.1</version> + <version>1.8.2-SNAPSHOT</version> <relativePath>project/pom.xml</relativePath> </parent> <artifactId>jclouds-chef</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-chef/blob/adcae7b0/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index f013f30..a293f94 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -26,7 +26,7 @@ </parent> <groupId>org.apache.jclouds.chef</groupId> <artifactId>chef-project</artifactId> - <version>1.8.1</version> + <version>1.8.2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache jclouds Chef :: Project</name> <description>jclouds Chef parent POM for Maven configuration</description> @@ -54,7 +54,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-chef.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-chef.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=jclouds-chef.git</url> - <tag>jclouds-chef-1.8.1-rc1</tag> + <tag>HEAD</tag> </scm> <repositories> <repository>
