Skip to content

Commit 2943811

Browse files
committed
Tweak to allow the Java 1.5 compiler to be used:
maven.compile.source = 1.3 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130426 13f79535-47bb-0310-9956-ffa450edef68
1 parent cc0efd4 commit 2943811

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

project.properties

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
# $Id: project.properties,v 1.19 2004/07/10 23:07:27 ggregory Exp $
17+
# $Id: project.properties,v 1.20 2004/10/19 23:21:18 ggregory Exp $
1818

1919
maven.repo.central=www.apache.org
2020
maven.repo.central.directory=/www/www.apache.org/dist/java-repository
@@ -48,3 +48,8 @@ maven.jdiff.old.tag = CODEC_1_2
4848
maven.jdiff.new.tag = CODEC_1_3
4949

5050
maven.announcement.file=${maven.build.dir}/RELEASE-NOTES.txt
51+
52+
# Specifies the source version for the Java compiler.
53+
# Corresponds to the source attribute for the ant javac task.
54+
# Valid values are 1.3, 1.4, 1.5.
55+
maven.compile.source = 1.3

0 commit comments

Comments
 (0)