Skip to content

Commit

Permalink
release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenWickner committed Sep 14, 2017
1 parent 6554f4f commit d316453
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<packaging>pom</packaging>
<name>scitos</name>
<description>parent project of SciToS</description>
Expand All @@ -18,7 +18,7 @@
</modules>

<properties>
<scitos.version>2.0.0</scitos.version>
<scitos.version>2.1.0</scitos.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
Expand Down Expand Up @@ -189,4 +189,4 @@
<issueManagement>
<url>https://github.com/scientific-tool-set/scitos/issues</url>
</issueManagement>
</project>
</project>
4 changes: 2 additions & 2 deletions scitos.ais/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>
<artifactId>scitos.ais</artifactId>
<packaging>pom</packaging>
Expand All @@ -16,4 +16,4 @@
<module>scitos.ais.core</module>
<module>scitos.ais.view</module>
</modules>
</project>
</project>
4 changes: 2 additions & 2 deletions scitos.ais/scitos.ais.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos.ais</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>
<artifactId>scitos.ais.core</artifactId>
<name>scitos.ais.core</name>
Expand Down Expand Up @@ -35,4 +35,4 @@
<artifactId>scitos.ais.domain</artifactId>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions scitos.ais/scitos.ais.domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos.ais</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>
<artifactId>scitos.ais.domain</artifactId>
<description>domain project of the SciToS module AIS</description>
Expand All @@ -30,4 +30,4 @@
<artifactId>scitos.domain</artifactId>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions scitos.ais/scitos.ais.view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos.ais</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>
<artifactId>scitos.ais.view</artifactId>
<name>scitos.ais.view</name>
Expand Down Expand Up @@ -57,4 +57,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions scitos.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>
<artifactId>scitos.core</artifactId>
<name>scitos.core</name>
Expand All @@ -25,4 +25,4 @@
<artifactId>scitos.domain</artifactId>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions scitos.distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>
<artifactId>scitos.distribution</artifactId>

Expand Down Expand Up @@ -65,4 +65,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions scitos.domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>
<artifactId>scitos.domain</artifactId>
<name>scitos.domain</name>
Expand All @@ -25,4 +25,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions scitos.hmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>
<artifactId>scitos.hmx</artifactId>
<packaging>pom</packaging>
Expand All @@ -16,4 +16,4 @@
<module>scitos.hmx.core</module>
<module>scitos.hmx.view</module>
</modules>
</project>
</project>
4 changes: 2 additions & 2 deletions scitos.hmx/scitos.hmx.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos.hmx</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>
<artifactId>scitos.hmx.core</artifactId>
<name>scitos.hmx.core</name>
Expand Down Expand Up @@ -35,4 +35,4 @@
<artifactId>scitos.hmx.domain</artifactId>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions scitos.hmx/scitos.hmx.domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos.hmx</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>
<artifactId>scitos.hmx.domain</artifactId>
<description>domain project of the SciToS module HmX</description>
Expand All @@ -30,4 +30,4 @@
<artifactId>scitos.domain</artifactId>
</dependency>
</dependencies>
</project>
</project>
2 changes: 1 addition & 1 deletion scitos.hmx/scitos.hmx.view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos.hmx</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>
<artifactId>scitos.hmx.view</artifactId>
<name>scitos.hmx.view</name>
Expand Down
4 changes: 2 additions & 2 deletions scitos.view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>
<artifactId>scitos.view</artifactId>
<name>scitos.view</name>
Expand Down Expand Up @@ -54,4 +54,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit d316453

Please sign in to comment.