Skip to content

Commit

Permalink
Prepare 0.3.2-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
3ujohn committed Jul 29, 2017
1 parent 05c0cee commit 584fea7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>it.polimi.diceH2020</groupId>
<artifactId>D-SPACE4Cloud</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2-RELEASE</version>
<packaging>jar</packaging>

<organization>
Expand Down Expand Up @@ -36,13 +36,14 @@
<start-class>it.polimi.diceH2020.SPACE4CloudWS.main.SPACE4CloudWS</start-class>
<java.version>1.8</java.version>
<jackson.version>2.7.4</jackson.version>
<DS4C-shared.version>0.3.0-RELEASE</DS4C-shared.version>
</properties>

<dependencies>
<dependency>
<groupId>it.polimi.diceH2020</groupId>
<artifactId>SPACE4Cloud-shared</artifactId>
<version>0.2.12-SNAPSHOT</version>
<version>${DS4C-shared.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 584fea7

Please sign in to comment.