Skip to content

Commit

Permalink
tagging for 1.0
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/groovy/tags/GROOVY_1_0@4632 a5544e8c-8a19-0410-ba12-f9af4593a198
  • Loading branch information
blackdrag committed Dec 30, 2006
1 parent 3da33a7 commit d391c26
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
5 changes: 0 additions & 5 deletions build.xml
Expand Up @@ -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">

Expand All @@ -20,5 +16,4 @@
</junitreport>
</target>


</project>
14 changes: 12 additions & 2 deletions project.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit d391c26

Please sign in to comment.