You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2009/02/11 18:26:08 UTC

svn commit: r743413 - /camel/branches/camel-1.x/pom.xml

Author: hadrian
Date: Wed Feb 11 17:26:08 2009
New Revision: 743413

URL: http://svn.apache.org/viewvc?rev=743413&view=rev
Log:
Fixes for deployment of a camel release.

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

Modified: camel/branches/camel-1.x/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/pom.xml?rev=743413&r1=743412&r2=743413&view=diff
==============================================================================
--- camel/branches/camel-1.x/pom.xml (original)
+++ camel/branches/camel-1.x/pom.xml Wed Feb 11 17:26:08 2009
@@ -1549,8 +1549,9 @@
                 <plugin>
                     <inherited>true</inherited>
                     <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.3</version>
+                    <version>2.4</version>
                     <configuration>
+                        <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
                         <updateReleaseInfo>true</updateReleaseInfo>
                     </configuration>
                 </plugin>