Repository: jclouds-chef Updated Branches: refs/heads/master 793bb7609 -> 82b23fcb0
Up to 2.0.0-SNAPSHOT after the 1.8.0 release Project: http://git-wip-us.apache.org/repos/asf/jclouds-chef/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-chef/commit/82b23fcb Tree: http://git-wip-us.apache.org/repos/asf/jclouds-chef/tree/82b23fcb Diff: http://git-wip-us.apache.org/repos/asf/jclouds-chef/diff/82b23fcb Branch: refs/heads/master Commit: 82b23fcb0ab2087c6cc2fc25374d6fec1aa70bba Parents: 793bb76 Author: Andrew Phillips <[email protected]> Authored: Tue Aug 5 10:43:00 2014 +0200 Committer: Andrew Phillips <[email protected]> Committed: Tue Aug 5 10:43:00 2014 +0200 ---------------------------------------------------------------------- project/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-chef/blob/82b23fcb/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index fd81743..9dfd383 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-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache jclouds Chef :: Project</name> <description>jclouds Chef parent POM for Maven configuration</description> @@ -41,7 +41,7 @@ </licenses> <properties> - <jclouds.version>1.8.0-SNAPSHOT</jclouds.version> + <jclouds.version>2.0.0-SNAPSHOT</jclouds.version> <maven.compile.source>1.6</maven.compile.source> <maven.compile.target>1.6</maven.compile.target> <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor>
