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/02/04 12:16:58 UTC

svn commit: r1823089 - in /commons/proper/net/trunk: .travis.yml pom.xml

Author: pascalschumacher
Date: Sun Feb  4 12:16:58 2018
New Revision: 1823089

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

remove jdk6 travis build because it does not work with commons-parent 43


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

Modified: commons/proper/net/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/.travis.yml?rev=1823089&r1=1823088&r2=1823089&view=diff
==============================================================================
--- commons/proper/net/trunk/.travis.yml (original)
+++ commons/proper/net/trunk/.travis.yml Sun Feb  4 12:16:58 2018
@@ -16,10 +16,7 @@
 language: java
 sudo: false
 
-dist: precise
-
 jdk:
-  - openjdk6
   - openjdk7
   - oraclejdk8
 

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1823089&r1=1823088&r2=1823089&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Sun Feb  4 12:16:58 2018
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>42</version>
+        <version>43</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>commons-net</groupId>