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 2016/08/16 19:46:36 UTC

[2/2] incubator-tamaya git commit: Update to new plugins

Update to new plugins

* Trying to fix the build problems by consistently using the same plugin versions
and newer plugin versions.
* Locally site:site and install go through (with javadoc warnings)


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

Branch: refs/heads/master
Commit: 95dec5144a27a83d9577f832fc98fb7db0371f1f
Parents: 26cbb22
Author: Phil Ottlinger <po...@apache.org>
Authored: Tue Aug 16 21:45:14 2016 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Tue Aug 16 21:45:14 2016 +0200

----------------------------------------------------------------------
 pom.xml | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/95dec514/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a15d1d6..281271f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,12 +31,12 @@ under the License.
 
     <name>Apache Tamaya</name>
     <description>Apache Tamaya - Java Configuration</description>
-    <url>http://tamaya.incubator.apache.org</url>
+    <url>https://tamaya.incubator.apache.org</url>
     <inceptionYear>2014</inceptionYear>
 
     <organization>
         <name>Apache Software Foundation</name>
-        <url>http://apache.org</url>
+        <url>https://apache.org</url>
     </organization>
 
     <prerequisites>
@@ -44,7 +44,7 @@ under the License.
     </prerequisites>
 
     <properties>
-        <commons-io.version>2.4</commons-io.version>
+        <commons-io.version>2.5</commons-io.version>
         <findbugs.skip>false</findbugs.skip>
         <jdkVersion>1.7</jdkVersion>
         <osgi.version>6.0.0</osgi.version>
@@ -68,11 +68,11 @@ under the License.
         <asciidoctor-diagramm.version>1.2.1</asciidoctor-diagramm.version>
         <asciidoctorj.version>1.5.2</asciidoctorj.version>
         <checkstyle.version>2.15</checkstyle.version>
-        <enforcer.version>1.4</enforcer.version>
+        <enforcer.version>1.4.1</enforcer.version>
         <gem.plugin>1.0.7</gem.plugin>
-        <sources.plugin>2.4</sources.plugin>
+        <sources.plugin>3.0.1</sources.plugin>
         <hamcrest.version>2.0.0.0</hamcrest.version>
-        <javadoc.version>2.9.1</javadoc.version>
+        <javadoc.version>2.10.4</javadoc.version>
         <!-- Must/should match the JRuby version used by AsciidoctorJ -->
         <jruby.version>1.7.20</jruby.version>
         <findbugs.version>3.0.1</findbugs.version>
@@ -358,7 +358,7 @@ under the License.
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>0.7.6.201602180812</version>
+                    <version>0.7.7.201606060606</version>
                 </plugin>
                 <plugin>
                     <groupId>de.saumya.mojo</groupId>
@@ -462,7 +462,7 @@ under the License.
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.1</version>
+                    <version>3.5.1</version>
                     <configuration>
                         <debug>true</debug>
                         <optimize>${maven.compile.optimize}</optimize>
@@ -518,7 +518,7 @@ under the License.
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.2.0</version>
                     <inherited>true</inherited>
                     <extensions>true</extensions>
                     <configuration>
@@ -553,7 +553,7 @@ under the License.
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.4</version>
+                    <version>3.5.1</version>
                     <inherited>true</inherited>
                     <dependencies>
                         <dependency><!-- add support for ssh/scp -->
@@ -610,7 +610,7 @@ under the License.
             <plugin>
                 <groupId>org.apache.karaf.tooling</groupId>
                 <artifactId>karaf-maven-plugin</artifactId>
-                <version>4.0.3</version>
+                <version>4.0.5</version>
                 <extensions>true</extensions>
                 <executions>
                     <execution>
@@ -746,7 +746,7 @@ under the License.
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>2.5.1</version>
+                <version>2.5.3</version>
                 <configuration>
                     <pushChanges>false</pushChanges>
                     <localCheckout>true</localCheckout>
@@ -803,7 +803,7 @@ under the License.
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.4</version>
+                        <version>1.6</version>
                         <executions>
                             <execution>
                                 <id>sign-artifacts</id>
@@ -888,7 +888,7 @@ under the License.
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9.1</version>
+                <version>${javadoc.version}</version>
                 <configuration>
                     <notimestamp>true</notimestamp>
                     <additionalparam>-Xdoclint:none</additionalparam>
@@ -916,7 +916,7 @@ under the License.
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
-                <version>2.9</version>
+                <version>2.12</version>
                 <inherited>false</inherited>
                 <configuration>
                     <columnNames>Type,Fix Version,Key,Summary,Assignee,Status,Created</columnNames>