Author: mbenson Date: Tue Jul 27 20:25:27 2010 New Revision: 979848 URL: http://svn.apache.org/viewvc?rev=979848&view=rev Log: base all artifactIds on commons-proxy2
Modified: commons/proper/proxy/branches/version-2.0-work/build-tools/pom.xml commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml commons/proper/proxy/branches/version-2.0-work/core/pom.xml commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml commons/proper/proxy/branches/version-2.0-work/pom.xml commons/proper/proxy/branches/version-2.0-work/stub/pom.xml commons/proper/proxy/branches/version-2.0-work/test/pom.xml Modified: commons/proper/proxy/branches/version-2.0-work/build-tools/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/build-tools/pom.xml?rev=979848&r1=979847&r2=979848&view=diff ============================================================================== --- commons/proper/proxy/branches/version-2.0-work/build-tools/pom.xml (original) +++ commons/proper/proxy/branches/version-2.0-work/build-tools/pom.xml Tue Jul 27 20:25:27 2010 @@ -23,7 +23,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons</groupId> - <artifactId>commons-proxy-build-tools</artifactId> + <artifactId>commons-proxy2-build-tools</artifactId> <version>2.0-SNAPSHOT</version> <name>Commons Proxy Build Tools</name> <description>Provide common setup, from http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html</description> Modified: commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml?rev=979848&r1=979847&r2=979848&view=diff ============================================================================== --- commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml (original) +++ commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml Tue Jul 27 20:25:27 2010 @@ -20,18 +20,18 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <artifactId>commons-proxy-parent</artifactId> + <artifactId>commons-proxy2-parent</artifactId> <groupId>org.apache.commons</groupId> <version>2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>commons-proxy-cglib</artifactId> + <artifactId>commons-proxy2-cglib</artifactId> <name>Commons Proxy CGLIB Proxies Module</name> <dependencies> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>commons-proxy</artifactId> + <artifactId>commons-proxy2</artifactId> <version>${project.version}</version> </dependency> <dependency> @@ -42,7 +42,7 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>commons-proxy</artifactId> + <artifactId>commons-proxy2</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> Modified: commons/proper/proxy/branches/version-2.0-work/core/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/core/pom.xml?rev=979848&r1=979847&r2=979848&view=diff ============================================================================== --- commons/proper/proxy/branches/version-2.0-work/core/pom.xml (original) +++ commons/proper/proxy/branches/version-2.0-work/core/pom.xml Tue Jul 27 20:25:27 2010 @@ -19,13 +19,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <artifactId>commons-proxy-parent</artifactId> + <artifactId>commons-proxy2-parent</artifactId> <groupId>org.apache.commons</groupId> <version>2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>commons-proxy</artifactId> + <artifactId>commons-proxy2</artifactId> <name>Commons Proxy</name> <dependencies> <dependency> Modified: commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml?rev=979848&r1=979847&r2=979848&view=diff ============================================================================== --- commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml (original) +++ commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml Tue Jul 27 20:25:27 2010 @@ -20,18 +20,18 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <artifactId>commons-proxy-parent</artifactId> + <artifactId>commons-proxy2-parent</artifactId> <groupId>org.apache.commons</groupId> <version>2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>commons-proxy-javassist</artifactId> + <artifactId>commons-proxy2-javassist</artifactId> <name>Commons Proxy Javassist Proxies Module</name> <dependencies> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>commons-proxy</artifactId> + <artifactId>commons-proxy2</artifactId> <version>${project.version}</version> </dependency> <dependency> @@ -41,7 +41,7 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>commons-proxy</artifactId> + <artifactId>commons-proxy2</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> Modified: commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml?rev=979848&r1=979847&r2=979848&view=diff ============================================================================== --- commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml (original) +++ commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml Tue Jul 27 20:25:27 2010 @@ -20,23 +20,23 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <artifactId>commons-proxy-parent</artifactId> + <artifactId>commons-proxy2-parent</artifactId> <groupId>org.apache.commons</groupId> <version>2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>commons-proxy-jdk</artifactId> + <artifactId>commons-proxy2-jdk</artifactId> <name>Commons Proxy JDK Proxies Module</name> <dependencies> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>commons-proxy</artifactId> + <artifactId>commons-proxy2</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>commons-proxy</artifactId> + <artifactId>commons-proxy2</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> Modified: commons/proper/proxy/branches/version-2.0-work/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/pom.xml?rev=979848&r1=979847&r2=979848&view=diff ============================================================================== --- commons/proper/proxy/branches/version-2.0-work/pom.xml (original) +++ commons/proper/proxy/branches/version-2.0-work/pom.xml Tue Jul 27 20:25:27 2010 @@ -34,7 +34,7 @@ <artifactId>commons-parent</artifactId> <version>17</version> </parent> - <artifactId>commons-proxy-parent</artifactId> + <artifactId>commons-proxy2-parent</artifactId> <version>2.0-SNAPSHOT</version> <name>Commons Proxy Parent</name> <description>Java library for dynamic proxying</description> Modified: commons/proper/proxy/branches/version-2.0-work/stub/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/stub/pom.xml?rev=979848&r1=979847&r2=979848&view=diff ============================================================================== --- commons/proper/proxy/branches/version-2.0-work/stub/pom.xml (original) +++ commons/proper/proxy/branches/version-2.0-work/stub/pom.xml Tue Jul 27 20:25:27 2010 @@ -17,17 +17,17 @@ <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/xsd/maven-4.0.0.xsd"> <parent> - <artifactId>commons-proxy-parent</artifactId> + <artifactId>commons-proxy2-parent</artifactId> <groupId>org.apache.commons</groupId> <version>2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>commons-proxy-stub</artifactId> + <artifactId>commons-proxy2-stub</artifactId> <name>Commons Proxy Stub</name> <dependencies> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>commons-proxy</artifactId> + <artifactId>commons-proxy2</artifactId> <version>${project.version}</version> </dependency> <dependency> @@ -44,13 +44,13 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>commons-proxy-jdk</artifactId> + <artifactId>commons-proxy2-jdk</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>commons-proxy-cglib</artifactId> + <artifactId>commons-proxy2-cglib</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> @@ -62,7 +62,7 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>commons-proxy-javassist</artifactId> + <artifactId>commons-proxy2-javassist</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> Modified: commons/proper/proxy/branches/version-2.0-work/test/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/test/pom.xml?rev=979848&r1=979847&r2=979848&view=diff ============================================================================== --- commons/proper/proxy/branches/version-2.0-work/test/pom.xml (original) +++ commons/proper/proxy/branches/version-2.0-work/test/pom.xml Tue Jul 27 20:25:27 2010 @@ -17,12 +17,12 @@ <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/xsd/maven-4.0.0.xsd"> <parent> - <artifactId>commons-proxy-parent</artifactId> + <artifactId>commons-proxy2-parent</artifactId> <groupId>org.apache.commons</groupId> <version>2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>commons-proxy-test</artifactId> + <artifactId>commons-proxy2-test</artifactId> <name>Commons Proxy Test</name> <description>Tests things that depend on multiple modules</description> <dependencies> @@ -34,13 +34,13 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>commons-proxy-jdk</artifactId> + <artifactId>commons-proxy2-jdk</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>commons-proxy-cglib</artifactId> + <artifactId>commons-proxy2-cglib</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> @@ -52,7 +52,7 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>commons-proxy-javassist</artifactId> + <artifactId>commons-proxy2-javassist</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency>