You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/09/27 14:32:01 UTC

[myfaces-tobago] branch master updated: TOBAGO-1803: Make Tobago buildable and runnable with Java JDK 9 * updating some maven plugin dependencies (for Java 9 we need maven-enforcer-plugin in version 3.0.0-M1)

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new b69409d  TOBAGO-1803: Make Tobago buildable and runnable with Java JDK 9 * updating some maven plugin dependencies (for Java 9 we need maven-enforcer-plugin in version 3.0.0-M1)
     new 5d0b7d6  Merge remote-tracking branch 'origin/master'
b69409d is described below

commit b69409d0b71d76058dbdea8825d680935c32c879
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Sep 27 16:29:42 2017 +0200

    TOBAGO-1803: Make Tobago buildable and runnable with Java JDK 9
    * updating some maven plugin dependencies (for Java 9 we need maven-enforcer-plugin in version 3.0.0-M1)
---
 pom.xml              | 10 +++++-----
 tobago-theme/pom.xml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5e1c964..e431f1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,7 +366,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.10</version>
+        <version>3.0.2</version>
         <reportSets>
           <reportSet>
             <reports>
@@ -578,7 +578,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.4.1</version>
+        <version>3.0.0-M1</version>
         <executions>
           <execution>
             <id>enforce</id>
@@ -783,7 +783,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.0.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -804,7 +804,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.19.1</version>
+          <version>2.20.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -939,7 +939,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.0</version>
         </plugin>
 
         <plugin>
diff --git a/tobago-theme/pom.xml b/tobago-theme/pom.xml
index 54924ea..b23a335 100644
--- a/tobago-theme/pom.xml
+++ b/tobago-theme/pom.xml
@@ -206,7 +206,7 @@
           </plugin>
           <plugin>
             <artifactId>maven-dependency-plugin</artifactId>
-            <version>3.0.0</version>
+            <version>3.0.2</version>
             <executions>
               <execution>
                 <!-- copy customization to target/bootstrap -->

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].