You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/02/12 23:50:30 UTC

svn commit: r1445422 - /commons/proper/functor/trunk/build-tools/pom.xml

Author: mbenson
Date: Tue Feb 12 22:50:30 2013
New Revision: 1445422

URL: http://svn.apache.org/r1445422
Log:
bring build-tools into the functor family

Modified:
    commons/proper/functor/trunk/build-tools/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=1445422&r1=1445421&r2=1445422&view=diff
==============================================================================
--- commons/proper/functor/trunk/build-tools/pom.xml (original)
+++ commons/proper/functor/trunk/build-tools/pom.xml Tue Feb 12 22:50:30 2013
@@ -16,9 +16,9 @@
 
 <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>9</version>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-functor-parent</artifactId>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-functor-build-tools</artifactId>