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 2011/06/04 18:12:49 UTC

svn commit: r1131423 - in /commons/proper/net/trunk/src: changes/changes.xml site/xdoc/migration.xml

Author: sebb
Date: Sat Jun  4 16:12:48 2011
New Revision: 1131423

URL: http://svn.apache.org/viewvc?rev=1131423&view=rev
Log:
NET-415 typo in migration how-to

Modified:
    commons/proper/net/trunk/src/changes/changes.xml
    commons/proper/net/trunk/src/site/xdoc/migration.xml

Modified: commons/proper/net/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1131423&r1=1131422&r2=1131423&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Sat Jun  4 16:12:48 2011
@@ -56,6 +56,14 @@ The <action> type attribute can be add,u
      -->
 
     <body>
+        <release version="3.0.2-SNAPSHOT" date="TBA" description="
+TBA
+        ">
+            <action issue="NET-415" dev="sebb" type="fix">
+            typo in migration how-to.
+            </action>
+        </release>
+
         <release version="3.0.1" date="June 2011" description="
 This is a bug-fix release.
         ">

Modified: commons/proper/net/trunk/src/site/xdoc/migration.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/site/xdoc/migration.xml?rev=1131423&r1=1131422&r2=1131423&view=diff
==============================================================================
--- commons/proper/net/trunk/src/site/xdoc/migration.xml (original)
+++ commons/proper/net/trunk/src/site/xdoc/migration.xml Sat Jun  4 16:12:48 2011
@@ -68,9 +68,9 @@ This how-to lists the migration steps fo
 This version is a drop in replacement for NetComponents.  Only package names have changed.
 </p>
 <ol>
-  <li>Change all occurances of <tt>com.oroinc.net.*</tt> to <tt>org.apache.commons.net.*</tt></li>
-  <li>Change all occurances of <tt>com.oroinc.io.*</tt> to <tt>org.apache.commons.net.io.*</tt></li>
-  <li>Change all occurances of <tt>com.oroinc.util.*</tt> to <tt>org.apache.commons.net.util.*</tt></li>
+  <li>Change all occurrences of <tt>com.oroinc.net.*</tt> to <tt>org.apache.commons.net.*</tt></li>
+  <li>Change all occurrences of <tt>com.oroinc.io.*</tt> to <tt>org.apache.commons.net.io.*</tt></li>
+  <li>Change all occurrences of <tt>com.oroinc.util.*</tt> to <tt>org.apache.commons.net.util.*</tt></li>
 </ol>
 </section>