You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2014/11/08 01:12:23 UTC

[3/7] servicemix git commit: SM-2398: Upgrade maven plugins

SM-2398: Upgrade maven plugins


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

Branch: refs/heads/servicemix-5.3.x
Commit: df566d3de70639a1f670cca7d5f9f8f0edb23d30
Parents: 486ee03
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Sat Nov 8 00:02:59 2014 +0100
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Sat Nov 8 00:53:04 2014 +0100

----------------------------------------------------------------------
 pom.xml | 26 ++++++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/df566d3d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6f73282..9387122 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,13 +110,16 @@
         <maven-idea-plugin.version>2.2.1</maven-idea-plugin.version>
         <cobertura-maven-plugin.version>2.2</cobertura-maven-plugin.version>
         <maven-enforcer-plugin.version>1.3.1</maven-enforcer-plugin.version>
-        <exec-maven-plugin.version>1.1.1</exec-maven-plugin.version>
-        <build-helper-maven-plugin.version>1.8</build-helper-maven-plugin.version>
+        <exec-maven-plugin.version>1.3.2</exec-maven-plugin.version>
+        <build-helper-maven-plugin.version>1.9.1</build-helper-maven-plugin.version>
         <maven-jxr-plugin.version>2.4</maven-jxr-plugin.version>
-        <maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>
+        <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
         <maven-scala-plugin.version>2.15.2</maven-scala-plugin.version>
-        <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
+        <maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
         <maven-release-plugin.version>2.5</maven-release-plugin.version>
+        <maven-assembly-plugin.version>2.4.1</maven-assembly-plugin.version>
+        <maven-dependency-plugin.version>2.9</maven-dependency-plugin.version>
+        <apache-rat-plugin.version>0.11</apache-rat-plugin.version>
 
         <!-- Other Dependencies -->
         <commons-fileupload.version>1.3.1</commons-fileupload.version>
@@ -338,6 +341,21 @@
                     <version>${maven-scala-plugin.version}</version>
                 </plugin>
                 <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <version>${maven-assembly-plugin.version}</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-dependency-plugin</artifactId>
+                    <version>${maven-dependency-plugin.version}</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.rat</groupId>
+                    <artifactId>apache-rat-plugin</artifactId>
+                    <version>${apache-rat-plugin.version}</version>
+                </plugin>
+                <plugin>
                     <groupId>org.eclipse.m2e</groupId>
                     <artifactId>lifecycle-mapping</artifactId>
                     <version>${lifecycle-mapping-plugin.version}</version>