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 2015/12/11 21:05:39 UTC

svn commit: r1719520 - /commons/proper/weaver/trunk/ant/pom.xml

Author: mbenson
Date: Fri Dec 11 20:05:39 2015
New Revision: 1719520

URL: http://svn.apache.org/viewvc?rev=1719520&view=rev
Log:
fix parent

Modified:
    commons/proper/weaver/trunk/ant/pom.xml

Modified: commons/proper/weaver/trunk/ant/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/pom.xml?rev=1719520&r1=1719519&r2=1719520&view=diff
==============================================================================
--- commons/proper/weaver/trunk/ant/pom.xml (original)
+++ commons/proper/weaver/trunk/ant/pom.xml Fri Dec 11 20:05:39 2015
@@ -21,7 +21,7 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-weaver-antlib-parent</artifactId>
+    <artifactId>commons-weaver-parent</artifactId>
     <version>1.2-SNAPSHOT</version>
   </parent>