Author: bayard
Date: Mon Jul 26 06:40:49 2010
New Revision: 979178

URL: http://svn.apache.org/viewvc?rev=979178&view=rev
Log:
Adding a note for Maven users

Modified:
    commons/proper/lang/trunk/src/site/xdoc/article3_0.xml

Modified: commons/proper/lang/trunk/src/site/xdoc/article3_0.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/article3_0.xml?rev=979178&r1=979177&r2=979178&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/xdoc/article3_0.xml (original)
+++ commons/proper/lang/trunk/src/site/xdoc/article3_0.xml Mon Jul 26 06:40:49 
2010
@@ -41,6 +41,8 @@ were deemed weak or unnecessary. All of 
 <section name="Migrating from 2.x">
 <p>Despite the label of backwards incompatibility, in the vast majority of 
cases the simple addition of a <code>'3'</code> to an import statement will 
suffice for your migration. For example, using Perl: </p> 
 <p>find . -type f -name '*.java' | xargs perl -pi -e 
's/org\.apache\.commons\.lang\./org.apache.commons.lang3./g'</p>
+<p>Maven users will need to update the groupId from <code>commons-lang</code> 
to <code>org.apache.commons</code>, 
+and the artifactId from <code>commons-lang</code> to 
<code>commons-lang3</code>. </p>
 </section>
 <section name="What's gone?">
 <p>Enum package - Java 5 provided enums out of the box, therefore we dispensed 
with both the deprecated enum package, 


Reply via email to