You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2013/01/06 23:47:57 UTC

svn commit: r1429607 - in /commons/proper/math/trunk: doc/release/release.howto.txt pom.xml

Author: erans
Date: Sun Jan  6 22:47:56 2013
New Revision: 1429607

URL: http://svn.apache.org/viewvc?rev=1429607&view=rev
Log:
MATH-876

Clean solution provided by Niall Pemberton.

Modified:
    commons/proper/math/trunk/doc/release/release.howto.txt
    commons/proper/math/trunk/pom.xml

Modified: commons/proper/math/trunk/doc/release/release.howto.txt
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/doc/release/release.howto.txt?rev=1429607&r1=1429606&r2=1429607&view=diff
==============================================================================
--- commons/proper/math/trunk/doc/release/release.howto.txt (original)
+++ commons/proper/math/trunk/doc/release/release.howto.txt Sun Jan  6 22:47:56 2013
@@ -70,7 +70,7 @@ to the SVN repository. Once the release 
 The "download" page template is located at "src/site/xdoc/download_math.xml".
 This file is updated automatically by running the command:
 
-  $ mvn commons:download-page -Dcommons.componentid=math
+  $ mvn commons:download-page
 
 The command-line property override is necessary because the download plugin
 expects the project name in the componentid property.

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1429607&r1=1429606&r2=1429607&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sun Jan  6 22:47:56 2013
@@ -294,16 +294,12 @@
   </dependencies>
 
   <properties>
-    <!--
-    This is also used to generate download_xxx file name.
-    To override this when generating the download page:   
-
-    mvn commons:download-page -Dcommons.componentid=math
-       
-    The above seems to change the download page name but not any other
-    properties that depend on the componentid.
-    -->
-    <commons.componentid>math3</commons.componentid>
+    <!-- Do not change: "math" is the name of the component even if the
+         name of the base package evolves with major release numbers
+         (see "commons.osgi.symbolicName", below). -->
+    <commons.componentid>math</commons.componentid>
+    <!-- This value must reflect the current name of the base package. -->
+    <commons.osgi.symbolicName>org.apache.commons.math3</commons.osgi.symbolicName>
     <!-- do not use snapshot suffix here -->
     <commons.release.version>3.2</commons.release.version>
     <commons.release.desc>(requires Java 1.5+)</commons.release.desc>