Author: wsmoak Date: Sat Jun 3 18:33:04 2006 New Revision: 411495 URL: http://svn.apache.org/viewvc?rev=411495&view=rev Log: [SHALE-179] Maven 2 reorg - standardize artifactIds
Modified: struts/shale/branches/mvn_reorg/pom.xml struts/shale/branches/mvn_reorg/shale-apps/pom.xml struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/pom.xml struts/shale/branches/mvn_reorg/shale-clay/pom.xml struts/shale/branches/mvn_reorg/shale-core/pom.xml struts/shale/branches/mvn_reorg/shale-designtime/pom.xml struts/shale/branches/mvn_reorg/shale-remoting/pom.xml struts/shale/branches/mvn_reorg/shale-spring/pom.xml struts/shale/branches/mvn_reorg/shale-test/pom.xml struts/shale/branches/mvn_reorg/shale-tiger/pom.xml struts/shale/branches/mvn_reorg/shale-tiles/pom.xml Modified: struts/shale/branches/mvn_reorg/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/pom.xml?rev=411495&r1=411494&r2=411495&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/pom.xml (original) +++ struts/shale/branches/mvn_reorg/pom.xml Sat Jun 3 18:33:04 2006 @@ -27,7 +27,7 @@ <version>2</version> </parent> <groupId>org.apache.struts.shale</groupId> - <artifactId>struts-shale-parent</artifactId> + <artifactId>shale-parent</artifactId> <version>1.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Shale Framework</name> @@ -115,13 +115,12 @@ <modules> <module>shale-clay</module> <module>shale-core</module> -<!-- <module>shale-designtime</module> --> <module>shale-remoting</module> <module>shale-spring</module> <module>shale-test</module> <module>shale-tiger</module> <module>shale-tiles</module> - <module>apps</module> + <module>shale-apps</module> </modules> <repositories> Modified: struts/shale/branches/mvn_reorg/shale-apps/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-apps/pom.xml?rev=411495&r1=411494&r2=411495&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-apps/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-apps/pom.xml Sat Jun 3 18:33:04 2006 @@ -23,11 +23,10 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.struts.shale</groupId> - <artifactId>struts-shale-parent</artifactId> + <artifactId>shale-parent</artifactId> <version>1.0.3-SNAPSHOT</version> </parent> - <groupId>org.apache.struts.shale</groupId> - <artifactId>struts-shale-apps-parent</artifactId> + <artifactId>shale-apps</artifactId> <packaging>pom</packaging> <name>Apache Shale Framework Sample Apps</name> <url>http://struts.apache.org/struts-shale</url> @@ -39,16 +38,16 @@ <jdk>1.5</jdk> </activation> <modules> - <module>sql-browser</module> + <module>shale-sql-browser</module> </modules> </profile> </profiles> <modules> <!-- - <module>blank</module> - <module>mailreader</module> - <module>use-cases</module> + <module>shale-blank</module> + <module>shale-mailreader</module> + <module>shale-use-cases</module> --> </modules> Modified: struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/pom.xml?rev=411495&r1=411494&r2=411495&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/pom.xml Sat Jun 3 18:33:04 2006 @@ -23,13 +23,12 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.struts.shale</groupId> - <artifactId>struts-shale-apps-parent</artifactId> + <artifactId>shale-apps</artifactId> <version>1.0.3-SNAPSHOT</version> </parent> - <artifactId>struts-shale-apps-sql-browser</artifactId> - <version>1.0.3-SNAPSHOT</version> + <artifactId>shale-sql-browser</artifactId> <packaging>war</packaging> - <name>Shale Sql Browser Sample App</name> + <name>Shale SQL Browser Sample App</name> <url>http://struts.apache.org/struts-shale</url> <build> Modified: struts/shale/branches/mvn_reorg/shale-clay/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-clay/pom.xml?rev=411495&r1=411494&r2=411495&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-clay/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-clay/pom.xml Sat Jun 3 18:33:04 2006 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.struts.shale</groupId> - <artifactId>struts-shale-parent</artifactId> + <artifactId>shale-parent</artifactId> <version>1.0.3-SNAPSHOT</version> </parent> Modified: struts/shale/branches/mvn_reorg/shale-core/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-core/pom.xml?rev=411495&r1=411494&r2=411495&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-core/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-core/pom.xml Sat Jun 3 18:33:04 2006 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.struts.shale</groupId> - <artifactId>struts-shale-parent</artifactId> + <artifactId>shale-parent</artifactId> <version>1.0.3-SNAPSHOT</version> </parent> Modified: struts/shale/branches/mvn_reorg/shale-designtime/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-designtime/pom.xml?rev=411495&r1=411494&r2=411495&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-designtime/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-designtime/pom.xml Sat Jun 3 18:33:04 2006 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.struts.shale</groupId> - <artifactId>struts-shale-parent</artifactId> + <artifactId>shale-parent</artifactId> <version>1.0.3-SNAPSHOT</version> </parent> Modified: struts/shale/branches/mvn_reorg/shale-remoting/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-remoting/pom.xml?rev=411495&r1=411494&r2=411495&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-remoting/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-remoting/pom.xml Sat Jun 3 18:33:04 2006 @@ -22,13 +22,13 @@ <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>struts-shale-parent</artifactId> + <artifactId>shale-parent</artifactId> <version>1.0.3-SNAPSHOT</version> </parent> - <modelVersion>4.0.0</modelVersion> + <artifactId>shale-remoting</artifactId> <packaging>jar</packaging> <name>Shale Remoting Support</name> Modified: struts/shale/branches/mvn_reorg/shale-spring/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-spring/pom.xml?rev=411495&r1=411494&r2=411495&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-spring/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-spring/pom.xml Sat Jun 3 18:33:04 2006 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.struts.shale</groupId> - <artifactId>struts-shale-parent</artifactId> + <artifactId>shale-parent</artifactId> <version>1.0.3-SNAPSHOT</version> </parent> Modified: struts/shale/branches/mvn_reorg/shale-test/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-test/pom.xml?rev=411495&r1=411494&r2=411495&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-test/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-test/pom.xml Sat Jun 3 18:33:04 2006 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.struts.shale</groupId> - <artifactId>struts-shale-parent</artifactId> + <artifactId>shale-parent</artifactId> <version>1.0.3-SNAPSHOT</version> </parent> Modified: struts/shale/branches/mvn_reorg/shale-tiger/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-tiger/pom.xml?rev=411495&r1=411494&r2=411495&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-tiger/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-tiger/pom.xml Sat Jun 3 18:33:04 2006 @@ -22,18 +22,18 @@ <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>struts-shale-parent</artifactId> + <artifactId>shale-parent</artifactId> <version>1.0.3-SNAPSHOT</version> </parent> - <modelVersion>4.0.0</modelVersion> + <artifactId>shale-tiger</artifactId> <packaging>jar</packaging> <name>Shale Tiger Extensions</name> - <build> + <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> Modified: struts/shale/branches/mvn_reorg/shale-tiles/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-tiles/pom.xml?rev=411495&r1=411494&r2=411495&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-tiles/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-tiles/pom.xml Sat Jun 3 18:33:04 2006 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.struts.shale</groupId> - <artifactId>struts-shale-parent</artifactId> + <artifactId>shale-parent</artifactId> <version>1.0.3-SNAPSHOT</version> </parent>