Skip to content

Commit c89a118

Browse files
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 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/trunk@1823089 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6202ea2 commit c89a118

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
language: java
1717
sudo: false
1818

19-
dist: precise
20-
2119
jdk:
22-
- openjdk6
2320
- openjdk7
2421
- oraclejdk8
2522

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.commons</groupId>
2424
<artifactId>commons-parent</artifactId>
25-
<version>42</version>
25+
<version>43</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>commons-net</groupId>

0 commit comments

Comments
 (0)