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/19 00:03:01 UTC

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

Author: mbenson
Date: Fri Dec 18 23:03:01 2015
New Revision: 1720853

URL: http://svn.apache.org/viewvc?rev=1720853&view=rev
Log:
downgrade build-helper plugin for Java 6

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

Modified: commons/proper/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1720853&r1=1720852&r2=1720853&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Fri Dec 18 23:03:01 2015
@@ -111,7 +111,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>1.10</version>
+          <version>1.9</version>
         </plugin>
       </plugins>
     </pluginManagement>