Author: rwinston
Date: Sat Aug 26 10:49:37 2006
New Revision: 437191
URL: http://svn.apache.org/viewvc?rev=437191&view=rev
Log:
This may clear the way for a 2.0 new release and a 1.5 maintenance release
Modified:
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml
jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/xdocs/changes.xml
Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml?rev=437191&r1=437190&r2=437191&view=diff
==============================================================================
--- jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml (original)
+++ jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml Sat Aug 26
10:49:37 2006
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
-Copyright 2003-200666666 The Apache Software Foundation
+Copyright 2003-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -23,7 +23,14 @@
<version>2.0.0-SNAPSHOT</version>
<inceptionYear>1997</inceptionYear>
<description>Jakarta Commons Net</description>
-
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>snapshots</id>
+ <url>http://people.apache.org/maven-snapshot-repository/</url>
+ </pluginRepository>
+ </pluginRepositories>
+
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
<organization>
@@ -40,7 +47,7 @@
</licenses>
<issueManagement>
- <url>http://issues.apache.org/jira/</url>
+ <url>https://issues.apache.org/jira/browse/NET</url>
</issueManagement>
<distributionManagement>
@@ -144,7 +151,7 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/net/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/net/trunk</developerConnection>
-
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/net/trunk</url>
+ <url>http://svn.apache.org/viewvc/jakarta/commons/proper/net/trunk</url>
</scm>
<build>
@@ -193,17 +200,25 @@
</testResources>
</build>
-
- <reports>
- <report>maven-changes-plugin</report>
- <report>maven-tasklist-plugin</report>
- <report>maven-junit-report-plugin</report>
- <report>maven-jdepend-plugin</report>
- <report>maven-jcoverage-plugin</report>
- <report>maven-simian-plugin</report>
- <report>maven-javadoc-plugin</report>
- <report>maven-jxr-plugin</report>
- <report>maven-license-plugin</report>
- </reports>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changes-plugin</artifactId>
+ <configuration>
+ <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>changes-report</report>
+ <report>jira-report</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
</project>
Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/xdocs/changes.xml?rev=437191&r1=437190&r2=437191&view=diff
==============================================================================
--- jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/xdocs/changes.xml
(original)
+++ jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/xdocs/changes.xml Sat
Aug 26 10:49:37 2006
@@ -22,6 +22,43 @@
<body>
+ <release version="2.0" date="" description="Java 5.0+ release">
+ <action dev="rwinston" type="add">
+ FTPS (TLS and SSL) is now supported. Thanks to
Jose Juan Montiel, Paul Ferraro, and Satoshi Ishigami.
+ </action>
+ <action dev="rwinston" type="update">
+ Commons::Net now uses Maven 2.
+ </action>
+ <action dev="rwinston" type="remove">
+ Removed old ftp2 proposal directories.
+ </action>
+ <action dev="rwinston" type="update">
+ Commons::Net now uses JDK regex functionality,
saving on an extra [oro] dependency.
+ </action>
+ <action dev="rwinston" type="fix">
+ Various syntactic issues (FindBugs issues, JDK
5.0 generics support)
+ </action>
+ <action dev="dfs" type="fix">
+ Applied Rob Hasselbaum's
+ <rhasselbaum -> alumni.ithaca.edu>
+ patch for PR 38688 fixing a
+ TelnetInputStream hang.
+ </action>
+ <action dev="dfs" type="update">
+ Exposed control connection of FTP
+ class via _controlInput_ and _controlOutput_
+ protected member variables in response
+ to PR 38309 reported by
+ <[EMAIL PROTECTED]>.
+ </action>
+ <action dev="dfs" type="fix">
+ Reverted PR 32859 patch to TFTPClient
+ because it caused final packets to not
+ be sent.
+ </action>
+ </release>
+
+
<release version="1.4.x" date="" description="">
<action dev="dfs" type="fix">
Applied Rob Hasselbaum's
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]