[seam-commits] Seam SVN: r11882 - build/trunk/module-archetype/src/main/resources/archetype-resources.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Dec 23 17:33:00 EST 2009
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/${artifactId}/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/artifactIds/${artifactId}/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/Seam/artifactIds/${artifactId}/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/${artifactId}/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/${artifactId}/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Seam/modules/${artifactId}/trunk</url>
</scm>
</project>
More information about the seam-commits
mailing list