Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Román SG committed Nov 5, 2015
1 parent 36cafd6 commit 1102885
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<name>SLA parent</name>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions sla-enforcement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sla-enforcement</artifactId>
Expand Down Expand Up @@ -76,13 +76,13 @@
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-repository</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-repository</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions sla-personalization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sla-personalization</artifactId>
Expand All @@ -42,19 +42,19 @@
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-enforcement</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-repository</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-tools</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sla-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sla-repository</artifactId>
Expand Down
16 changes: 8 additions & 8 deletions sla-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>sla-service</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -297,44 +297,44 @@
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-enforcement</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-enforcement</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-repository</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-repository</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-tools</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-tools</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-personalization</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions sla-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>sla-tools</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -58,13 +58,13 @@
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-enforcement</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-repository</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1102885

Please sign in to comment.