You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/06/20 16:38:53 UTC

svn commit: r1833926 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

Author: chtompki
Date: Wed Jun 20 16:38:53 2018
New Revision: 1833926

URL: http://svn.apache.org/viewvc?rev=1833926&view=rev
Log:
commons-build-plugin 1.8 -> 1.9

Modified:
    commons/proper/commons-parent/trunk/pom.xml
    commons/proper/commons-parent/trunk/src/changes/changes.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1833926&r1=1833925&r2=1833926&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Jun 20 16:38:53 2018
@@ -54,6 +54,7 @@
     - maven-surefire-report-plugin 2.21.0 -> 2.22.0
     - maven-enforcer-plugin 3.0.0-M1 -> 3.0.0-M2
     - commons-release-plugin 1.2 -> 1.3
+    - commons-build-plugin 1.8 -> 1.9
       
   -->
   
@@ -1354,13 +1355,6 @@
                 </goals>
               </execution>
               <execution>
-                <id>compress-site</id>
-                <phase>install</phase>
-                <goals>
-                  <goal>compress-site</goal>
-                </goals>
-              </execution>
-              <execution>
                 <id>stage-distributions</id>
                 <phase>deploy</phase>
                 <goals>
@@ -1858,9 +1852,17 @@
          - and so on... 
     -->
     <commons.componentid>${project.artifactId}</commons.componentid>
+    <!-- The Commons Component id is substring of the package name from o.a.commons.(.*)., for example:
+         - Use dbcp2 instead of dbcp.
+         - Use collections4 instead of collections.
+         - Use lang3 instead of lang.
+         - Use pool2 instead of pool.
+         - and so on...
+    -->
+    <commons.packageId>${project.artifactId}</commons.packageId>
     
     <!-- Configuration properties for the OSGi maven-bundle-plugin -->
-    <commons.osgi.symbolicName>org.apache.commons.${commons.componentid}</commons.osgi.symbolicName>
+    <commons.osgi.symbolicName>org.apache.commons.${commons.packageId}</commons.osgi.symbolicName>
     <commons.osgi.export>org.apache.commons.*;version=${project.version};-noimport:=true</commons.osgi.export>
     <commons.osgi.import>*</commons.osgi.import>
     <commons.osgi.dynamicImport />

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1833926&r1=1833925&r2=1833926&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Wed Jun 20 16:38:53 2018
@@ -64,6 +64,8 @@ The <action> type attribute can be add,u
                 "org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19"</action>
             <action type="update">Allows JApiCmp's ignoreMissingClasses parameter to be easily overridable with the property commons.japicmp.ignoreMissingClasses.</action>
             <action type="update">japicmp-maven-plugin 0.11.1 -> 0.12.0</action>
+            <action type="update">commons-release-plugin 1.2 -> 1.3</action>
+            <action type="update">commons-build-plugin 1.8 -> 1.9</action>
         </release>
         <release version="46" date="2018-04-07" description="Plugin updates