Set JDiff "old" tag to Lang 2.0.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@225330 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2005-07-26 15:29:45 +00:00
parent cf0dda8853
commit a5709b893f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,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.old.tag=LANG_2_0
maven.jdiff.old.tag=LANG_2_1
# 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.