tagging for 1.0

git-svn-id: http://svn.codehaus.org/groovy/tags/GROOVY_1_0@4632 a5544e8c-8a19-0410-ba12-f9af4593a198
diff --git a/build.xml b/build.xml
index 24c3b23..c02705b 100644
--- a/build.xml
+++ b/build.xml
@@ -5,10 +5,6 @@
   <!-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
   <property name="test.reports.dir" value="target/test-reports"/>
   
-    <target name="cruise" description="to be started by the CruiseControl build server">
-        <echo message="hook for your build"/>
-     </target>
-
   <target name="pretty-test" 
           description="HTML output of test cases">
 
@@ -20,5 +16,4 @@
     </junitreport>
   </target>
 
-
 </project>
diff --git a/project.xml b/project.xml
index 0bbf6be..621cee4 100644
--- a/project.xml
+++ b/project.xml
@@ -5,7 +5,7 @@
   <id>groovy</id>
   <name>groovy</name>
   <groupId>groovy</groupId>
-  <currentVersion>1.0-RC-03-SNAPSHOT</currentVersion>
+  <currentVersion>1.0</currentVersion>
   <organization>
     <name>The Codehaus</name>
     <url>http://codehaus.org</url>
@@ -133,7 +133,17 @@
         <id>rc1</id>
         <name>1.0-RC-1</name>
         <tag>GROOVY_1_0_RC_1</tag>
-    </version>
+      </version>
+      <version>
+        <id>rc2</id>
+        <name>1.0-RC-2</name>
+        <tag>GROOVY_1_0_RC_2</tag>
+      </version>
+      <version>
+        <id>1.0</id>
+        <name>1.0</name>
+        <tag>GROOVY_1_0</tag>
+      </version>
   </versions>
 
   <mailingLists>