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/18 16:48:45 UTC

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

Author: sebb
Date: Tue Aug 18 14:48:44 2015
New Revision: 1696431

URL: http://svn.apache.org/r1696431
Log:
Move assembly to standard location
Update changes.xml/RN

Added:
    commons/proper/commons-parent/trunk/src/assembly/
      - copied from r1653163, commons/proper/commons-parent/trunk/src/main/assembly/
Removed:
    commons/proper/commons-parent/trunk/src/main/
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=1696431&r1=1696430&r2=1696431&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Tue Aug 18 14:48:44 2015
@@ -1,7 +1,7 @@
-              Apache Commons Parent 38
+              Apache Commons Parent 39
                   RELEASE NOTES
 
-The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 38
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 39
 
 The Apache Commons Parent POM provides common settings for all Apache Commons components.
 
@@ -10,12 +10,8 @@ Fix bug in site Security link; update pl
 Changes in this version include:
 
 Changes:
-o                   Fix URL for Security link
-o                   Update Assembly Plugin : 2.5.3 => 2.5.5
-o                   Update Cobertura Plugin : 2.6 => 2.7
-o                   Update Jacoco Plugin : 0.7.2 => 0.7.4
-o                   Update Javadoc Plugin : 2.10.1 => 2.10.2
-o                   Update Surefire Plugin : 2.18 => 2.18.1
+o                   Move assembly to standard location
+o                   Update Jacoco Plugin : 0.7.4.201502262128 -> 0.7.5.201505241946
 
 
 Historical list of changes: http://commons.apache.org/changes-report.html

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1696431&r1=1696430&r2=1696431&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Aug 18 14:48:44 2015
@@ -36,6 +36,7 @@
 Version 39:
 
 - Jacoco 0.7.4.201502262128 -> 0.7.5.201505241946
+- move assembly to standard location
 
  -->
 
@@ -409,7 +410,7 @@ Version 39:
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptors>
-            <descriptor>src/main/assembly/src.xml</descriptor>
+            <descriptor>src/assembly/src.xml</descriptor>
           </descriptors>
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>

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=1696431&r1=1696430&r2=1696431&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Tue Aug 18 14:48:44 2015
@@ -59,6 +59,10 @@ 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">Move assembly to standard location</action>
+            <action type="update">Update Jacoco Plugin : 0.7.4.201502262128 -> 0.7.5.201505241946</action>
+        </release>
 
         <release version="38" date="2015-06-25" description="Fix bug in site Security link; update plugins">
             <!-- List each change individually so the changes HTML report is easier to read -->