Upgrade to released versions of groovy and gram

git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.0@512434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2007-02-27 21:42:46 +00:00
parent 3c21297b7c
commit 2a588ecf72
1 changed files with 2 additions and 2 deletions

View File

@ -249,12 +249,12 @@
<dependency> <dependency>
<groupId>groovy</groupId> <groupId>groovy</groupId>
<artifactId>gram</artifactId> <artifactId>gram</artifactId>
<version>1.1-SNAPSHOT</version> <version>1.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>groovy</groupId> <groupId>groovy</groupId>
<artifactId>groovy-all</artifactId> <artifactId>groovy-all</artifactId>
<version>1.0-jsr-04</version> <version>1.0</version>
<type>jar</type> <type>jar</type>
</dependency> </dependency>
<dependency> <dependency>