Skip to content

Commit

Permalink
updated to 1.5.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Mar 23, 2012
1 parent 7ca163a commit ee2ad80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
6 changes: 3 additions & 3 deletions blobstore-basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
<dependency>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-blobstore</artifactId>
<version>1.4.0-rc.2</version>
<version>1.5.0-alpha.1</version>
</dependency>
<dependency>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-allblobstore</artifactId>
<version>1.4.0-rc.2</version>
<version>1.5.0-alpha.1</version>
</dependency>
<!-- note that if you want a smaller distribution
remove the above dependency and place something
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>org.jclouds.provider</groupId>
<artifactId>googlestorage</artifactId>
<version>1.4.0-rc.2</version>
<version>1.5.0-alpha.1</version>
</dependency>
-->
</dependencies>
Expand Down
24 changes: 7 additions & 17 deletions compute-basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,21 @@
<name>compute-basics</name>
<description>jclouds compute example that adds a node to a group, then executes "echo hello" on all nodes</description>

<repositories>
<repository>
<id>jclouds-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-compute</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-alpha.1</version>
</dependency>
<dependency>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-allcompute</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-alpha.1</version>
</dependency>
<dependency>
<groupId>org.jclouds.labs</groupId>
<artifactId>glesys</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-alpha.1</version>
</dependency>
<!-- note that if you want a smaller distribution
remove the above dependency and place something
Expand All @@ -61,7 +51,7 @@
<dependency>
<groupId>org.jclouds.provider</groupId>
<artifactId>gogrid</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-alpha.1</version>
</dependency>
-->
<dependency>
Expand All @@ -73,7 +63,7 @@
<dependency>
<groupId>org.jclouds.driver</groupId>
<artifactId>jclouds-bouncycastle</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-alpha.1</version>
<exclusions>
<!-- bouncy castle is a provider, so
it must be signed and used as-is.
Expand All @@ -89,12 +79,12 @@
<dependency>
<groupId>org.jclouds.driver</groupId>
<artifactId>jclouds-sshj</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-alpha.1</version>
</dependency>
<dependency>
<groupId>org.jclouds.driver</groupId>
<artifactId>jclouds-enterprise</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-alpha.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit ee2ad80

Please sign in to comment.