Skip to content

Commit

Permalink
[maven-release-plugin] prepare release snoozeec2-0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonin committed Dec 1, 2013
1 parent f880911 commit af10680
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.inria.myriads</groupId>
<artifactId>snoozeec2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>snoozeec2</name>
<description>This is the EC2 API for Snooze.</description>

Expand Down Expand Up @@ -217,13 +217,13 @@
<dependency>
<groupId>org.inria.myriads</groupId>
<artifactId>snoozecommon</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
<groupId>org.inria.myriads</groupId>
<artifactId>snoozeimages</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>

<dependency>
Expand All @@ -235,38 +235,38 @@
<artifactId>org.osgi.core</artifactId>
</exclusion>
</exclusions>
<version>2.1-SNAPSHOT</version>
<version>2.1.1</version>
</dependency>

<dependency>
<groupId>org.restlet.jse</groupId>
<artifactId>org.restlet.ext.jaxb</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.1</version>
</dependency>

<dependency>
<groupId>org.restlet.jse</groupId>
<artifactId>org.restlet.ext.xml</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.1</version>
</dependency>

<dependency>
<groupId>org.restlet.jse</groupId>
<artifactId>org.restlet.ext.slf4j</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.1</version>
</dependency>

<dependency>
<groupId>org.restlet.jse</groupId>
<artifactId>org.restlet.ext.httpclient</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.1</version>
</dependency>


<dependency>
<groupId>com.amazonaws.ec2.doc._2010_08_31</groupId>
<artifactId>EC2configGenerator</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit af10680

Please sign in to comment.