Skip to content

Commit

Permalink
[maven-release-plugin] prepare release postgis-java-aggregator-2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipross committed Aug 2, 2024
1 parent da61020 commit 87f31a7
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.postgis</groupId>
<artifactId>postgis-java-aggregator</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
<packaging>pom</packaging>

<name>PostGIS Java Project</name>
Expand Down Expand Up @@ -79,7 +79,7 @@
<url>https://github.com/postgis/postgis-java</url>
<connection>scm:git:git://github.com/postgis/postgis-java.git</connection>
<developerConnection>scm:git:[email protected]:postgis/postgis-java.git</developerConnection>
<tag>HEAD</tag>
<tag>postgis-java-aggregator-2024.1.0</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down
6 changes: 3 additions & 3 deletions postgis-jdbc-geometry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>net.postgis</groupId>
<artifactId>postgis-java-aggregator</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
</parent>

<artifactId>postgis-geometry</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
<packaging>jar</packaging>

<name>PostGIS Geometry</name>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>net.postgis.tools</groupId>
<artifactId>test-utils</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions postgis-jdbc-java2d/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>net.postgis</groupId>
<artifactId>postgis-java-aggregator</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
</parent>

<artifactId>postgis-jdbc-java2d</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
<packaging>jar</packaging>

<name>postgis-jdbc-java2d</name>
Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
</dependency>
<dependency>
<groupId>net.postgis.tools</groupId>
<artifactId>test-utils</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions postgis-jdbc-jts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>net.postgis</groupId>
<artifactId>postgis-java-aggregator</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
</parent>

<artifactId>postgis-jdbc-jts</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
<packaging>jar</packaging>

<name>Postgis JDBC Driver JTS Parser</name>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
</dependency>
<dependency>
<groupId>org.locationtech.jts</groupId>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>net.postgis.tools</groupId>
<artifactId>test-utils</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions postgis-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>net.postgis</groupId>
<artifactId>postgis-java-aggregator</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
</parent>

<artifactId>postgis-jdbc</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
<packaging>jar</packaging>

<name>Postgis JDBC Driver</name>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-geometry</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>net.postgis.tools</groupId>
<artifactId>test-utils</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>postgis-java-aggregator</artifactId>
<groupId>net.postgis</groupId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
</parent>

<artifactId>tools</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
<packaging>pom</packaging>

<name>Tools</name>
Expand Down
10 changes: 5 additions & 5 deletions tools/smoketest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>tools</artifactId>
<groupId>net.postgis</groupId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
</parent>

<artifactId>smoketest</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
<packaging>jar</packaging>

<name>smoketest</name>
Expand All @@ -26,12 +26,12 @@
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
</dependency>
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc-java2d</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>net.postgis.tools</groupId>
<artifactId>test-utils</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions tools/test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>net.postgis</groupId>
<artifactId>tools</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>
</parent>

<groupId>net.postgis.tools</groupId>
<artifactId>test-utils</artifactId>
<version>2023.1.1-SNAPSHOT</version>
<version>2024.1.0</version>

<name>Test Utilities</name>
<description>Tools to facilities building and maintaining test suites</description>
Expand Down

0 comments on commit 87f31a7

Please sign in to comment.