Repository: cxf-fediz
Updated Branches:
  refs/heads/1.1.x-fixes 5c43fd239 -> 7506f31af


Upgrading some plugins

Conflicts:
        services/sts/pom.xml


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

Branch: refs/heads/1.1.x-fixes
Commit: c83d42e6cb598f63f356d807083e5be5f51132f0
Parents: 5c43fd2
Author: Colm O hEigeartaigh <[email protected]>
Authored: Tue Jun 3 14:45:54 2014 +0100
Committer: Colm O hEigeartaigh <[email protected]>
Committed: Tue Jun 3 14:49:56 2014 +0100

----------------------------------------------------------------------
 plugins/pom.xml      |  2 +-
 pom.xml              | 10 +++++-----
 services/sts/pom.xml |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c83d42e6/plugins/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 0c51204..6ccd1b7 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -43,7 +43,7 @@
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>
-            <version>2.1.2</version>
+            <version>2.2.1</version>
             <executions>
                <execution>
                   <id>attach-sources</id>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c83d42e6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4d0fc65..8e0a512 100644
--- a/pom.xml
+++ b/pom.xml
@@ -377,7 +377,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>2.16</version>
+                    <version>2.17</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -387,7 +387,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-plugin-plugin</artifactId>
-                    <version>3.2</version>
+                    <version>3.3</version>
                 </plugin>
                 <!-- TODO commented out for now
                 <plugin>
@@ -446,7 +446,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>2.11</version>
+                    <version>2.12.1</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
@@ -481,7 +481,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.1</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
@@ -522,7 +522,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.16</version>
+                    <version>2.17</version>
                     <configuration>
                         <includes>
                             <include>**/*Test.java</include>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c83d42e6/services/sts/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 528b8e4..3cea1b3 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -107,7 +107,7 @@
                                        <plugin>
                                                
<groupId>org.codehaus.mojo</groupId>
                                                
<artifactId>keytool-maven-plugin</artifactId>
-                                               <version>1.2</version>
+                                               <version>1.5</version>
                                                <executions>
                                                        <execution>
                                                                
<phase>generate-resources</phase>

Reply via email to