Author: sebb Date: Tue Nov 16 23:54:09 2010 New Revision: 1035862 URL: http://svn.apache.org/viewvc?rev=1035862&view=rev Log: 3rd time lucky?
Added: commons/proper/net/tags/NET_2_2_RC3/ - copied from r1035861, commons/proper/net/trunk/ Modified: commons/proper/net/tags/NET_2_2_RC3/RELEASE-NOTES.txt commons/proper/net/tags/NET_2_2_RC3/pom.xml Modified: commons/proper/net/tags/NET_2_2_RC3/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/net/tags/NET_2_2_RC3/RELEASE-NOTES.txt?rev=1035862&r1=1035861&r2=1035862&view=diff ============================================================================== --- commons/proper/net/tags/NET_2_2_RC3/RELEASE-NOTES.txt (original) +++ commons/proper/net/tags/NET_2_2_RC3/RELEASE-NOTES.txt Tue Nov 16 23:54:09 2010 @@ -1,5 +1,5 @@ - Apache Commons Net 2.2-SNAPSHOT RELEASE NOTES + Apache Commons Net 2.2 RELEASE NOTES This is primarily a maintenance release, but it also includes new features and enhancements. Modified: commons/proper/net/tags/NET_2_2_RC3/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/net/tags/NET_2_2_RC3/pom.xml?rev=1035862&r1=1035861&r2=1035862&view=diff ============================================================================== --- commons/proper/net/tags/NET_2_2_RC3/pom.xml (original) +++ commons/proper/net/tags/NET_2_2_RC3/pom.xml Tue Nov 16 23:54:09 2010 @@ -25,7 +25,7 @@ limitations under the License. <modelVersion>4.0.0</modelVersion> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> <name>Commons Net</name> <description> A collection of network utilities and protocol implementations.