Remove more incubator references Fixes JCLOUDS-388.
Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/9571aa05 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/9571aa05 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/9571aa05 Branch: refs/heads/1.6.x Commit: 9571aa0546143799a34b0b1502e9ca76a9a2564a Parents: 700fa52 Author: Andrew Gaul <[email protected]> Authored: Thu Nov 21 12:53:36 2013 -0800 Committer: Andrew Gaul <[email protected]> Committed: Thu Nov 21 12:54:11 2013 -0800 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/9571aa05/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dbfd43b..af6027b 100644 --- a/pom.xml +++ b/pom.xml @@ -31,9 +31,9 @@ <name>Apache jclouds labs</name> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=incubator-jclouds-labs.git</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-labs.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-labs.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git</url> <tag>HEAD</tag> </scm>
