Skip to content

Commit

Permalink
Updated to version 5.0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
Change-Id: Ie8a74e924cd997c2d6ff50e7fa5df37fc48e0824
Signed-off-by: d061465 <[email protected]>
  • Loading branch information
d061465 committed Apr 9, 2014
1 parent 2812873 commit 3a4780b
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 42 deletions.
8 changes: 4 additions & 4 deletions org.sopeco.analysis.wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
<parent>
<artifactId>org.sopeco.core.parent</artifactId>
<groupId>org.sopeco.core</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<relativePath>../org.sopeco.core.parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.config</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.persistence</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.engine</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions org.sopeco.config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<parent>
<artifactId>org.sopeco.core.parent</artifactId>
<groupId>org.sopeco.core</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<relativePath>../org.sopeco.core.parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.util</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion org.sopeco.core.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.core.parent</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Software Performance Cockpit - Core</name>

Expand Down
10 changes: 5 additions & 5 deletions org.sopeco.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>org.sopeco.core.parent</artifactId>
<groupId>org.sopeco.core</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<relativePath>../org.sopeco.core.parent</relativePath>
</parent>

Expand All @@ -19,22 +19,22 @@
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.engine</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.util</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.config</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.persistence</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions org.sopeco.engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
<parent>
<artifactId>org.sopeco.core.parent</artifactId>
<groupId>org.sopeco.core</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<relativePath>../org.sopeco.core.parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.util</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.config</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.persistence</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion org.sopeco.hyperic.sigar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>org.sopeco.core.parent</artifactId>
<groupId>org.sopeco.core</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<relativePath>../org.sopeco.core.parent</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions org.sopeco.persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
<parent>
<artifactId>org.sopeco.core.parent</artifactId>
<groupId>org.sopeco.core</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<relativePath>../org.sopeco.core.parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.util</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.config</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions org.sopeco.plugin.std.analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
<parent>
<artifactId>org.sopeco.core.parent</artifactId>
<groupId>org.sopeco.core</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<relativePath>../org.sopeco.core.parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.core</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.analysis.wrapper</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions org.sopeco.plugin.std.constantassignment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<parent>
<artifactId>org.sopeco.core.parent</artifactId>
<groupId>org.sopeco.core</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<relativePath>../org.sopeco.core.parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.core</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions org.sopeco.plugin.std.exploration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>org.sopeco.core.parent</artifactId>
<groupId>org.sopeco.core</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<relativePath>../org.sopeco.core.parent</relativePath>
</parent>

Expand All @@ -19,17 +19,17 @@
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.core</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.analysis.wrapper</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.plugin.std.parametervariation</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions org.sopeco.plugin.std.parametervariation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<parent>
<artifactId>org.sopeco.core.parent</artifactId>
<groupId>org.sopeco.core</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<relativePath>../org.sopeco.core.parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.core</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions org.sopeco.plugin.std.processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<parent>
<artifactId>org.sopeco.core.parent</artifactId>
<groupId>org.sopeco.core</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<relativePath>../org.sopeco.core.parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.core</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
14 changes: 7 additions & 7 deletions org.sopeco.runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,42 @@
<parent>
<artifactId>org.sopeco.core.parent</artifactId>
<groupId>org.sopeco.core</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<relativePath>../org.sopeco.core.parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.core</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.plugin.std.parametervariation</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.plugin.std.exploration</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.plugin.std.analysis</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.plugin.std.constantassignment</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.plugin.std.processing</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions org.sopeco.util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<parent>
<artifactId>org.sopeco.core.parent</artifactId>
<groupId>org.sopeco.core</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
<relativePath>../org.sopeco.core.parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.sopeco.core</groupId>
<artifactId>org.sopeco.hyperic.sigar</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3a4780b

Please sign in to comment.