[weld-commits] Weld SVN: r4522 - build/trunk/parent.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Nov 1 11:49:32 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-01 11:49:32 -0500 (Sun, 01 Nov 2009)
New Revision: 4522

Modified:
   build/trunk/parent/pom.xml
Log:
fix url

Modified: build/trunk/parent/pom.xml
===================================================================
--- build/trunk/parent/pom.xml	2009-11-01 16:49:29 UTC (rev 4521)
+++ build/trunk/parent/pom.xml	2009-11-01 16:49:32 UTC (rev 4522)
@@ -418,7 +418,7 @@
                <artifactId>nexus-maven-plugin</artifactId>
                <version>1.3.2</version>
                <configuration>
-                  <nexusUrl>http://oss.sonatype.org/</nexusUrl>
+                  <nexusUrl>http://oss.sonatype.org</nexusUrl>
                   <serverAuthId>oss.sonatype.org/jboss-staging</serverAuthId>
                </configuration>
             </plugin>



More information about the weld-commits mailing list