You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2018/11/15 11:39:02 UTC

[1/2] jclouds git commit: Update to plexus-compiler 2.8.1

Repository: jclouds
Updated Branches:
  refs/heads/nacx-npe [created] 27e679600


Update to plexus-compiler 2.8.1

This may address a NullPointerException seen in CI.  This project does
not provide release notes but it appears versions after 2.8.1 require
Java 8:

https://svn.apache.org/viewvc?view=revision&revision=1797098


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/0f8bf0b0
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/0f8bf0b0
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/0f8bf0b0

Branch: refs/heads/nacx-npe
Commit: 0f8bf0b079a783b703737ccaf07a7d0ee37473c0
Parents: b7d59e3
Author: Andrew Gaul <ga...@apache.org>
Authored: Mon Nov 12 10:51:39 2018 -0800
Committer: Ignasi Barrera <na...@apache.org>
Committed: Thu Nov 15 12:36:33 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/0f8bf0b0/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 7ed3bda..2839a63 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -867,7 +867,7 @@
           <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-compiler-javac-errorprone</artifactId>
-            <version>2.6</version>
+            <version>2.8.1</version>
           </dependency>
           <dependency>
             <groupId>com.google.errorprone</groupId>


[2/2] jclouds git commit: Update to maven-compiler-plugin to 3.6.2

Posted by na...@apache.org.
Update to maven-compiler-plugin to 3.6.2

This may address a NullPointerException seen in CI.  Newer releases
require Java 7.  Release notes:

https://issues.apache.org/jira/projects/MCOMPILER/versions/12330432
https://issues.apache.org/jira/projects/MCOMPILER/versions/12330433
https://issues.apache.org/jira/projects/MCOMPILER/versions/12330435
https://issues.apache.org/jira/projects/MCOMPILER/versions/12334708


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/27e67960
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/27e67960
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/27e67960

Branch: refs/heads/nacx-npe
Commit: 27e6796002b422637d1f3e97d49d155a1ad9cf2e
Parents: 0f8bf0b
Author: Andrew Gaul <ga...@apache.org>
Authored: Mon Nov 12 10:58:59 2018 -0800
Committer: Ignasi Barrera <na...@apache.org>
Committed: Thu Nov 15 12:38:44 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/27e67960/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 2839a63..2b0d69d 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -729,7 +729,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.1</version>
+        <version>3.6.2</version>
         <configuration>
           <compilerId>javac-with-errorprone</compilerId>
           <forceJavacCompilerUse>true</forceJavacCompilerUse>