You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2009/02/05 19:38:24 UTC

svn commit: r741226 - in /commons/proper/cli/branches/cli-1.x: pom.xml src/assembly/src.xml

Author: sgoeschl
Date: Thu Feb  5 18:38:24 2009
New Revision: 741226

URL: http://svn.apache.org/viewvc?rev=741226&view=rev
Log:
Preparing the release according to http://wiki.apache.org/commons/CreatingReleases

Modified:
    commons/proper/cli/branches/cli-1.x/pom.xml
    commons/proper/cli/branches/cli-1.x/src/assembly/src.xml

Modified: commons/proper/cli/branches/cli-1.x/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/pom.xml?rev=741226&r1=741225&r2=741226&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/pom.xml (original)
+++ commons/proper/cli/branches/cli-1.x/pom.xml Thu Feb  5 18:38:24 2009
@@ -137,6 +137,8 @@
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>CLI</commons.jira.id>
     <commons.jira.pid>12310463</commons.jira.pid>
+    <!-- The RC version used in the staging repository URL. -->
+    <commons.rc.version>RC1</commons.rc.version>    
   </properties>
 
   <build>
@@ -232,6 +234,17 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+        <site>
+          <id>apache.website</id>
+          <name>Apache Commons Release Candidate Staging Site</name>
+          <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
+        </site>
+      </distributionManagement>
+    </profile>
   </profiles>
 
 </project>

Modified: commons/proper/cli/branches/cli-1.x/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/src/assembly/src.xml?rev=741226&r1=741225&r2=741226&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/src/assembly/src.xml (original)
+++ commons/proper/cli/branches/cli-1.x/src/assembly/src.xml Thu Feb  5 18:38:24 2009
@@ -20,7 +20,7 @@
         <format>tar.gz</format>
         <format>zip</format>
     </formats>
-    <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
+    <baseDirectory>${project.artifactId}-${commons.release.version}-src</baseDirectory>
     <fileSets>
         <fileSet>
             <includes>