Skip to content

Commit f048030

Browse files
committed
[maven-release-plugin] prepare release v22.0.0
1 parent 96441de commit f048030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>io.github.sebasbaumh</groupId>
44
<artifactId>postgis-java-ng</artifactId>
55
<!-- version for release -->
6-
<version>22.0.0-SNAPSHOT</version>
6+
<version>22.0.0</version>
77
<packaging>jar</packaging>
88
<name>PostGIS Java bindings</name>
99
<description>This project contains Java bindings for using PostGIS geometries coming from a PostgreSQL database.</description>
@@ -28,7 +28,7 @@
2828
<connection>scm:git:git://github.com/sebasbaumh/postgis-java-ng.git</connection>
2929
<developerConnection>scm:git:ssh://github.com:sebasbaumh/postgis-java-ng.git</developerConnection>
3030
<url>https://github.com/sebasbaumh/postgis-java-ng/tree/master</url>
31-
<tag>HEAD</tag>
31+
<tag>v22.0.0</tag>
3232
</scm>
3333
<!-- Sonatype repository -->
3434
<distributionManagement>

0 commit comments

Comments
 (0)