Skip to content

Commit

Permalink
Bumping version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Jun 20, 2017
1 parent 022c01b commit 70db127
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.oskopek.transport</groupId>
<artifactId>transport</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>pom</packaging>
<name>Transport multiproject parent</name>
<description>A problem editor, plan visualizer and set of planners for the Transport domain from the IPC 2008.</description>
Expand Down
4 changes: 2 additions & 2 deletions transport-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>transport</artifactId>
<groupId>com.oskopek.transport</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>transport-benchmark</artifactId>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.oskopek.transport</groupId>
<artifactId>transport-planners</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down
4 changes: 2 additions & 2 deletions transport-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>transport</artifactId>
<groupId>com.oskopek.transport</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.oskopek.transport</groupId>
<artifactId>transport-thirdparty</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down
2 changes: 1 addition & 1 deletion transport-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.oskopek.transport</groupId>
<artifactId>transport</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<artifactId>transport-docs</artifactId>
<name>Transport documentation</name>
Expand Down
6 changes: 3 additions & 3 deletions transport-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.oskopek.transport</groupId>
<artifactId>transport</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<artifactId>transport-editor</artifactId>
<packaging>jar</packaging>
Expand All @@ -24,12 +24,12 @@
<dependency>
<groupId>com.oskopek.transport</groupId>
<artifactId>transport-core</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>com.oskopek.transport</groupId>
<artifactId>transport-planners</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.controlsfx</groupId>
Expand Down
4 changes: 2 additions & 2 deletions transport-planners/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>transport</artifactId>
<groupId>com.oskopek.transport</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>transport-planners</artifactId>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.oskopek.transport</groupId>
<artifactId>transport-core</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down
4 changes: 2 additions & 2 deletions transport-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>transport</artifactId>
<groupId>com.oskopek.transport</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>transport-report</artifactId>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.oskopek.transport</groupId>
<artifactId>transport-benchmark</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down
2 changes: 1 addition & 1 deletion transport-thirdparty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>transport</artifactId>
<groupId>com.oskopek.transport</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>transport-thirdparty</artifactId>
Expand Down

0 comments on commit 70db127

Please sign in to comment.