Author: kinow Date: Tue Feb 12 21:34:47 2013 New Revision: 1445397 URL: http://svn.apache.org/r1445397 Log: Setting groupId org.apache.commons in parent POM, and removing it from modules
Modified: commons/proper/functor/trunk/build-tools/pom.xml commons/proper/functor/trunk/pom.xml Modified: commons/proper/functor/trunk/build-tools/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/build-tools/pom.xml?rev=1445397&r1=1445396&r2=1445397&view=diff ============================================================================== --- commons/proper/functor/trunk/build-tools/pom.xml (original) +++ commons/proper/functor/trunk/build-tools/pom.xml Tue Feb 12 21:34:47 2013 @@ -21,9 +21,7 @@ <version>9</version> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.commons</groupId> <artifactId>commons-functor-build-tools</artifactId> - <version>1.0-SNAPSHOT</version> <name>Commons Functor 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/functor/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1445397&r1=1445396&r2=1445397&view=diff ============================================================================== --- commons/proper/functor/trunk/pom.xml (original) +++ commons/proper/functor/trunk/pom.xml Tue Feb 12 21:34:47 2013 @@ -23,6 +23,7 @@ <artifactId>commons-parent</artifactId> <version>28</version> </parent> + <groupId>org.apache.commons</groupId> <artifactId>commons-functor-parent</artifactId> <version>1.0-SNAPSHOT</version> <packaging>pom</packaging>