You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2011/04/14 15:45:15 UTC

svn commit: r1092237 - /myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml

Author: jakobk
Date: Thu Apr 14 13:45:14 2011
New Revision: 1092237

URL: http://svn.apache.org/viewvc?rev=1092237&view=rev
Log:
add final slash in url to make relative resource paths work in submodules

Modified:
    myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml

Modified: myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml?rev=1092237&r1=1092236&r2=1092237&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-archetypes/pom.xml Thu Apr 14 13:45:14 2011
@@ -42,7 +42,7 @@
   <version>1.0.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache MyFaces Buildtools Maven2 Archetype Parent</name>
-  <url>http://myfaces.apache.org/build-tools/archetypes</url>
+  <url>http://myfaces.apache.org/build-tools/archetypes/</url>
 
   <issueManagement>
     <system>jira</system>