Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasbaumh committed Apr 26, 2022
1 parent 94b44c4 commit 0d9298e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.github.sebasbaumh</groupId>
<artifactId>postgis-java-ng</artifactId>
<!-- version for release -->
<version>22.1.0-SNAPSHOT</version>
<version>22.1.0</version>
<packaging>jar</packaging>
<name>PostGIS Java bindings</name>
<description>This project contains Java bindings for using PostGIS geometries coming from a PostgreSQL database.</description>
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:git://github.com/sebasbaumh/postgis-java-ng.git</connection>
<developerConnection>scm:git:ssh://github.com:sebasbaumh/postgis-java-ng.git</developerConnection>
<url>https://github.com/sebasbaumh/postgis-java-ng/tree/master</url>
<tag>HEAD</tag>
<tag>v22.1.0</tag>
</scm>
<!-- Sonatype repository -->
<distributionManagement>
Expand Down

0 comments on commit 0d9298e

Please sign in to comment.