Remove more incubator references Fixes JCLOUDS-388.
Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/commit/856ef2ce Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/tree/856ef2ce Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/diff/856ef2ce Branch: refs/heads/1.6.x Commit: 856ef2cedd1f1c50de5b79f892824e0f37ad9d90 Parents: d8bb28a Author: Andrew Gaul <[email protected]> Authored: Thu Nov 21 12:55:51 2013 -0800 Committer: Andrew Gaul <[email protected]> Committed: Thu Nov 21 12:56:41 2013 -0800 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/856ef2ce/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 27ae088..a1c52f5 100644 --- a/pom.xml +++ b/pom.xml @@ -33,9 +33,9 @@ <packaging>pom</packaging> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=incubator-jclouds-labs-openstack.git</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-openstack.git</url> <tag>HEAD</tag> </scm>
