You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/01/15 18:30:02 UTC

svn commit: r1231708 - in /incubator/any23/trunk: core/pom.xml pom.xml

Author: simonetripodi
Date: Sun Jan 15 17:30:02 2012
New Revision: 1231708

URL: http://svn.apache.org/viewvc?rev=1231708&view=rev
Log:
managed the appassembler-maven-plugin (needed also in the service module)

Modified:
    incubator/any23/trunk/core/pom.xml
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/pom.xml?rev=1231708&r1=1231707&r2=1231708&view=diff
==============================================================================
--- incubator/any23/trunk/core/pom.xml (original)
+++ incubator/any23/trunk/core/pom.xml Sun Jan 15 17:30:02 2012
@@ -162,7 +162,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>appassembler-maven-plugin</artifactId>
-        <version>1.1.1</version>
         <executions>
           <execution>
             <phase>package</phase>

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1231708&r1=1231707&r2=1231708&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Sun Jan 15 17:30:02 2012
@@ -481,6 +481,12 @@
         </plugin>
 
         <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>appassembler-maven-plugin</artifactId>
+          <version>1.1.1</version>
+        </plugin>
+
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <version>2.2.1</version>