Remove more incubator references Fixes JCLOUDS-388.
Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/226a28ea Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/226a28ea Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/226a28ea Branch: refs/heads/1.6.x Commit: 226a28ea7a5cb1e0bd3ffa04c301642214c1da63 Parents: 3af9915 Author: Andrew Gaul <[email protected]> Authored: Thu Nov 21 12:59:29 2013 -0800 Committer: Andrew Gaul <[email protected]> Committed: Thu Nov 21 13:00:05 2013 -0800 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/226a28ea/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2ff0a80..c665263 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <version>1.6.3-SNAPSHOT</version> <description>Jclouds Karaf Integration Project</description> - <url>http://jclouds.incubator.apache.org</url> + <url>http://jclouds.apache.org</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> @@ -41,9 +41,9 @@ limitations under the License. </licenses> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=incubator-jclouds-karaf.git</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-karaf.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-karaf.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=jclouds-karaf.git</url> <tag>HEAD</tag> </scm>
