Repository: cxf
Updated Branches:
  refs/heads/master 21618dad0 -> cf11aa95e


minor version updates


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

Branch: refs/heads/master
Commit: cf11aa95ed031018b1b76512d0c6004bb3448058
Parents: 21618da
Author: Dennis Kieselhorst <d...@apache.org>
Authored: Fri Jun 23 19:29:34 2017 +0200
Committer: Dennis Kieselhorst <d...@apache.org>
Committed: Fri Jun 23 19:29:34 2017 +0200

----------------------------------------------------------------------
 parent/pom.xml |  8 ++++----
 pom.xml        | 11 +++++------
 2 files changed, 9 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/cf11aa95/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 4711892..bd95eab 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -80,7 +80,7 @@
         <cxf.classmate.version>1.1.0</cxf.classmate.version>
         <cxf.commons-codec.version>1.10</cxf.commons-codec.version>
         
<cxf.commons-collections.version>3.2.2</cxf.commons-collections.version>
-        <cxf.commons-lang3.version>3.5</cxf.commons-lang3.version>
+        <cxf.commons-lang3.version>3.6</cxf.commons-lang3.version>
         <cxf.derby.version>10.13.1.1</cxf.derby.version>
         <cxf.dropwizard.version>3.2.0</cxf.dropwizard.version>
         <cxf.ehcache.version>2.10.3</cxf.ehcache.version>
@@ -96,7 +96,7 @@
         <cxf.jackson.version>2.8.8</cxf.jackson.version>
         <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version>
         <cxf.kerby.version>1.0.0</cxf.kerby.version>
-        <cxf.logback.classic.version>1.2.2</cxf.logback.classic.version>
+        <cxf.logback.classic.version>1.2.3</cxf.logback.classic.version>
         <cxf.log4j.version>1.2.17</cxf.log4j.version>
         <cxf.lucene.version>4.9.0</cxf.lucene.version>
         <cxf.mina.version>2.0.14</cxf.mina.version>
@@ -149,7 +149,7 @@
         <cxf.geronimo.servlet25.version>1.2</cxf.geronimo.servlet25.version>
         
<cxf.servlet-api-2.5.artifact>geronimo-servlet_2.5_spec</cxf.servlet-api-2.5.artifact>
         <cxf.servlet-api-2.5.version>1.2</cxf.servlet-api-2.5.version>
-        <cxf.slf4j.version>1.7.24</cxf.slf4j.version>
+        <cxf.slf4j.version>1.7.25</cxf.slf4j.version>
         <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
         <cxf.spring.version>4.3.9.RELEASE</cxf.spring.version>
         <cxf.spring.boot.version>1.5.4.RELEASE</cxf.spring.boot.version>
@@ -753,7 +753,7 @@
             <dependency>
                 <groupId>org.awaitility</groupId>
                 <artifactId>awaitility</artifactId>
-                <version>3.0.0-rc3</version>
+                <version>3.0.0</version>
                 <scope>test</scope>
             </dependency>
             <dependency>

http://git-wip-us.apache.org/repos/asf/cxf/blob/cf11aa95/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d286294..5c482a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,7 +346,6 @@
                     <plugin>
                         <inherited>true</inherited>
                         <artifactId>maven-deploy-plugin</artifactId>
-                        <version>2.8.1</version>
                         <configuration>
                             
<altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
                             <updateReleaseInfo>true</updateReleaseInfo>
@@ -435,7 +434,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -532,7 +531,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.0.2</version>
                     <configuration>
                         <encoding>UTF-8</encoding>
                     </configuration>
@@ -545,7 +544,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.0.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -684,7 +683,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>3.3</version>
+                <version>3.6</version>
                 <configuration>
                     <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
                     
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -692,7 +691,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.8</version>
+                <version>2.9</version>
                 <configuration>
                     
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
                 </configuration>

Reply via email to