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 2015/08/27 10:57:59 UTC

svn commit: r1698095 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt pom.xml src/changes/changes.xml

Author: sebb
Date: Thu Aug 27 08:57:59 2015
New Revision: 1698095

URL: http://svn.apache.org/r1698095
Log:
Drop the trunks-proper profile

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

Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1698095&r1=1698094&r2=1698095&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Thu Aug 27 08:57:59 2015
@@ -10,6 +10,8 @@ Fix bug in site Security link; update pl
 Changes in this version include:
 
 Changes:
+o                   Drop the "trunks-proper" profile
+o                   Update animal-sniffer Plugin : 2.13 => 2.14 (for Java7+ build profile)
 o                   Move assembly to standard location
 o                   Update Jacoco Plugin : 0.7.4.201502262128 -> 0.7.5.201505241946
 

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1698095&r1=1698094&r2=1698095&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu Aug 27 08:57:59 2015
@@ -38,6 +38,7 @@ Version 39:
 - Jacoco 0.7.4.201502262128 -> 0.7.5.201505241946
 - move assembly to standard location
 - bump animal-sniffer plugin to 1.14 (for java 7+ builds) supporting Java8
+- dropped the trunks-proper profile
 
  -->
 
@@ -1235,67 +1236,6 @@ Version 39:
       </properties>
     </profile>
 
-    <!--
-      Profile to build all Commons "proper" components.
-
-      The trunks of all "proper" components can be checked out using:
-          https://svn.apache.org/repos/asf/commons/trunks-proper/
-
-      This profile is a convenience which can be used, for example, to build all the component sites:
-          mvn -Ptrunks-proper site
-
-      or, to clean up:
-          mvn -Ptrunks-proper clean
-
-      see http://issues.apache.org/jira/browse/COMMONSSITE-30
-      -->
-    <profile>
-      <id>trunks-proper</id>
-      <modules>
-        <!-- not yet using mvn module>../attributes</module-->
-        <module>../bcel</module>
-        <module>../beanutils</module>
-        <module>../betwixt</module>
-        <module>../chain</module>
-        <module>../cli</module>
-        <module>../codec</module>
-        <module>../collections</module>
-        <module>../compress</module>
-        <module>../configuration</module>
-        <module>../daemon</module>
-        <module>../dbcp</module>
-        <module>../dbutils</module>
-        <module>../digester</module>
-        <module>../discovery</module>
-        <module>../el</module>
-        <module>../email</module>
-        <module>../exec</module>
-        <module>../fileupload</module>
-        <module>../functor</module>
-        <module>../imaging</module>
-        <module>../io</module>
-        <module>../jci</module>
-        <module>../jcs</module>
-        <!-- not yet using mvn module>../jelly</module-->
-        <module>../jexl</module>
-        <module>../jxpath</module>
-        <module>../lang</module>
-        <module>../launcher</module>
-        <module>../logging</module>
-        <module>../math</module>
-        <module>../modeler</module>
-        <module>../net</module>
-        <module>../ognl</module>
-        <module>../pool</module>
-        <module>../primitives</module>
-        <module>../proxy</module>
-        <module>../scxml</module>
-        <!-- not yet using mvn module>../transaction</module-->
-        <module>../validator</module>
-        <module>../vfs</module>
-      </modules>
-    </profile>
-
     <profile>
       <!--
           Generate release notes in top-level directory from src/changes/changes.xml

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=1698095&r1=1698094&r2=1698095&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Thu Aug 27 08:57:59 2015
@@ -60,6 +60,7 @@ The <action> type attribute can be add,u
 
     <body>
         <release version="39" date="TBA" description="Fix bug in site Security link; update plugins">
+            <action type="update">Drop the "trunks-proper" profile</action>
             <action type="update">Update animal-sniffer Plugin : 2.13 => 2.14 (for Java7+ build profile)</action>
             <action type="update">Move assembly to standard location</action>
             <action type="update">Update Jacoco Plugin : 0.7.4.201502262128 -> 0.7.5.201505241946</action>