Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<artifactId>data</artifactId>
<version>2.1.2</version>
<packaging>pom</packaging>

<!-- Project Information -->
<name>data</name>
<description>OrbisData is a library that offers a unique access point to query, manage and retrieve data.
</description>
<modules>
<module>data-api</module>
<module>jdbc</module>
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
- Update to JTS 1.20.1-SNAPSHOT
- Update to H2GIS 2.2.4
- Add new signatures to create in memory database or database in the OS tmpdir
- Fix poms add project names
- Fix project names in pom
- Update to H2GIS 2.2.5