Change incubator URLs
Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/0c3c2bb7 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/0c3c2bb7 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/0c3c2bb7 Branch: refs/heads/master Commit: 0c3c2bb766afc8ed36da26bc5d51a9b6134893f5 Parents: ae1a714 Author: Thomas Hug <[email protected]> Authored: Thu Jun 27 10:35:03 2013 +0200 Committer: Thomas Hug <[email protected]> Committed: Thu Jun 27 10:35:03 2013 +0200 ---------------------------------------------------------------------- deltaspike/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/0c3c2bb7/deltaspike/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml index fb32599..23911a7 100644 --- a/deltaspike/pom.xml +++ b/deltaspike/pom.xml @@ -43,14 +43,14 @@ <description> Apache DeltaSpike CDI Extensions. </description> - <url>http://incubator.apache.org/projects/deltaspike.html</url> + <url>http://deltaspike.apache.org</url> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-deltaspike.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-deltaspike.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf/incubator-deltaspike.git</url> - <tag>HEAD</tag> - </scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/deltaspike.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/deltaspike.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf/deltaspike.git</url> + <tag>HEAD</tag> + </scm> <modules> <module>checkstyle-rules</module>
