Author: sebb
Date: Fri May 7 15:57:36 2010
New Revision: 942134
URL: http://svn.apache.org/viewvc?rev=942134&view=rev
Log:
Add release descriptions
Modified:
commons/proper/net/branches/NET_2_0/pom.xml
commons/proper/net/branches/NET_2_0/src/site/xdoc/download_net.xml
Modified: commons/proper/net/branches/NET_2_0/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=942134&r1=942133&r2=942134&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Fri May 7 15:57:36 2010
@@ -114,12 +114,13 @@ limitations under the License.
<maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target>
<commons.componentid>net</commons.componentid>
- <commons.deployment.protocol>scpexe</commons.deployment.protocol>
<commons.release.version>2.1</commons.release.version>
<commons.rc.version>RC4</commons.rc.version>
<commons.binary.suffix />
+ <commons.release.desc>(Requires Java 1.5 or later)</commons.release.desc>
<commons.release.2.version>1.4.1</commons.release.2.version>
<commons.release.2.binary.suffix />
+ <commons.release.2.desc>(Requires Java 1.3 or later)</commons.release.2.desc>
<commons.jira.id>NET</commons.jira.id>
<commons.jira.pid>12310487</commons.jira.pid>
</properties>
Modified: commons/proper/net/branches/NET_2_0/src/site/xdoc/download_net.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/site/xdoc/download_net.xml?rev=942134&r1=942133&r2=942134&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/src/site/xdoc/download_net.xml (original)
+++ commons/proper/net/branches/NET_2_0/src/site/xdoc/download_net.xml Fri May 7 15:57:36
2010
@@ -95,7 +95,7 @@ limitations under the License.
</p>
</subsection>
</section>
- <section name="Commons Net 2.1 ">
+ <section name="Commons Net 2.1 (Requires Java 1.5 or later)">
<subsection name="Binaries">
<table>
<tr>
@@ -125,7 +125,7 @@ limitations under the License.
</table>
</subsection>
</section>
- <section name="Commons Net 1.4.1 ">
+ <section name="Commons Net 1.4.1 (Requires Java 1.3 or later)">
<subsection name="Binaries">
<table>
<tr>
|