"Version" transaction. Added new variables to the Version class. Includes changes to the build to utilize them.
diff --git a/buildNightlyList.sh b/buildNightlyList.sh
index a9668a6..9d06510 100644
--- a/buildNightlyList.sh
+++ b/buildNightlyList.sh
@@ -1,7 +1,7 @@
 # !/bin/sh
 #set -x
 
-export JAVA_HOME=/shared/common/ibm-java2-ppc-50
+export JAVA_HOME=/shared/common/ibm-java-jdk-ppc-60
 export PATH=${JAVA_HOME}/bin:/usr/bin:/usr/local/bin:${PATH}
 
 BaseDownloadURL="http://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/nightly"
diff --git a/cleanNightly.sh b/cleanNightly.sh
index 23a444c..7c5884d 100644
--- a/cleanNightly.sh
+++ b/cleanNightly.sh
@@ -2,7 +2,8 @@
 set -x
 
 
-version=1.1
+version=1.1.0
+mavenVersion=${version}-SNAPSHOT
 BaseDownloadNFSDir="/home/data/httpd/download.eclipse.org/rt/eclipselink"
 buildir=/shared/rt/eclipselink
 
@@ -22,7 +23,7 @@
 index=0
 # 5 days worth of files - 9 files per day
 num_files=45
-for mvnfile in `ls -r ${BaseDownloadNFSDir}/maven.repo/org/eclipse/persistence/eclipselink/${version}-SNAPSHOT/eclipse*.* ` ; do
+for mvnfile in `ls -r ${BaseDownloadNFSDir}/maven.repo/org/eclipse/persistence/eclipselink/${mavenVersion}/eclipse*.* ` ; do
         index=`expr $index + 1`
         if [ $index -gt $num_files ] ; then
            rm $mvnfile