You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/06/27 07:26:57 UTC

svn commit: r201948 - /struts/tiles/trunk/project.xml

Author: jmitchell
Date: Sun Jun 26 22:26:55 2005
New Revision: 201948

URL: http://svn.apache.org/viewcvs?rev=201948&view=rev
Log:
fix artifactId, this was currently breaking any new attempt to build (new as in 'did not have a lingering struts-tiles-1.3.0-dev.jar in the repos'

Modified:
    struts/tiles/trunk/project.xml

Modified: struts/tiles/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/project.xml?rev=201948&r1=201947&r2=201948&view=diff
==============================================================================
--- struts/tiles/trunk/project.xml (original)
+++ struts/tiles/trunk/project.xml Sun Jun 26 22:26:55 2005
@@ -19,7 +19,7 @@
  -->
     <extend>build/project.xml</extend>
     <pomVersion>3</pomVersion>
-    <id>struts-tiles:struts-tiles</id>
+    <id>struts-tiles</id>
     <artifactId>struts-tiles</artifactId>
     <name>Struts Tiles</name>
     <groupId>struts-tiles</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org