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/20 14:27:22 UTC

[myfaces-tobago] 02/07: TOBAGO-1803: Make Tobago buildable and runnable with Java JDK 9 * update plugins

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

commit 8518ac1d0f4c0600eed9845cfe9aa297b2b904ac
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Sep 20 14:10:17 2017 +0200

    TOBAGO-1803: Make Tobago buildable and runnable with Java JDK 9
    * update plugins
---
 pom.xml             | 9 +++++++--
 tobago-core/pom.xml | 1 +
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 597a463..1536abd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -752,7 +752,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.6</version>
+          <version>3.0.2</version>
           <configuration>
             <archive>
               <manifest>
@@ -864,7 +864,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>2.4</version>
+          <version>3.0.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -1001,6 +1001,11 @@
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
+          <artifactId>versions-maven-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
           <artifactId>buildnumber-maven-plugin</artifactId>
           <version>1.4</version>
         </plugin>
diff --git a/tobago-core/pom.xml b/tobago-core/pom.xml
index f7234ca..2c0241b 100644
--- a/tobago-core/pom.xml
+++ b/tobago-core/pom.xml
@@ -85,6 +85,7 @@
            </goals>
           </execution>
           <execution>
+            <id>default-jar</id>
             <goals>
              <goal>jar</goal>
            </goals>

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