Repository: jclouds-chef Updated Branches: refs/heads/1.8.x 87cdd6b1a -> 23a98d4e4
[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/139de7cb Tree: http://git-wip-us.apache.org/repos/asf/jclouds-chef/tree/139de7cb Diff: http://git-wip-us.apache.org/repos/asf/jclouds-chef/diff/139de7cb Branch: refs/heads/1.8.x Commit: 139de7cbf436a8307d93971f1f1217d1395936b6 Parents: 87cdd6b Author: Andrew Phillips <[email protected]> Authored: Tue Jul 29 19:53:30 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Tue Jul 29 19:53:30 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/139de7cb/compute/pom.xml ---------------------------------------------------------------------- diff --git a/compute/pom.xml b/compute/pom.xml index 5109ec0..babda5b 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.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../project/pom.xml</relativePath> </parent> <artifactId>chef-compute</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-chef/blob/139de7cb/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 4f4e378..00a1c4c 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.0</version> + <version>1.8.1-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/139de7cb/enterprise/pom.xml ---------------------------------------------------------------------- diff --git a/enterprise/pom.xml b/enterprise/pom.xml index 3a0e2de..dc6c527 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.0</version> + <version>1.8.1-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/139de7cb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index beb004a..618cfdb 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.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>project/pom.xml</relativePath> </parent> <artifactId>jclouds-chef</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-chef/blob/139de7cb/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 5531515..f4c283e 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.0</version> + <version>1.8.1-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.0-rc1</tag> + <tag>HEAD</tag> </scm> <repositories> <repository>
