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
3 changes: 1 addition & 2 deletions commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>orbisdata</artifactId>
<version>2.1.2</version>
<version>2.1.2-SNAPSHOT</version>
</parent>
<artifactId>commons</artifactId>
<version>2.1.2</version>
<packaging>bundle</packaging>

<!-- Project Information -->
Expand Down
3 changes: 1 addition & 2 deletions data/data-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>data</artifactId>
<version>2.1.2</version>
<version>2.1.2-SNAPSHOT</version>
</parent>
<groupId>org.orbisgis.data</groupId>
<artifactId>data-api</artifactId>
<version>2.1.2</version>
<packaging>bundle</packaging>

<!-- Project Information -->
Expand Down
3 changes: 1 addition & 2 deletions data/dataframe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>data</artifactId>
<version>2.1.2</version>
<version>2.1.2-SNAPSHOT</version>
</parent>
<groupId>org.orbisgis.data</groupId>
<artifactId>dataframe</artifactId>
<version>2.1.2</version>
<packaging>bundle</packaging>

<!-- Project Information -->
Expand Down
3 changes: 1 addition & 2 deletions data/h2gis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>data</artifactId>
<version>2.1.2</version>
<version>2.1.2-SNAPSHOT</version>
</parent>
<groupId>org.orbisgis.data</groupId>
<artifactId>h2gis</artifactId>
<version>2.1.2</version>
<packaging>bundle</packaging>

<!-- Project Information -->
Expand Down
3 changes: 1 addition & 2 deletions data/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>data</artifactId>
<version>2.1.2</version>
<version>2.1.2-SNAPSHOT</version>
</parent>
<groupId>org.orbisgis.data</groupId>
<artifactId>jdbc</artifactId>
<version>2.1.2</version>
<packaging>bundle</packaging>

<!-- Project Information -->
Expand Down
3 changes: 1 addition & 2 deletions data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>orbisdata</artifactId>
<version>2.1.2</version>
<version>2.1.2-SNAPSHOT</version>
</parent>
<artifactId>data</artifactId>
<version>2.1.2</version>
<packaging>pom</packaging>

<!-- Project Information -->
Expand Down
3 changes: 1 addition & 2 deletions data/postgis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>data</artifactId>
<version>2.1.2</version>
<version>2.1.2-SNAPSHOT</version>
</parent>
<groupId>org.orbisgis.data</groupId>
<artifactId>postgis</artifactId>
<version>2.1.2</version>
<packaging>bundle</packaging>

<!-- Project Information -->
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 project names in pom
- Fix project names and version in poms
- Update to H2GIS 2.2.5
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.orbisgis</groupId>
<artifactId>orbisdata</artifactId>
<version>2.1.2</version>
<version>2.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>commons</module>
Expand Down Expand Up @@ -619,7 +619,7 @@
<connection>scm:git:https://github.com/orbisgis/orbisdata.git</connection>
<developerConnection>scm:git:https://github.com/orbisgis/orbisdata.git</developerConnection>
<url>git@github.com:orbisgis/orbisdata.git</url>
<tag>v2.1.2</tag>
<tag>HEAD</tag>
</scm>

<repositories>
Expand Down
1 change: 0 additions & 1 deletion process/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<version>2.1.2-SNAPSHOT</version>
</parent>
<artifactId>process</artifactId>
<version>2.1.2-SNAPSHOT</version>
<packaging>bundle</packaging>

<!-- Properties -->
Expand Down