Author: mbenson
Date: Tue Feb 12 23:00:57 2013
New Revision: 1445425

URL: http://svn.apache.org/r1445425
Log:
use commons-proxy2-parent as build-tools parent; fix up checkstyle config

Modified:
    commons/proper/proxy/branches/version-2.0-work/build-tools/pom.xml
    commons/proper/proxy/branches/version-2.0-work/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=1445425&r1=1445424&r2=1445425&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 Feb 
12 23:00:57 2013
@@ -17,14 +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>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>7</version>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-proxy2-parent</artifactId>
+        <version>2.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.commons</groupId>
     <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>
 </project>

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=1445425&r1=1445424&r2=1445425&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/pom.xml Tue Feb 12 23:00:57 
2013
@@ -141,7 +141,7 @@
                 <dependencies>
                     <dependency>
                         <groupId>${project.groupId}</groupId>
-                        <artifactId>commons-proxy-build-tools</artifactId>
+                        <artifactId>commons-proxy2-build-tools</artifactId>
                         <version>${project.version}</version>
                     </dependency>
                 </dependencies>


Reply via email to