You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/07/03 07:29:50 UTC

svn commit: r418684 - in /struts/shale/trunk: ./ shale-apps/ shale-apps/shale-blank/ shale-apps/shale-clay-usecases/ shale-apps/shale-mailreader/ shale-apps/shale-sql-browser/ shale-apps/shale-usecases/ shale-clay/ shale-core/ shale-designtime/ shale-d...

Author: wsmoak
Date: Sun Jul  2 22:29:49 2006
New Revision: 418684

URL: http://svn.apache.org/viewvc?rev=418684&view=rev
Log:
Change the groupId to org.apache.shale and use the new shale-master pom.
Fix a few svn eol-style properties.
SHALE-207

Modified:
    struts/shale/trunk/pom.xml   (contents, props changed)
    struts/shale/trunk/shale-apps/pom.xml
    struts/shale/trunk/shale-apps/shale-blank/pom.xml
    struts/shale/trunk/shale-apps/shale-clay-usecases/pom.xml
    struts/shale/trunk/shale-apps/shale-mailreader/pom.xml
    struts/shale/trunk/shale-apps/shale-sql-browser/pom.xml
    struts/shale/trunk/shale-apps/shale-usecases/pom.xml
    struts/shale/trunk/shale-clay/pom.xml   (contents, props changed)
    struts/shale/trunk/shale-core/pom.xml   (contents, props changed)
    struts/shale/trunk/shale-designtime/pom.xml   (contents, props changed)
    struts/shale/trunk/shale-dist/pom.xml
    struts/shale/trunk/shale-remoting/pom.xml   (contents, props changed)
    struts/shale/trunk/shale-spring/pom.xml   (contents, props changed)
    struts/shale/trunk/shale-test/pom.xml
    struts/shale/trunk/shale-tiger/pom.xml   (contents, props changed)
    struts/shale/trunk/shale-tiles/pom.xml   (contents, props changed)

Modified: struts/shale/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/pom.xml (original)
+++ struts/shale/trunk/pom.xml Sun Jul  2 22:29:49 2006
@@ -22,12 +22,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.struts</groupId>
-        <artifactId>struts-parent</artifactId>
-        <version>2</version>
+        <groupId>org.apache.shale</groupId>
+        <artifactId>shale-master</artifactId>
+        <version>1-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.struts.shale</groupId>
+    <groupId>org.apache.shale</groupId>
     <artifactId>shale-parent</artifactId>
     <version>1.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
@@ -42,11 +42,6 @@
     </scm>
 
     <distributionManagement>
-        <repository>
-           <id>apache-maven-test-builds</id>
-           <name>Apache Maven Repository (Test Builds)</name>
-           <url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
-        </repository>
         <site>
             <id>apache-site</id>
             <!--url>scp://people.apache.org/www/struts.apache.org/struts-shale/</url-->

Propchange: struts/shale/trunk/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/shale-apps/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-apps/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-apps/pom.xml (original)
+++ struts/shale/trunk/shale-apps/pom.xml Sun Jul  2 22:29:49 2006
@@ -22,7 +22,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>

Modified: struts/shale/trunk/shale-apps/shale-blank/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-apps/shale-blank/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-apps/shale-blank/pom.xml (original)
+++ struts/shale/trunk/shale-apps/shale-blank/pom.xml Sun Jul  2 22:29:49 2006
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-apps-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
@@ -73,13 +73,13 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-core</artifactId>
             <version>${version}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-test</artifactId>
             <version>${version}</version>
             <scope>test</scope>

Modified: struts/shale/trunk/shale-apps/shale-clay-usecases/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-apps/shale-clay-usecases/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-apps/shale-clay-usecases/pom.xml (original)
+++ struts/shale/trunk/shale-apps/shale-clay-usecases/pom.xml Sun Jul  2 22:29:49 2006
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-apps-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
@@ -35,25 +35,25 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-clay</artifactId>
             <version>${version}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-core</artifactId>
             <version>${version}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-remoting</artifactId>
             <version>${version}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-test</artifactId>
             <version>${version}</version>
             <scope>test</scope>

Modified: struts/shale/trunk/shale-apps/shale-mailreader/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-apps/shale-mailreader/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-apps/shale-mailreader/pom.xml (original)
+++ struts/shale/trunk/shale-apps/shale-mailreader/pom.xml Sun Jul  2 22:29:49 2006
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-apps-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
@@ -35,13 +35,13 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-core</artifactId>
             <version>${version}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-test</artifactId>
             <version>${version}</version>
             <scope>test</scope>
@@ -66,9 +66,9 @@
         </dependency>
         
         <dependency>
-            <groupId>org.apache.struts.action</groupId>
+            <groupId>org.apache.struts</groupId>
             <artifactId>struts-mailreader-dao</artifactId>
-            <version>1.3.4</version>
+            <version>1.3.5-SNAPSHOT</version>
         </dependency>
 
     </dependencies>

Modified: struts/shale/trunk/shale-apps/shale-sql-browser/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-apps/shale-sql-browser/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-apps/shale-sql-browser/pom.xml (original)
+++ struts/shale/trunk/shale-apps/shale-sql-browser/pom.xml Sun Jul  2 22:29:49 2006
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-apps-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
@@ -85,19 +85,19 @@
         </dependency>
         
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-core</artifactId>
             <version>${version}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-tiger</artifactId>
             <version>${version}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-test</artifactId>
             <version>${version}</version>
             <scope>test</scope>

Modified: struts/shale/trunk/shale-apps/shale-usecases/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-apps/shale-usecases/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-apps/shale-usecases/pom.xml (original)
+++ struts/shale/trunk/shale-apps/shale-usecases/pom.xml Sun Jul  2 22:29:49 2006
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-apps-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
@@ -35,25 +35,25 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-core</artifactId>
             <version>${version}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-remoting</artifactId>
             <version>${version}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-spring</artifactId>
             <version>${version}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-test</artifactId>
             <version>${version}</version>
             <scope>test</scope>

Modified: struts/shale/trunk/shale-clay/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-clay/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-clay/pom.xml (original)
+++ struts/shale/trunk/shale-clay/pom.xml Sun Jul  2 22:29:49 2006
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
@@ -56,13 +56,13 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-core</artifactId>
             <version>${version}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-test</artifactId>
             <version>${version}</version>
             <scope>test</scope>

Propchange: struts/shale/trunk/shale-clay/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/shale-core/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-core/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-core/pom.xml (original)
+++ struts/shale/trunk/shale-core/pom.xml Sun Jul  2 22:29:49 2006
@@ -1,110 +1,110 @@
-<!--
-/*
- * Copyright 2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- * $Id: pom.xml 160291 2006-05-31 20:49:24Z wsmoak $
- */
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.struts.shale</groupId>
-        <artifactId>shale-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>shale-core</artifactId>
-    <packaging>jar</packaging>
-    <name>Shale Core Library</name>
-    <url>http://struts.apache.org/struts-shale</url>
-
-    <dependencies>
-
-        <dependency>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>commons-chain</groupId>
-            <artifactId>commons-chain</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>commons-digester</groupId>
-            <artifactId>commons-digester</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>commons-validator</groupId>
-            <artifactId>commons-validator</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>oro</groupId>
-            <artifactId>oro</artifactId>
-            <version>2.0.8</version>
-        </dependency>
-
-
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.struts.shale</groupId>
-            <artifactId>shale-test</artifactId>
-            <version>${version}</version>
-            <scope>test</scope>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <systemProperties>
-                        <property>
-                            <name>documentRoot</name>
-                            <value>${basedir}/target/test-classes</value>
-                        </property>
-                    </systemProperties>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    
-   <reporting>
-      <plugins>
-         <plugin>
-            <groupId>net.sourceforge.maven-taglib</groupId>
-            <artifactId>maven-taglib-plugin</artifactId>
-         </plugin>
-      </plugins>
-   </reporting>
-
-</project>
+<!--
+/*
+ * Copyright 2006 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * $Id: pom.xml 160291 2006-05-31 20:49:24Z wsmoak $
+ */
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.shale</groupId>
+        <artifactId>shale-parent</artifactId>
+        <version>1.0.3-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>shale-core</artifactId>
+    <packaging>jar</packaging>
+    <name>Shale Core Library</name>
+    <url>http://struts.apache.org/struts-shale</url>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-chain</groupId>
+            <artifactId>commons-chain</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-digester</groupId>
+            <artifactId>commons-digester</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-validator</groupId>
+            <artifactId>commons-validator</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>oro</groupId>
+            <artifactId>oro</artifactId>
+            <version>2.0.8</version>
+        </dependency>
+
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.shale</groupId>
+            <artifactId>shale-test</artifactId>
+            <version>${version}</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <systemProperties>
+                        <property>
+                            <name>documentRoot</name>
+                            <value>${basedir}/target/test-classes</value>
+                        </property>
+                    </systemProperties>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    
+   <reporting>
+      <plugins>
+         <plugin>
+            <groupId>net.sourceforge.maven-taglib</groupId>
+            <artifactId>maven-taglib-plugin</artifactId>
+         </plugin>
+      </plugins>
+   </reporting>
+
+</project>

