Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Román SG committed Jun 29, 2015
1 parent e9b94e6 commit 990481d
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 @@ -4,7 +4,7 @@
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>0.3.0</version>
<version>0.4.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 @@ -4,7 +4,7 @@
<parent>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>parent</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sla-enforcement</artifactId>
Expand Down Expand Up @@ -58,13 +58,13 @@
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-repository</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>

<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-repository</artifactId>
<version>0.3.0</version>
<version>0.4.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 @@ -5,7 +5,7 @@
<parent>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>parent</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sla-personalization</artifactId>
Expand All @@ -24,19 +24,19 @@
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-enforcement</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>

<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-repository</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>

<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-tools</artifactId>
<version>0.3.0</version>
<version>0.4.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 @@ -6,7 +6,7 @@
<parent>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>parent</artifactId>
<version>0.3.0</version>
<version>0.4.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 @@ -4,7 +4,7 @@
<parent>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>parent</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</parent>
<artifactId>sla-service</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -279,44 +279,44 @@
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-enforcement</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-enforcement</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-repository</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-repository</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-tools</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-tools</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-personalization</artifactId>
<version>0.3.0</version>
<version>0.4.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 @@ -5,7 +5,7 @@
<parent>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>parent</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</parent>
<artifactId>sla-tools</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -40,13 +40,13 @@
<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-enforcement</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>

<dependency>
<groupId>eu.modaclouds.sla.core</groupId>
<artifactId>sla-repository</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 990481d

Please sign in to comment.