You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2018/01/12 17:53:04 UTC

svn commit: r1821011 - /commons/proper/net/trunk/pom.xml

Author: pascalschumacher
Date: Fri Jan 12 17:53:04 2018
New Revision: 1821011

URL: http://svn.apache.org/viewvc?rev=1821011&view=rev
Log:
revert "Update commons-parent from 42 to 43." because it breaks the build on java 6

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

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1821011&r1=1821010&r2=1821011&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Fri Jan 12 17:53:04 2018
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>43</version>
+        <version>42</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>commons-net</groupId>