Skip to content

Commit

Permalink
update snapshot version to 1.3.0 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
joker234 authored Sep 1, 2023
1 parent a32fa7a commit e2ab9ae
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

## 1.3.0-SNAPSHOT (current master)


## 1.2.0

### new features
Expand Down
2 changes: 1 addition & 1 deletion oshdb-api-ignite/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.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>oshdb-api-ignite</artifactId>
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.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</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.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</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.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</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.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</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.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</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.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</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.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</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.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</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.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</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.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</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 e2ab9ae

Please sign in to comment.