From 5da5bfb7bb2aa7f5e64f6437cfcb444a28f701ee Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 23 Dec 2007 15:07:13 +0000 Subject: [PATCH] Added "mvn compile" with JDK 1.4 as extra check in build process. --- releasebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasebuild.sh b/releasebuild.sh index cb8715f150..06fdfef935 100644 --- a/releasebuild.sh +++ b/releasebuild.sh @@ -5,7 +5,7 @@ # Release Process. # # 1. Do clean check out of source from svn and note revision number. -# 2. TODO: JDK - 1.4 compatibility checks. +# 2. Switch to JDK 1.4 and run "mvn compile" in core. # 3. Set the version number in the pom.xml files of all the modules. # 3a. If doing a release rather than snapshot build, run "find . -name pom.xml | xargs grep SNAPSHOT" and make sure # there are no important snapshot dependencies.