You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2011/11/15 03:01:44 UTC

svn commit: r1202000 - /camel/branches/camel-2.8.x/pom.xml

Author: ningjiang
Date: Tue Nov 15 02:01:44 2011
New Revision: 1202000

URL: http://svn.apache.org/viewvc?rev=1202000&view=rev
Log:
Update the release plugin to install the artifacts when release

Modified:
    camel/branches/camel-2.8.x/pom.xml

Modified: camel/branches/camel-2.8.x/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/pom.xml?rev=1202000&r1=1201999&r2=1202000&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/pom.xml (original)
+++ camel/branches/camel-2.8.x/pom.xml Tue Nov 15 02:01:44 2011
@@ -210,9 +210,9 @@
           <version>2.2.1</version>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase>
-            <!--<useReleaseProfile>false</useReleaseProfile>-->
-            <!--<preparationGoals>clean install</preparationGoals>-->
-            <!--<goals>deploy</goals>-->
+            <useReleaseProfile>false</useReleaseProfile>
+            <preparationGoals>clean install</preparationGoals>
+            <goals>deploy</goals>
             <arguments>-Papache-release,enable-schemagen,sourcecheck,hibernate-derby</arguments>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>