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 2010/06/18 15:33:07 UTC

svn commit: r956000 - /incubator/chemistry/opencmis/branches/dev-maven-release/pom.xml

Author: gabriele
Date: Fri Jun 18 13:33:07 2010
New Revision: 956000

URL: http://svn.apache.org/viewvc?rev=956000&view=rev
Log:
-- tested site-deploy

Modified:
    incubator/chemistry/opencmis/branches/dev-maven-release/pom.xml

Modified: incubator/chemistry/opencmis/branches/dev-maven-release/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/branches/dev-maven-release/pom.xml?rev=956000&r1=955999&r2=956000&view=diff
==============================================================================
--- incubator/chemistry/opencmis/branches/dev-maven-release/pom.xml (original)
+++ incubator/chemistry/opencmis/branches/dev-maven-release/pom.xml Fri Jun 18 13:33:07 2010
@@ -65,8 +65,8 @@
 
     <distributionManagement>
         <site>
-            <id>site-staging</id>
-            <url>scpexe://people.apache.org/home/gabriele/public_html/opencmis/</url>
+            <id>apache-site-staging</id>
+        <url>scpexe://people.apache.org/home/gabriele/public_html/chemistry/opencmis/${project.version}</url>
         </site>
     </distributionManagement>
 
@@ -151,6 +151,7 @@
         <developer>
             <name>Gabriele Columbro</name>
             <id>gabriele</id>
+            <email>gabriele@apache.org</email>
             <roles>
                 <role>release manager</role>
             </roles>
@@ -218,9 +219,8 @@
                 <configuration>
                     <useReleaseProfile>false</useReleaseProfile>
                     <!-- TODO: Add autogenerated JIRA release notes -->
-                    <goals>javadoc:aggregate deploy
-                        site-deploy</goals>
-                    <arguments>-Papache-release,pack-assemblies</arguments>
+                    <goals>javadoc:aggregate deploy site-deploy</goals>
+                    <arguments>-Papache-release</arguments>
                 </configuration>
             </plugin>
             <plugin>