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 11:16:13 UTC

svn commit: r1823087 - in /commons/proper/email/trunk: .travis.yml pom.xml

Author: pascalschumacher
Date: Sun Feb  4 11:16:13 2018
New Revision: 1823087

URL: http://svn.apache.org/viewvc?rev=1823087&view=rev
Log:
revert "revert Update commons-parent from 42 to 43"

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

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

Modified: commons/proper/email/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/.travis.yml?rev=1823087&r1=1823086&r2=1823087&view=diff
==============================================================================
--- commons/proper/email/trunk/.travis.yml (original)
+++ commons/proper/email/trunk/.travis.yml Sun Feb  4 11:16:13 2018
@@ -16,20 +16,7 @@
 language: java
 sudo: false
 
-
-addons:
-  apt:
-    packages:
-      - openjdk-6-jdk
-# use java 6 compatible maven version
-before_install:
-  - wget https://archive.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip
-  - unzip -qq apache-maven-3.2.5-bin.zip
-  - export M2_HOME=$PWD/apache-maven-3.2.5
-  - export PATH=$M2_HOME/bin:$PATH
-
 jdk:
-  - openjdk6
   - openjdk7
   - oraclejdk8
 

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1823087&r1=1823086&r2=1823087&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Sun Feb  4 11:16:13 2018
@@ -19,7 +19,7 @@
     <parent>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-parent</artifactId>
-      <version>42</version>
+      <version>43</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.commons</groupId>