[weld-commits] Weld SVN: r4079 - examples/trunk.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Wed Oct 14 12:43:57 EDT 2009
Author: pete.muir at jboss.org
Date: 2009-10-14 12:43:57 -0400 (Wed, 14 Oct 2009)
New Revision: 4079
Modified:
examples/trunk/pom.xml
Log:
fix scm url
Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml 2009-10-14 16:43:47 UTC (rev 4078)
+++ examples/trunk/pom.xml 2009-10-14 16:43:57 UTC (rev 4079)
@@ -248,9 +248,8 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples</developerConnection>
- <url>http://fisheye.jboss.org/browse/WebBeans/ri/examples</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/examples/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/examples/trunk</developerConnection>
</scm>
</project>
More information about the weld-commits
mailing list