You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2018/09/22 11:30:55 UTC

[1/3] incubator-tamaya-sandbox git commit: TAMAYA-349: Ensure Tamaya builds on JDK 11

Repository: incubator-tamaya-sandbox
Updated Branches:
  refs/heads/master 91302a7e4 -> 4c323c3e8


TAMAYA-349: Ensure Tamaya builds on JDK 11


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/ba1a6c48
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/ba1a6c48
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/ba1a6c48

Branch: refs/heads/master
Commit: ba1a6c48f51bac344efb2b271ffb56d48352e6bf
Parents: 91302a7
Author: Aaron Coburn <ac...@apache.org>
Authored: Wed Sep 12 08:37:25 2018 -0400
Committer: Aaron Coburn <ac...@apache.org>
Committed: Wed Sep 12 08:37:25 2018 -0400

----------------------------------------------------------------------
 .travis.yml | 2 +-
 pom.xml     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/ba1a6c48/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 284b904..67bc20d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language: java
 jdk:
   - oraclejdk8
-  - oraclejdk9
+  - oraclejdk11
 #before_script:
 #  - pip install --user codecov
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/ba1a6c48/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a533a1f..3813fa7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@ under the License.
         <gem.plugin>1.0.7</gem.plugin>
         <sources.plugin>3.0.1</sources.plugin>
         <hamcrest.version>2.0.0.0</hamcrest.version>
-        <javadoc.version>3.0.0</javadoc.version>
+        <javadoc.version>3.0.1</javadoc.version>
         <!-- Must/should match the JRuby version used by AsciidoctorJ -->
         <jruby.version>1.7.26</jruby.version>
         <findbugs.version>3.0.4</findbugs.version>
@@ -319,7 +319,7 @@ under the License.
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>0.8.1</version>
+                    <version>0.8.2</version>
                 </plugin>
                 <plugin>
                     <groupId>de.saumya.mojo</groupId>


[3/3] incubator-tamaya-sandbox git commit: TAMAYA-349: Cleanup travis build file

Posted by po...@apache.org.
TAMAYA-349: Cleanup travis build file


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/4c323c3e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/4c323c3e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/4c323c3e

Branch: refs/heads/master
Commit: 4c323c3e85b4764c4a01acf1c086eb89e44b7bea
Parents: ad2d1a0
Author: Phil Ottlinger <po...@apache.org>
Authored: Sat Sep 22 13:30:43 2018 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Sat Sep 22 13:30:43 2018 +0200

----------------------------------------------------------------------
 .travis.yml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/4c323c3e/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index e40b540..532d9a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,11 +4,3 @@ jdk:
   - oraclejdk9
   - oraclejdk10
   - oraclejdk11
-#before_script:
-#  - pip install --user codecov
-
-#after_success:
-#  - codecov
-
-#addons:
-#  srcclr: true 


[2/3] incubator-tamaya-sandbox git commit: Update CI testing to include JDK 9-11

Posted by po...@apache.org.
Update CI testing to include JDK 9-11


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/ad2d1a09
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/ad2d1a09
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/ad2d1a09

Branch: refs/heads/master
Commit: ad2d1a09521fcc16ef5a203f4c0ebe81e13d28f4
Parents: ba1a6c4
Author: Aaron Coburn <ac...@apache.org>
Authored: Thu Sep 20 15:53:46 2018 -0400
Committer: Aaron Coburn <ac...@apache.org>
Committed: Thu Sep 20 15:53:46 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/ad2d1a09/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 67bc20d..e40b540 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
 language: java
 jdk:
   - oraclejdk8
+  - oraclejdk9
+  - oraclejdk10
   - oraclejdk11
 #before_script:
 #  - pip install --user codecov