You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2014/04/04 23:36:53 UTC

svn commit: r1584923 - /chemistry/opencmis/trunk/pom.xml

Author: gabriele
Date: Fri Apr  4 21:36:53 2014
New Revision: 1584923

URL: http://svn.apache.org/r1584923
Log:
tentative to improve the release process using a maven-deploy-plugin 2.8.x feature

Modified:
    chemistry/opencmis/trunk/pom.xml

Modified: chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1584923&r1=1584922&r2=1584923&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Fri Apr  4 21:36:53 2014
@@ -450,6 +450,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-deploy-plugin</artifactId>
+                <version>2.8.1</version>
                 <dependencies>
                     <dependency>
                         <groupId>com.google.code.maven-svn-wagon</groupId>
@@ -457,6 +458,9 @@
                         <version>1.4</version>
                     </dependency>
                 </dependencies>
+                <configuration>
+                    <deployAtEnd>true</deployAtEnd>
+                </configuration>
             </plugin>
         </plugins>
         <extensions>