You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2013/01/02 09:12:36 UTC

svn commit: r1427695 - /continuum/trunk/pom.xml

Author: brett
Date: Wed Jan  2 08:12:36 2013
New Revision: 1427695

URL: http://svn.apache.org/viewvc?rev=1427695&view=rev
Log:
use the inherited assembly plugin version so that the apache-source-release
works

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=1427695&r1=1427694&r2=1427695&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Wed Jan  2 08:12:36 2013
@@ -192,11 +192,6 @@
           <version>1.4.6</version>
         </plugin>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.1</version>
-        </plugin>
-        <plugin>
           <groupId>org.mortbay.jetty</groupId>
           <artifactId>jetty-maven-plugin</artifactId>
           <version>${jetty.version}</version>