You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ch...@apache.org on 2013/12/16 07:38:21 UTC

git commit: DELTASPIKE-263 Updated version of the maven-assembly-plugin to 2.4

Updated Branches:
  refs/heads/master d0d28577f -> 1fb0e961c


DELTASPIKE-263 Updated version of the maven-assembly-plugin to 2.4


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

Branch: refs/heads/master
Commit: 1fb0e961c943e3af08ccdaacaed4ad27067c71f6
Parents: d0d2857
Author: Christian Kaltepoth <ch...@apache.org>
Authored: Mon Dec 16 07:37:41 2013 +0100
Committer: Christian Kaltepoth <ch...@apache.org>
Committed: Mon Dec 16 07:37:41 2013 +0100

----------------------------------------------------------------------
 deltaspike/parent/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1fb0e961/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index d105ab9..12b69a3 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -84,6 +84,7 @@
         <maven.dependency.plugin.version>2.4</maven.dependency.plugin.version>
         <maven.checkstyle.plugin.version>2.9.1</maven.checkstyle.plugin.version>
         <maven.compiler.plugin.version>2.5</maven.compiler.plugin.version>
+        <maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
 
         <hamcrest.version>1.3</hamcrest.version>
 
@@ -695,6 +696,11 @@
                     <artifactId>maven-bundle-plugin</artifactId>
                     <version>${maven.bundle.plugin.version}</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <version>${maven.assembly.plugin.version}</version>
+                </plugin>
             </plugins>
         </pluginManagement>