Skip to content

Commit

Permalink
Prepearing release v0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleGuerriero committed Mar 13, 2017
1 parent aa49607 commit 72bb930
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>dicer</groupId>
<artifactId>dicer.parent</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion dicer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dicer</groupId>
<artifactId>dicer.parent</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</parent>
<artifactId>dicer-core</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
@SuppressWarnings("all")
public class ToscaDslStandaloneSetup extends ToscaDslStandaloneSetupGenerated {
public static void doSetup() {
new ToscaDslStandaloneSetup().createInjectorAndDoEMFRegistration();
ToscaDslStandaloneSetup _toscaDslStandaloneSetup = new ToscaDslStandaloneSetup();
_toscaDslStandaloneSetup.createInjectorAndDoEMFRegistration();
}
}
4 changes: 2 additions & 2 deletions dicer-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dicer</groupId>
<artifactId>dicer.parent</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</parent>
<artifactId>dicer-service</artifactId>
<name>dicer-service</name>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>dicer</groupId>
<artifactId>dicer-core</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>dicer</groupId>
<artifactId>dicer.parent</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>dicer</groupId>
<version>0.1.0</version>
<version>0.2.0</version>
<artifactId>dicer.parent</artifactId>
<packaging>pom</packaging>

<parent>
<groupId>it.polimi.dice.lwdg</groupId>
<artifactId>it.polimi.dice.lwdg.configuration</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<relativePath>.\releng\it.polimi.dice.lwdg.configuration</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/it.polimi.dice.lwdg.configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.polimi.dice.lwdg</groupId>
<artifactId>it.polimi.dice.lwdg.configuration</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion releng/it.polimi.dice.lwdg.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.polimi.dice.lwdg</groupId>
<artifactId>it.polimi.dice.lwdg.releng</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>dicer</groupId>
<artifactId>dicer.parent</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 72bb930

Please sign in to comment.