From 05f5dc3f11f2ef73b6fa106dcdb3ff65897f4268 Mon Sep 17 00:00:00 2001 From: brett Date: Fri, 12 Nov 2004 22:03:23 +0000 Subject: [PATCH] set compile source/target git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116229 13f79535-47bb-0310-9956-ffa450edef68 --- plugin-parent/project.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugin-parent/project.properties b/plugin-parent/project.properties index 597328a2..2765a3bf 100644 --- a/plugin-parent/project.properties +++ b/plugin-parent/project.properties @@ -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 +