You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/03/19 17:20:38 UTC

svn commit: r386992 - in /struts/sandbox/trunk/tiles: pom.xml project.xml

Author: wsmoak
Date: Sun Mar 19 08:20:36 2006
New Revision: 386992

URL: http://svn.apache.org/viewcvs?rev=386992&view=rev
Log:
Changed groupId from 'org.apache.tiles' to 'org.apache.struts.tiles' to conform to the required Maven repository structure.
Requested by Henri Yandell and the Repository team.

Modified:
    struts/sandbox/trunk/tiles/pom.xml
    struts/sandbox/trunk/tiles/project.xml

Modified: struts/sandbox/trunk/tiles/pom.xml
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/pom.xml?rev=386992&r1=386991&r2=386992&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/pom.xml (original)
+++ struts/sandbox/trunk/tiles/pom.xml Sun Mar 19 08:20:36 2006
@@ -22,7 +22,7 @@
       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
    <modelVersion>4.0.0</modelVersion>
-   <groupId>org.apache.tiles</groupId>
+   <groupId>org.apache.struts.tiles</groupId>
    <artifactId>tiles-core</artifactId>
    <packaging>jar</packaging>
    <version>0.2-SNAPSHOT</version>

Modified: struts/sandbox/trunk/tiles/project.xml
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/project.xml?rev=386992&r1=386991&r2=386992&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/project.xml (original)
+++ struts/sandbox/trunk/tiles/project.xml Sun Mar 19 08:20:36 2006
@@ -20,7 +20,7 @@
  -->
 
 
-    <groupId>tiles</groupId>
+    <groupId>org.apache.struts.tiles</groupId>
     <artifactId>tiles-core</artifactId>
     <name>Tiles Core Library</name>
 



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