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/06/09 08:21:20 UTC

[1/2] commons-io git commit: Travis: Add oraclejdk10

Repository: commons-io
Updated Branches:
  refs/heads/master 9ba69d7b9 -> 0775abc22


Travis: Add oraclejdk10


Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/6aeb140e
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/6aeb140e
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/6aeb140e

Branch: refs/heads/master
Commit: 6aeb140ebd5fb087a881cfadde2b00c2c987ab92
Parents: 9ba69d7
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Sat Jun 9 09:59:39 2018 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Sat Jun 9 09:59:39 2018 +0200

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/6aeb140e/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 4977537..2472f09 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ jdk:
   - openjdk7
   - oraclejdk8
   - oraclejdk9
+  - oraclejdk10
 
 script:
   - mvn


[2/2] commons-io git commit: Update to commons-parent version 46

Posted by pa...@apache.org.
Update to commons-parent version 46


Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/0775abc2
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/0775abc2
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/0775abc2

Branch: refs/heads/master
Commit: 0775abc22a32baa8fbd99d86c393d5d85e32529e
Parents: 6aeb140
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Sat Jun 9 10:04:18 2018 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Sat Jun 9 10:10:58 2018 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/0775abc2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 78897f7..31f137d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>43</version>
+    <version>46</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>