Propchange: struts/shale/trunk/shale-core/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/shale-designtime/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-designtime/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-designtime/pom.xml (original)
+++ struts/shale/trunk/shale-designtime/pom.xml Sun Jul  2 22:29:49 2006
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
@@ -35,7 +35,7 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-core</artifactId>
             <version>${pom.version}</version>
         </dependency>

Propchange: struts/shale/trunk/shale-designtime/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/shale-dist/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-dist/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-dist/pom.xml (original)
+++ struts/shale/trunk/shale-dist/pom.xml Sun Jul  2 22:29:49 2006
@@ -22,7 +22,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
@@ -51,49 +51,49 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-clay</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-core</artifactId>
             <version>${version}</version>
         </dependency>
 <!--
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-designtime</artifactId>
             <version>${version}</version>
         </dependency>
 -->
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-remoting</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-spring</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-spring</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-test</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-tiger</artifactId>
             <version>${version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-tiles</artifactId>
             <version>${version}</version>
         </dependency>

Modified: struts/shale/trunk/shale-remoting/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-remoting/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-remoting/pom.xml (original)
+++ struts/shale/trunk/shale-remoting/pom.xml Sun Jul  2 22:29:49 2006
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
@@ -75,7 +75,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-test</artifactId>
             <version>${version}</version>
             <scope>test</scope>

Propchange: struts/shale/trunk/shale-remoting/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/shale-spring/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-spring/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-spring/pom.xml (original)
+++ struts/shale/trunk/shale-spring/pom.xml Sun Jul  2 22:29:49 2006
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
@@ -35,7 +35,7 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-core</artifactId>
             <version>1.0.3-SNAPSHOT</version>
         </dependency>

Propchange: struts/shale/trunk/shale-spring/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/shale-test/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-test/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-test/pom.xml (original)
+++ struts/shale/trunk/shale-test/pom.xml Sun Jul  2 22:29:49 2006
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>

Modified: struts/shale/trunk/shale-tiger/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-tiger/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-tiger/pom.xml (original)
+++ struts/shale/trunk/shale-tiger/pom.xml Sun Jul  2 22:29:49 2006
@@ -24,7 +24,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>
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
@@ -125,12 +125,12 @@
             <artifactId>junit</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-core</artifactId>
             <version>${pom.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-test</artifactId>
             <version>${pom.version}</version>
         </dependency>

Propchange: struts/shale/trunk/shale-tiger/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/shale-tiles/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/shale-tiles/pom.xml?rev=418684&r1=418683&r2=418684&view=diff
==============================================================================
--- struts/shale/trunk/shale-tiles/pom.xml (original)
+++ struts/shale/trunk/shale-tiles/pom.xml Sun Jul  2 22:29:49 2006
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.struts.shale</groupId>
+        <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
         <version>1.0.3-SNAPSHOT</version>
     </parent>
@@ -34,7 +34,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.struts.shale</groupId>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-core</artifactId>
             <version>${pom.version}</version>
         </dependency>

Propchange: struts/shale/trunk/shale-tiles/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native