You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/21 14:38:13 UTC

svn commit: r1495413 - /commons/sandbox/commons-staging-plugin/trunk/pom.xml

Author: sebb
Date: Fri Jun 21 12:38:13 2013
New Revision: 1495413

URL: http://svn.apache.org/r1495413
Log:
Names changed

Modified:
    commons/sandbox/commons-staging-plugin/trunk/pom.xml

Modified: commons/sandbox/commons-staging-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/commons-staging-plugin/trunk/pom.xml?rev=1495413&r1=1495412&r2=1495413&view=diff
==============================================================================
--- commons/sandbox/commons-staging-plugin/trunk/pom.xml (original)
+++ commons/sandbox/commons-staging-plugin/trunk/pom.xml Fri Jun 21 12:38:13 2013
@@ -253,11 +253,10 @@
           <version>1.0-SNAPSHOT</version>
           <!-- This needs to be configured for the local project; sample below is for Apache Commons -->
           <configuration>
-            <packageDirectory>target/packages</packageDirectory>
-            <project>commons</project>
-            <component>${commons.componentid}</component>
+            <packageDirectory>${commons.packages.directory}</packageDirectory>
+            <asfProject>commons</asfProject>
+            <asfComponent>${commons.componentid}</asfComponent>
             <stagingDirectory>${commons.release.name}-${commons.rc.version}</stagingDirectory>
-            <releaseId>${commons.release.name}-${commons.rc.version}</releaseId>
             <releaseNotes>RELEASE-NOTES.txt</releaseNotes>
             <!-- safe place for upload and release testing -->
             <rootUrl>https://dist.apache.org/repos/dist/dev/commons/TEST_PLS_IGNORE/</rootUrl>