You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2008/03/15 07:21:50 UTC

svn commit: r637367 - /commons/proper/lang/trunk/project.properties

Author: bayard
Date: Fri Mar 14 23:21:49 2008
New Revision: 637367

URL: http://svn.apache.org/viewvc?rev=637367&view=rev
Log:
Upgrading to the new tag; though we have the jdiff report commented out anyway

Modified:
    commons/proper/lang/trunk/project.properties

Modified: commons/proper/lang/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/project.properties?rev=637367&r1=637366&r2=637367&view=diff
==============================================================================
--- commons/proper/lang/trunk/project.properties (original)
+++ commons/proper/lang/trunk/project.properties Fri Mar 14 23:21:49 2008
@@ -46,7 +46,7 @@
 # This links to the current stable version. We could have LANG_CURRENT, but this 
 # is simpler to manage at the moment.
 maven.jdiff.new.tag=CURRENT
-maven.jdiff.old.tag=LANG_2_1
+maven.jdiff.old.tag=LANG_2_3
 
 # Generate class files for specific VM version (e.g., 1.1 or 1.2). 
 # Note that the default value depends on the JVM that is running Ant.