You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ra...@apache.org on 2007/01/26 16:58:53 UTC

svn commit: r500271 - /shale/sandbox/maven/archetypes/shale-clay-starter-archetype/pom.xml

Author: rahul
Date: Fri Jan 26 07:58:53 2007
New Revision: 500271

URL: http://svn.apache.org/viewvc?view=rev&rev=500271
Log:
Change parent POM from struts-parent to current shale-parent.
SHALE-393

Modified:
    shale/sandbox/maven/archetypes/shale-clay-starter-archetype/pom.xml

Modified: shale/sandbox/maven/archetypes/shale-clay-starter-archetype/pom.xml
URL: http://svn.apache.org/viewvc/shale/sandbox/maven/archetypes/shale-clay-starter-archetype/pom.xml?view=diff&rev=500271&r1=500270&r2=500271
==============================================================================
--- shale/sandbox/maven/archetypes/shale-clay-starter-archetype/pom.xml (original)
+++ shale/sandbox/maven/archetypes/shale-clay-starter-archetype/pom.xml Fri Jan 26 07:58:53 2007
@@ -18,9 +18,9 @@
 -->
 <project>
   <parent>
-    <artifactId>struts-parent</artifactId>
-    <groupId>org.apache.struts</groupId>
-    <version>2</version>
+    <artifactId>shale-parent</artifactId>
+    <groupId>org.apache.shale</groupId>
+    <version>1.0.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.shale.clay</groupId>