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 06:31:53 UTC

svn commit: r935798 - in /servicemix/smx4/features/trunk: activemq/activemq-commands/pom.xml pom.xml

Author: ccustine
Date: Tue Apr 20 04:31:53 2010
New Revision: 935798

URL: http://svn.apache.org/viewvc?rev=935798&view=rev
Log:
Update release profile

Modified:
    servicemix/smx4/features/trunk/activemq/activemq-commands/pom.xml
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/activemq/activemq-commands/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/activemq/activemq-commands/pom.xml?rev=935798&r1=935797&r2=935798&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/activemq/activemq-commands/pom.xml (original)
+++ servicemix/smx4/features/trunk/activemq/activemq-commands/pom.xml Tue Apr 20 04:31:53 2010
@@ -80,7 +80,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.0.0</version>
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=935798&r1=935797&r2=935798&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Tue Apr 20 04:31:53 2010
@@ -638,9 +638,10 @@
               <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-release-plugin</artifactId>
-                  <version>2.0-beta-7</version>
                   <configuration>
                       <preparationGoals>clean,verify,install</preparationGoals>
+                      <goals>deploy</goals>
+                      <arguments>-Prelease,deploy</arguments>
                       <autoVersionSubmodules>true</autoVersionSubmodules>
                   </configuration>
               </plugin>
@@ -727,7 +728,6 @@
                               <artifactItem>
                                   <groupId>org.apache.servicemix.legal</groupId>
                                   <artifactId>legal</artifactId>
-                                   <version>${servicemix.legal.version}</version>
                                   <type>xml</type>
                                   <outputDirectory>target/legal/</outputDirectory>
                               </artifactItem>