changed to snapshot versioning so that hudson will work

This commit is contained in:
Adrian Cole 2010-02-05 23:43:25 -08:00
parent 7228d2ea04
commit 1a5016a4f8
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-client</artifactId>
<version>1.2.1.GA</version>
<version>1.2.1.GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.guice</groupId>

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-client</artifactId>
<version>1.2.1.GA</version>
<version>1.2.1.GA-SNAPSHOT</version>
<name>RESTEasy JAX-RS Client Implementation</name>
<dependencies>
<dependency>