set compile source/target

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-11-12 22:03:23 +00:00
parent 9d43f9e62c
commit 05f5dc3f11

View File

@ -60,3 +60,8 @@ maven.repo.apachecvs.passphrase=${maven.repo.apache.passphrase}
maven.repo.apachecvs.group=maven
maven.multiproject.type=plugin
# We are targetting the 1.3 JVM and above
maven.compile.target=1.3
maven.compile.source=1.3