You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2015/11/25 22:52:14 UTC

svn commit: r1716550 - in /commons/proper/collections/tags/COLLECTIONS_4_1_RC2: ./ default.properties pom.xml src/site/xdoc/download_collections.xml src/site/xdoc/index.xml

Author: tn
Date: Wed Nov 25 21:52:13 2015
New Revision: 1716550

URL: http://svn.apache.org/viewvc?rev=1716550&view=rev
Log:
Creating Commons Collections v4.1 RC2 tag, take 2.

Added:
    commons/proper/collections/tags/COLLECTIONS_4_1_RC2/
      - copied from r1716547, commons/proper/collections/trunk/
    commons/proper/collections/tags/COLLECTIONS_4_1_RC2/pom.xml
      - copied, changed from r1716549, commons/proper/collections/trunk/pom.xml
Modified:
    commons/proper/collections/tags/COLLECTIONS_4_1_RC2/default.properties
    commons/proper/collections/tags/COLLECTIONS_4_1_RC2/src/site/xdoc/download_collections.xml
    commons/proper/collections/tags/COLLECTIONS_4_1_RC2/src/site/xdoc/index.xml

Modified: commons/proper/collections/tags/COLLECTIONS_4_1_RC2/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/collections/tags/COLLECTIONS_4_1_RC2/default.properties?rev=1716550&r1=1716547&r2=1716550&view=diff
==============================================================================
--- commons/proper/collections/tags/COLLECTIONS_4_1_RC2/default.properties (original)
+++ commons/proper/collections/tags/COLLECTIONS_4_1_RC2/default.properties Wed Nov 25 21:52:13 2015
@@ -39,7 +39,7 @@ component.package = org.apache.commons.c
 component.title = Commons Collections
 
 # The current version number of this component
-component.version = 4.1-SNAPSHOT
+component.version = 4.1
 
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}

Copied: commons/proper/collections/tags/COLLECTIONS_4_1_RC2/pom.xml (from r1716549, commons/proper/collections/trunk/pom.xml)
URL: http://svn.apache.org/viewvc/commons/proper/collections/tags/COLLECTIONS_4_1_RC2/pom.xml?p2=commons/proper/collections/tags/COLLECTIONS_4_1_RC2/pom.xml&p1=commons/proper/collections/trunk/pom.xml&r1=1716549&r2=1716550&rev=1716550&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/tags/COLLECTIONS_4_1_RC2/pom.xml Wed Nov 25 21:52:13 2015
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-collections4</artifactId>
-  <version>4.1-SNAPSHOT</version>
+  <version>4.1</version>
   <name>Apache Commons Collections</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -479,8 +479,8 @@
     <commons.componentid>collections4</commons.componentid>
 
     <!-- Current 4.x release series -->
-    <commons.release.version>4.0</commons.release.version>
-    <commons.release.desc>(Java 5.0+)</commons.release.desc>
+    <commons.release.version>4.1</commons.release.version>
+    <commons.release.desc>(Java 6.0+)</commons.release.desc>
 
     <!-- Previous 3.x release series -->
     <commons.release.2.version>3.2.2</commons.release.2.version>
@@ -491,7 +491,7 @@
     <commons.jira.id>COLLECTIONS</commons.jira.id>
     <commons.jira.pid>12310465</commons.jira.pid>
     <!-- The RC version used in the staging repository URL. -->
-    <commons.rc.version>RC1</commons.rc.version>
+    <commons.rc.version>RC2</commons.rc.version>
     <checkstyle.version>2.9.1</checkstyle.version>
 
     <commons.site.path>collections</commons.site.path>
@@ -639,6 +639,7 @@
             <exclude>site-content/**/*</exclude>
             <exclude>src/test/resources/data/test/*</exclude>
             <exclude>maven-eclipse.xml</exclude>
+            <exclude>.travis.yml</exclude>
           </excludes>
         </configuration>
       </plugin>

Modified: commons/proper/collections/tags/COLLECTIONS_4_1_RC2/src/site/xdoc/download_collections.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/tags/COLLECTIONS_4_1_RC2/src/site/xdoc/download_collections.xml?rev=1716550&r1=1716547&r2=1716550&view=diff
==============================================================================
--- commons/proper/collections/tags/COLLECTIONS_4_1_RC2/src/site/xdoc/download_collections.xml (original)
+++ commons/proper/collections/tags/COLLECTIONS_4_1_RC2/src/site/xdoc/download_collections.xml Wed Nov 25 21:52:13 2015
@@ -95,32 +95,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Collections 4.0 (Java 5.0+)">
+    <section name="Apache Commons Collections 4.1 (Java 6.0+)">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/collections/binaries/commons-collections4-4.0-bin.tar.gz">commons-collections4-4.0-bin.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.0-bin.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.0-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/collections/binaries/commons-collections4-4.1-bin.tar.gz">commons-collections4-4.1-bin.tar.gz</a></td>
+              <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.1-bin.tar.gz.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.1-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/collections/binaries/commons-collections4-4.0-bin.zip">commons-collections4-4.0-bin.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.0-bin.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.0-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/collections/binaries/commons-collections4-4.1-bin.zip">commons-collections4-4.1-bin.zip</a></td>
+              <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.1-bin.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.1-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/collections/source/commons-collections4-4.0-src.tar.gz">commons-collections4-4.0-src.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections4-4.0-src.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections4-4.0-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/collections/source/commons-collections4-4.1-src.tar.gz">commons-collections4-4.1-src.tar.gz</a></td>
+              <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections4-4.1-src.tar.gz.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections4-4.1-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/collections/source/commons-collections4-4.0-src.zip">commons-collections4-4.0-src.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections4-4.0-src.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections4-4.0-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/collections/source/commons-collections4-4.1-src.zip">commons-collections4-4.1-src.zip</a></td>
+              <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections4-4.1-src.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/collections/source/commons-collections4-4.1-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>

Modified: commons/proper/collections/tags/COLLECTIONS_4_1_RC2/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/tags/COLLECTIONS_4_1_RC2/src/site/xdoc/index.xml?rev=1716550&r1=1716547&r2=1716550&view=diff
==============================================================================
--- commons/proper/collections/tags/COLLECTIONS_4_1_RC2/src/site/xdoc/index.xml (original)
+++ commons/proper/collections/tags/COLLECTIONS_4_1_RC2/src/site/xdoc/index.xml Wed Nov 25 21:52:13 2015
@@ -57,7 +57,7 @@ as are various <a href="project-reports.
 The JavaDoc API documents are available online:
 </p>
 <ul>
-<li>The <a href="javadocs/api-release/index.html">current release 4.0</a></li>
+<li>The <a href="javadocs/api-release/index.html">current release 4.1</a></li>
 <li>The latest 3.x release - <a href="javadocs/api-3.2.2/index.html">version 3.2.2</a></li>
 <li>The latest 2.x release - <a href="javadocs/api-2.1.1/index.html">version 2.1.1</a></li>
 <li>The <a href="apidocs/index.html">latest SVN</a></li>
@@ -70,9 +70,9 @@ The <a href="source-repository.html">sub
 <!-- ================================================== -->
 <section name="Releases">
 <p>
-The latest version is v4.0 - 
+The latest version is v4.1 - 
 <a href="http://commons.apache.org/collections/download_collections.cgi">Download now!</a><br />
-It is built for Java 1.5+ and the <a href="release_4_0.html">release notes</a> are also available.
+It is built for Java 1.6+ and the <a href="release_4_1.html">release notes</a> are also available.
 </p>
 <p>
 For previous releases, see the <a href="http://archive.apache.org/dist/commons/collections/">Apache Archive</a>