Author: dan.j.allen
Date: 2009-12-23 17:33:00 -0500 (Wed, 23 Dec 2009)
New Revision: 11882
Modified:
build/trunk/module-archetype/src/main/resources/archetype-resources/pom.xml
Log:
fix invalid URL
Modified: build/trunk/module-archetype/src/main/resources/archetype-resources/pom.xml
===================================================================
--- build/trunk/module-archetype/src/main/resources/archetype-resources/pom.xml 2009-12-23
22:12:35 UTC (rev 11881)
+++ build/trunk/module-archetype/src/main/resources/archetype-resources/pom.xml 2009-12-23
22:33:00 UTC (rev 11882)
@@ -44,9 +44,9 @@
</dependencies>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/seam/artifactIds/${a...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/seam/artifactI...
-
<
url>http://fisheye.jboss.org/browse/Seam/artifactIds/${artifactId}/tru...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/${artif...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/$...
+
<
url>http://fisheye.jboss.org/browse/Seam/modules/${artifactId}/trunk&l...
</scm>
</project>