Remove more incubator references Fixes JCLOUDS-388.
Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/commit/3509d3b5 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/3509d3b5 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/3509d3b5 Branch: refs/heads/master Commit: 3509d3b5e8a2d33ed2be467815befee77d41fe2a Parents: 0af1ab5 Author: Andrew Gaul <[email protected]> Authored: Thu Nov 21 13:08:38 2013 -0800 Committer: Andrew Gaul <[email protected]> Committed: Thu Nov 21 13:08:38 2013 -0800 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/3509d3b5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ff04cf3..065d180 100644 --- a/pom.xml +++ b/pom.xml @@ -30,9 +30,9 @@ <name>Apache jclouds labs google</name> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=incubator-jclouds-labs-google.git</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-labs-google.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-labs-google.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-google.git</url> <tag>HEAD</tag> </scm>
