Skip to content

Commit 4fdea9d

Browse files
author
Román SG
committed
Release 0.3.0
1 parent e8c33d7 commit 4fdea9d

File tree

7 files changed

+28
-20
lines changed

7 files changed

+28
-20
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ Read the [Installation Guide][3]
2828
* MODACLOUDS_MYSQL_USERNAME
2929
* MODACLOUDS_MYSQL_PASSWORD
3030

31+
## Change List ##
32+
33+
v0.3.0:
34+
35+
* Handling of master/slaves agreements
36+
* Several modifications to be mOS-guidelines compliant
37+
* Generation of mOS package
38+
3139

3240
##License##
3341

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>eu.modaclouds.sla.core</groupId>
55
<artifactId>parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.3.0-SNAPSHOT</version>
7+
<version>0.3.0</version>
88
<name>SLA parent</name>
99

1010
<modules>

sla-enforcement/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.modaclouds.sla.core</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.3.0-SNAPSHOT</version>
7+
<version>0.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>sla-enforcement</artifactId>
@@ -58,13 +58,13 @@
5858
<dependency>
5959
<groupId>eu.modaclouds.sla.core</groupId>
6060
<artifactId>sla-repository</artifactId>
61-
<version>0.3.0-SNAPSHOT</version>
61+
<version>0.3.0</version>
6262
</dependency>
6363

6464
<dependency>
6565
<groupId>eu.modaclouds.sla.core</groupId>
6666
<artifactId>sla-repository</artifactId>
67-
<version>0.3.0-SNAPSHOT</version>
67+
<version>0.3.0</version>
6868
<type>test-jar</type>
6969
<scope>test</scope>
7070
</dependency>

sla-personalization/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.modaclouds.sla.core</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>sla-personalization</artifactId>
@@ -24,19 +24,19 @@
2424
<dependency>
2525
<groupId>eu.modaclouds.sla.core</groupId>
2626
<artifactId>sla-enforcement</artifactId>
27-
<version>0.3.0-SNAPSHOT</version>
27+
<version>0.3.0</version>
2828
</dependency>
2929

3030
<dependency>
3131
<groupId>eu.modaclouds.sla.core</groupId>
3232
<artifactId>sla-repository</artifactId>
33-
<version>0.3.0-SNAPSHOT</version>
33+
<version>0.3.0</version>
3434
</dependency>
3535

3636
<dependency>
3737
<groupId>eu.modaclouds.sla.core</groupId>
3838
<artifactId>sla-tools</artifactId>
39-
<version>0.3.0-SNAPSHOT</version>
39+
<version>0.3.0</version>
4040
</dependency>
4141

4242
<dependency>

sla-repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>eu.modaclouds.sla.core</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.3.0-SNAPSHOT</version>
9+
<version>0.3.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>sla-repository</artifactId>

sla-service/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.modaclouds.sla.core</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.3.0-SNAPSHOT</version>
7+
<version>0.3.0</version>
88
</parent>
99
<artifactId>sla-service</artifactId>
1010
<packaging>war</packaging>
@@ -279,44 +279,44 @@
279279
<dependency>
280280
<groupId>eu.modaclouds.sla.core</groupId>
281281
<artifactId>sla-enforcement</artifactId>
282-
<version>0.3.0-SNAPSHOT</version>
282+
<version>0.3.0</version>
283283
</dependency>
284284
<dependency>
285285
<groupId>eu.modaclouds.sla.core</groupId>
286286
<artifactId>sla-enforcement</artifactId>
287-
<version>0.3.0-SNAPSHOT</version>
287+
<version>0.3.0</version>
288288
<type>test-jar</type>
289289
<scope>test</scope>
290290
</dependency>
291291

292292
<dependency>
293293
<groupId>eu.modaclouds.sla.core</groupId>
294294
<artifactId>sla-repository</artifactId>
295-
<version>0.3.0-SNAPSHOT</version>
295+
<version>0.3.0</version>
296296
</dependency>
297297
<dependency>
298298
<groupId>eu.modaclouds.sla.core</groupId>
299299
<artifactId>sla-repository</artifactId>
300-
<version>0.3.0-SNAPSHOT</version>
300+
<version>0.3.0</version>
301301
<type>test-jar</type>
302302
<scope>test</scope>
303303
</dependency>
304304
<dependency>
305305
<groupId>eu.modaclouds.sla.core</groupId>
306306
<artifactId>sla-tools</artifactId>
307-
<version>0.3.0-SNAPSHOT</version>
307+
<version>0.3.0</version>
308308
</dependency>
309309
<dependency>
310310
<groupId>eu.modaclouds.sla.core</groupId>
311311
<artifactId>sla-tools</artifactId>
312-
<version>0.3.0-SNAPSHOT</version>
312+
<version>0.3.0</version>
313313
<type>test-jar</type>
314314
<scope>test</scope>
315315
</dependency>
316316
<dependency>
317317
<groupId>eu.modaclouds.sla.core</groupId>
318318
<artifactId>sla-personalization</artifactId>
319-
<version>0.3.0-SNAPSHOT</version>
319+
<version>0.3.0</version>
320320
</dependency>
321321

322322
<dependency>

sla-tools/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.modaclouds.sla.core</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010
<artifactId>sla-tools</artifactId>
1111
<packaging>jar</packaging>
@@ -40,13 +40,13 @@
4040
<dependency>
4141
<groupId>eu.modaclouds.sla.core</groupId>
4242
<artifactId>sla-enforcement</artifactId>
43-
<version>0.3.0-SNAPSHOT</version>
43+
<version>0.3.0</version>
4444
</dependency>
4545

4646
<dependency>
4747
<groupId>eu.modaclouds.sla.core</groupId>
4848
<artifactId>sla-repository</artifactId>
49-
<version>0.3.0-SNAPSHOT</version>
49+
<version>0.3.0</version>
5050
</dependency>
5151

5252
<dependency>

0 commit comments

Comments
 (0)