Skip to content

Commit 213d927

Browse files
authored
chore: restore SNAPSHOT version (#2081)
2 parents 77aa86e + 3779921 commit 213d927

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ors-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<relativePath>../pom.xml</relativePath>
3131
<artifactId>openrouteservice</artifactId>
3232
<groupId>org.heigit.ors</groupId>
33-
<version>9.3.0</version>
33+
<version>9.4.0-SNAPSHOT</version>
3434
</parent>
3535

3636
<modelVersion>4.0.0</modelVersion>

ors-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<relativePath>../pom.xml</relativePath>
88
<artifactId>openrouteservice</artifactId>
99
<groupId>org.heigit.ors</groupId>
10-
<version>9.3.0</version>
10+
<version>9.4.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>ors-benchmark</artifactId>

ors-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<relativePath>../pom.xml</relativePath>
3131
<artifactId>openrouteservice</artifactId>
3232
<groupId>org.heigit.ors</groupId>
33-
<version>9.3.0</version>
33+
<version>9.4.0-SNAPSHOT</version>
3434
</parent>
3535

3636
<modelVersion>4.0.0</modelVersion>

ors-report-aggregation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<relativePath>../pom.xml</relativePath>
44
<artifactId>openrouteservice</artifactId>
55
<groupId>org.heigit.ors</groupId>
6-
<version>9.3.0</version>
6+
<version>9.4.0-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

ors-test-scenarios/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<relativePath>../pom.xml</relativePath>
88
<artifactId>openrouteservice</artifactId>
99
<groupId>org.heigit.ors</groupId>
10-
<version>9.3.0</version>
10+
<version>9.4.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>ors-test-scenarios</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>org.heigit.ors</groupId>
1313
<artifactId>openrouteservice</artifactId>
14-
<version>9.3.0</version>
14+
<version>9.4.0-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616
<name>openrouteservice</name>
1717
<url>https://openrouteservice.org</url>

0 commit comments

Comments
 (0)