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 2017/02/14 23:53:07 UTC

svn commit: r1783047 - in /commons/proper/net/trunk: pom.xml src/site/site.xml

Author: sebb
Date: Tue Feb 14 23:53:07 2017
New Revision: 1783047

URL: http://svn.apache.org/viewvc?rev=1783047&view=rev
Log:
About time to drop 1.4.1 from download page

Modified:
    commons/proper/net/trunk/pom.xml
    commons/proper/net/trunk/src/site/site.xml

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1783047&r1=1783046&r2=1783047&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Tue Feb 14 23:53:07 2017
@@ -181,12 +181,6 @@ Supported protocols include: Echo, Finge
         <commons.rc.version>RC1</commons.rc.version>
         <commons.release.desc>(Requires Java ${maven.compiler.target} or later)</commons.release.desc>
 
-        <!-- Previous release -->
-        <commons.release.2.version>1.4.1</commons.release.2.version>
-        <!-- Override Commons parent, as version 1.4.1 does not use the -bin suffix -->
-        <commons.release.2.binary.suffix />
-        <commons.release.2.desc>(Requires Java 1.3 or later)</commons.release.2.desc>
-
         <!-- Local version defines -->
         <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
         <checkstyle.tool.version>6.9</checkstyle.tool.version>

Modified: commons/proper/net/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/site/site.xml?rev=1783047&r1=1783046&r2=1783047&view=diff
==============================================================================
--- commons/proper/net/trunk/src/site/site.xml (original)
+++ commons/proper/net/trunk/src/site/site.xml Tue Feb 14 23:53:07 2017
@@ -30,8 +30,7 @@
       <item name="Migration How-to"            href="migration.html"/>
       <item name="FAQ"                         href="faq.html"/>
       <item name="Download"                    href="/download_net.cgi"/>
-      <item name="Javadoc 3.5 (Java 1.6)"      href="/javadocs/api-3.5/index.html"/>
-      <item name="Javadoc 1.4.1 (Java 1.3)"    href="/javadocs/api-1.4.1/index.html"/>
+      <item name="Javadoc 3.6 (Java 1.6)"      href="/javadocs/api-3.6/index.html"/>
     </menu>
     <menu name="Development">
       <item name="Coding Specifications"       href="code-standards.html"/>