Skip to content

Commit 584fea7

Browse files
committed
Prepare 0.3.2-RELEASE
1 parent 05c0cee commit 584fea7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>it.polimi.diceH2020</groupId>
77
<artifactId>D-SPACE4Cloud</artifactId>
8-
<version>0.3.2-SNAPSHOT</version>
8+
<version>0.3.2-RELEASE</version>
99
<packaging>jar</packaging>
1010

1111
<organization>
@@ -36,13 +36,14 @@
3636
<start-class>it.polimi.diceH2020.SPACE4CloudWS.main.SPACE4CloudWS</start-class>
3737
<java.version>1.8</java.version>
3838
<jackson.version>2.7.4</jackson.version>
39+
<DS4C-shared.version>0.3.0-RELEASE</DS4C-shared.version>
3940
</properties>
4041

4142
<dependencies>
4243
<dependency>
4344
<groupId>it.polimi.diceH2020</groupId>
4445
<artifactId>SPACE4Cloud-shared</artifactId>
45-
<version>0.2.12-SNAPSHOT</version>
46+
<version>${DS4C-shared.version}</version>
4647
</dependency>
4748

4849
<dependency>

0 commit comments

Comments
 (0)