From a6c49529c094cbc79dd341c611e4d6bfd968b8f8 Mon Sep 17 00:00:00 2001 From: ebocher Date: Thu, 22 Jan 2026 15:01:40 +0100 Subject: [PATCH 1/2] Fix pom --- commons/pom.xml | 4 ++++ data/data-api/pom.xml | 20 +++++++++++++------- data/dataframe/pom.xml | 20 +++++++++++++------- data/h2gis/pom.xml | 21 +++++++++++++-------- data/jdbc/pom.xml | 20 +++++++++++++------- data/pom.xml | 7 ------- data/postgis/pom.xml | 22 +++++++++++++--------- pom.xml | 7 +++---- process/pom.xml | 7 ------- 9 files changed, 72 insertions(+), 56 deletions(-) diff --git a/commons/pom.xml b/commons/pom.xml index 23beac89..83d40530 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -11,6 +11,10 @@ 2.1.2-SNAPSHOT bundle + + commons + Library to manage OrbisData utilities + UTF-8 diff --git a/data/data-api/pom.xml b/data/data-api/pom.xml index 1589f7ad..22f10b26 100644 --- a/data/data-api/pom.xml +++ b/data/data-api/pom.xml @@ -13,6 +13,10 @@ 2.1.2-SNAPSHOT bundle + + data-api + DATA API define extension point of OrbisData + UTF-8 @@ -84,13 +88,15 @@ org.apache.maven.plugins maven-javadoc-plugin + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + + - - - orbisgis-devs-website - Devs Website - file:/var/www/html/${project.parent.artifactId}/${project.artifactId} - - \ No newline at end of file diff --git a/data/dataframe/pom.xml b/data/dataframe/pom.xml index 5f917cf3..21978678 100644 --- a/data/dataframe/pom.xml +++ b/data/dataframe/pom.xml @@ -13,6 +13,10 @@ 2.1.2-SNAPSHOT bundle + + dataframe + Library to manage dataframe + UTF-8 @@ -135,13 +139,15 @@ org.apache.maven.plugins maven-javadoc-plugin + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + + - - - orbisgis-devs-website - Devs Website - file:/var/www/html/${project.parent.artifactId}/${project.artifactId} - - diff --git a/data/h2gis/pom.xml b/data/h2gis/pom.xml index 374c50c7..edc9a0e2 100644 --- a/data/h2gis/pom.xml +++ b/data/h2gis/pom.xml @@ -13,6 +13,10 @@ 2.1.2-SNAPSHOT bundle + + h2gis + Library to manage h2gis database + UTF-8 @@ -127,14 +131,15 @@ org.apache.maven.plugins maven-javadoc-plugin + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + + - - - orbisgis-devs-website - Devs Website - file:/var/www/html/${project.parent.artifactId}/${project.artifactId} - - - \ No newline at end of file diff --git a/data/jdbc/pom.xml b/data/jdbc/pom.xml index 97cb7911..cde010d8 100644 --- a/data/jdbc/pom.xml +++ b/data/jdbc/pom.xml @@ -13,6 +13,10 @@ 2.1.2-SNAPSHOT bundle + + jdbc + Library to manage jdbc connection + UTF-8 @@ -116,13 +120,15 @@ org.apache.maven.plugins maven-javadoc-plugin + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + + - - - orbisgis-devs-website - Devs Website - file:/var/www/html/${project.parent.artifactId}/${project.artifactId} - - diff --git a/data/pom.xml b/data/pom.xml index 0d873860..d803a9cf 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -63,11 +63,4 @@ - - - orbisgis-devs-website - Devs Website - file:/var/www/html/${project.artifactId} - - diff --git a/data/postgis/pom.xml b/data/postgis/pom.xml index 067719f8..4deecec2 100644 --- a/data/postgis/pom.xml +++ b/data/postgis/pom.xml @@ -13,6 +13,10 @@ 2.1.2-SNAPSHOT bundle + + postgis + Library to manage postgis database + UTF-8 @@ -109,15 +113,15 @@ org.apache.maven.plugins maven-javadoc-plugin + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + + - - - orbisgis-devs-website - Devs Website - file:/var/www/html/${project.parent.artifactId}/${project.artifactId} - - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 64b05a4c..89863b89 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ commons data - process + @@ -130,12 +130,12 @@ ${project.version} compile - + org.orbisgis.data h2gis @@ -650,5 +650,4 @@ - diff --git a/process/pom.xml b/process/pom.xml index 670067c5..635e82ee 100644 --- a/process/pom.xml +++ b/process/pom.xml @@ -88,11 +88,4 @@ - - - orbisgis-devs-website - Devs Website - file:/var/www/html/${project.parent.artifactId}/${project.artifactId} - - \ No newline at end of file From d6c255c1a774a4446575c906369a76ab9b1b98b8 Mon Sep 17 00:00:00 2001 From: ebocher Date: Thu, 22 Jan 2026 15:06:22 +0100 Subject: [PATCH 2/2] Fix pom --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a16dc9d9..942f8e5d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,3 +8,4 @@ - 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