Skip to content

Commit

Permalink
Release as 1.1.1-beta-2
Browse files Browse the repository at this point in the history
using self-build ignite version 2.14.0-heigit1
  • Loading branch information
joker234 committed Mar 13, 2023
1 parent 1df0b42 commit 0353fc9
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions oshdb-api-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.1.1-beta-1</version>
<version>1.1.1-beta-2</version>
</parent>

<artifactId>oshdb-api-ignite</artifactId>
<name>OSHDB API – Ignite backend</name>
<description>Backend implementation of the OSHDB API which runs queries on an Apache Ignite cluster.</description>

<properties>
<ignite.version>2.14.0-heigit-jdk17-0</ignite.version>
<ignite.version>2.14.0-heigit1</ignite.version>
<argLine>
--add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED
--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED
Expand Down
2 changes: 1 addition & 1 deletion oshdb-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.1.1-beta-1</version>
<version>1.1.1-beta-2</version>
</parent>

<artifactId>oshdb-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.1.1-beta-1</version>
<version>1.1.1-beta-2</version>
</parent>

<artifactId>oshdb-filter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-helpers/oshdb-application-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-helpers</artifactId>
<version>1.1.1-beta-1</version>
<version>1.1.1-beta-2</version>
</parent>

<artifactId>oshdb-application-template</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-helpers/oshdb-database-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-helpers</artifactId>
<version>1.1.1-beta-1</version>
<version>1.1.1-beta-2</version>
</parent>

<artifactId>oshdb-database-driver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-helpers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.1.1-beta-1</version>
<version>1.1.1-beta-2</version>
</parent>

<artifactId>oshdb-helpers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-oshpbf-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.1.1-beta-1</version>
<version>1.1.1-beta-2</version>
</parent>

<artifactId>oshdb-oshpbf-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.1.1-beta-1</version>
<version>1.1.1-beta-2</version>
</parent>

<artifactId>oshdb-tool</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.1.1-beta-1</version>
<version>1.1.1-beta-2</version>
</parent>

<artifactId>oshdb-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.1.1-beta-1</version>
<version>1.1.1-beta-2</version>
</parent>

<artifactId>oshdb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>oshdb-parent</artifactId>
<version>1.1.1-beta-1</version>
<version>1.1.1-beta-2</version>
<name>OSHDB parent module</name>
<description>Common dependencies, settings and profiles that are shared by all components of the OSHDB</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit 0353fc9

Please sign in to comment.