made a copy

git-svn-id: http://svn.codehaus.org/groovy/tags/GROOVY_1_0_RC_2@4619 a5544e8c-8a19-0410-ba12-f9af4593a198
diff --git a/maven.xml b/maven.xml
index 373f345..c6b644d 100644
--- a/maven.xml
+++ b/maven.xml
@@ -222,7 +222,7 @@
     <attainGoal name="faq"/>
   </goal>
 
-  <goal name="groovy:make-new-javadoc" prereqs="java:compile"
+  <goal name="groovy:make-new-javadoc" prereqs="java:compile, setclasspath"
     description="Generates the HTML of the new JavaDoc added to the JDK">
     <mkdir dir="${maven.html2xdoc.dir}"/>
     <java classname="org.codehaus.groovy.tools.DocGenerator" fork="yes">
diff --git a/project.xml b/project.xml
index 8878368..7a32fcf 100644
--- a/project.xml
+++ b/project.xml
@@ -5,7 +5,7 @@
   <id>groovy</id>
   <name>groovy</name>
   <groupId>groovy</groupId>
-  <currentVersion>1.0-RC-02-SNAPSHOT</currentVersion>
+  <currentVersion>1.0-RC-02</currentVersion>
   <organization>
     <name>The Codehaus</name>
     <url>http://codehaus.org</url>