You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2010/04/20 07:04:32 UTC

svn commit: r935801 - /servicemix/smx4/features/trunk/pom.xml

Author: ccustine
Date: Tue Apr 20 05:04:32 2010
New Revision: 935801

URL: http://svn.apache.org/viewvc?rev=935801&view=rev
Log:
More release process fixes

Modified:
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=935801&r1=935800&r2=935801&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Tue Apr 20 05:04:32 2010
@@ -715,7 +715,6 @@
           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-dependency-plugin</artifactId>
-              <version>2.0</version>
               <executions>
                   <execution>
                       <id>copy-legal</id>
@@ -728,6 +727,7 @@
                               <artifactItem>
                                   <groupId>org.apache.servicemix.legal</groupId>
                                   <artifactId>legal</artifactId>
+                                  <version>${servicemix.legal.version}</version>
                                   <type>xml</type>
                                   <outputDirectory>target/legal/</outputDirectory>
                               </artifactItem>
@@ -833,7 +833,6 @@
                       <artifactId>maven-deploy-plugin</artifactId>
                       <version>2.3</version>
                       <configuration>
-                          <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
                           <updateReleaseInfo>true</updateReleaseInfo>
                       </configuration>
                   </plugin>