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 2014/01/03 15:38:53 UTC

svn commit: r1555111 - /continuum/branches/CONTINUUM-2713/continuum-jetty/pom.xml

Author: brett
Date: Fri Jan  3 14:38:53 2014
New Revision: 1555111

URL: http://svn.apache.org/r1555111
Log:
updated assembly plugin to ensure right permissions

Modified:
    continuum/branches/CONTINUUM-2713/continuum-jetty/pom.xml

Modified: continuum/branches/CONTINUUM-2713/continuum-jetty/pom.xml
URL: http://svn.apache.org/viewvc/continuum/branches/CONTINUUM-2713/continuum-jetty/pom.xml?rev=1555111&r1=1555110&r2=1555111&view=diff
==============================================================================
--- continuum/branches/CONTINUUM-2713/continuum-jetty/pom.xml (original)
+++ continuum/branches/CONTINUUM-2713/continuum-jetty/pom.xml Fri Jan  3 14:38:53 2014
@@ -185,6 +185,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.4</version>
         <executions>
           <execution>
             <phase>package</phase>