Apache jclouds 2.0.0-rc3 release

This commit is contained in:
Ignasi Barrera 2016-11-09 22:43:56 +01:00
parent 34114dea00
commit d6a16b8487
1 changed files with 2 additions and 2 deletions

View File

@ -22,14 +22,14 @@
<parent> <parent>
<groupId>org.apache.jclouds</groupId> <groupId>org.apache.jclouds</groupId>
<artifactId>jclouds-project</artifactId> <artifactId>jclouds-project</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<relativePath /> <relativePath />
</parent> </parent>
<!-- TODO: when out of labs, switch to org.jclouds.api --> <!-- TODO: when out of labs, switch to org.jclouds.api -->
<groupId>org.apache.jclouds.labs</groupId> <groupId>org.apache.jclouds.labs</groupId>
<artifactId>openstack-neutron</artifactId> <artifactId>openstack-neutron</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<name>jclouds openstack-neutron api</name> <name>jclouds openstack-neutron api</name>
<description>jclouds components to access an implementation of OpenStack Neutron</description> <description>jclouds components to access an implementation of OpenStack Neutron</description>
<packaging>bundle</packaging> <packaging>bundle</packaging>