Apache jclouds 1.9.0 release
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/550c3e3a Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/550c3e3a Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/550c3e3a Branch: refs/heads/master Commit: 550c3e3a85128e0caa39f8375b56280a26b9ec67 Parents: f5a7a6f Author: Ignasi Barrera <[email protected]> Authored: Tue Mar 24 10:59:36 2015 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Tue Mar 24 10:59:36 2015 +0100 ---------------------------------------------------------------------- apis/openstack-neutron/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/550c3e3a/apis/openstack-neutron/pom.xml ---------------------------------------------------------------------- diff --git a/apis/openstack-neutron/pom.xml b/apis/openstack-neutron/pom.xml index 15e0225..9614f9d 100644 --- a/apis/openstack-neutron/pom.xml +++ b/apis/openstack-neutron/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-project</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>1.9.0</version> <relativePath /> </parent> <!-- TODO: when out of labs, switch to org.jclouds.api --> <groupId>org.apache.jclouds.labs</groupId> <artifactId>openstack-neutron</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>1.9.0</version> <name>jclouds openstack-neutron api</name> <description>jclouds components to access an implementation of OpenStack Neutron</description> <packaging>bundle</packaging>
