Upgrading to the new tag; though we have the jdiff report commented out anyway

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@637367 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2008-03-15 06:21:49 +00:00
parent a841646ea5
commit 967e5b51bd
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ maven.javadoc.overview=./src/java/org/apache/commons/lang/overview.html
# 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.