force resteasy into snapshot repo until ci is fixed

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2539 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-12-30 00:11:24 +00:00
parent 43decc0b40
commit 7300c0db77
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-client</artifactId>
<version>1.1.GA</version>
<version>1.1.GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.guice</groupId>
@ -130,4 +130,4 @@
</build>
</profile>
</profiles>
</project>
</project>

View File

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