From 3291acd48b5e469235a9f5c91a5717398263f953 Mon Sep 17 00:00:00 2001 From: "fangyidong@gmail.com" Date: Sat, 18 Feb 2012 13:31:14 +0000 Subject: [PATCH] Make generated classes JDK 1.2 compatible as we claimed. Although we may not have users using JDK 1.2 today, we need to make sure we won't break anything. --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 41aa395..eaa330d 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,15 @@ 2.3.6 true + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.2 + 1.2 + +