Skip to content

Commit ecd74c2

Browse files
committed
Bumping version to 0.8.0
1 parent 78da0bc commit ecd74c2

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.oskopek.transport</groupId>
55
<artifactId>transport</artifactId>
6-
<version>0.8.0-SNAPSHOT</version>
6+
<version>0.8.0</version>
77
<packaging>pom</packaging>
88
<name>Transport multiproject parent</name>
99
<description>A problem editor, plan visualizer and set of planners for the Transport domain from the IPC 2008.</description>

transport-benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>transport</artifactId>
77
<groupId>com.oskopek.transport</groupId>
8-
<version>0.8.0-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>transport-benchmark</artifactId>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.oskopek.transport</groupId>
2828
<artifactId>transport-planners</artifactId>
29-
<version>0.8.0-SNAPSHOT</version>
29+
<version>0.8.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.assertj</groupId>

transport-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>transport</artifactId>
77
<groupId>com.oskopek.transport</groupId>
8-
<version>0.8.0-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.oskopek.transport</groupId>
2626
<artifactId>transport-thirdparty</artifactId>
27-
<version>0.8.0-SNAPSHOT</version>
27+
<version>0.8.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.assertj</groupId>

transport-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.oskopek.transport</groupId>
99
<artifactId>transport</artifactId>
10-
<version>0.8.0-SNAPSHOT</version>
10+
<version>0.8.0</version>
1111
</parent>
1212
<artifactId>transport-docs</artifactId>
1313
<name>Transport documentation</name>

transport-editor/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oskopek.transport</groupId>
66
<artifactId>transport</artifactId>
7-
<version>0.8.0-SNAPSHOT</version>
7+
<version>0.8.0</version>
88
</parent>
99
<artifactId>transport-editor</artifactId>
1010
<packaging>jar</packaging>
@@ -24,12 +24,12 @@
2424
<dependency>
2525
<groupId>com.oskopek.transport</groupId>
2626
<artifactId>transport-core</artifactId>
27-
<version>0.8.0-SNAPSHOT</version>
27+
<version>0.8.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.oskopek.transport</groupId>
3131
<artifactId>transport-planners</artifactId>
32-
<version>0.8.0-SNAPSHOT</version>
32+
<version>0.8.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.controlsfx</groupId>

transport-planners/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>transport</artifactId>
77
<groupId>com.oskopek.transport</groupId>
8-
<version>0.8.0-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>transport-planners</artifactId>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.oskopek.transport</groupId>
2828
<artifactId>transport-core</artifactId>
29-
<version>0.8.0-SNAPSHOT</version>
29+
<version>0.8.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.assertj</groupId>

transport-report/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>transport</artifactId>
77
<groupId>com.oskopek.transport</groupId>
8-
<version>0.8.0-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>transport-report</artifactId>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.oskopek.transport</groupId>
2828
<artifactId>transport-benchmark</artifactId>
29-
<version>0.8.0-SNAPSHOT</version>
29+
<version>0.8.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.assertj</groupId>

transport-thirdparty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>transport</artifactId>
77
<groupId>com.oskopek.transport</groupId>
8-
<version>0.8.0-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>transport-thirdparty</artifactId>

0 commit comments

Comments
 (0)