Skip to content

Commit 36ff2d3

Browse files
committed
[maven-release-plugin] prepare release jdbc-util-17.2
1 parent 88d79ec commit 36ff2d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>nl.b3p</groupId>
55
<artifactId>jdbc-util</artifactId>
6-
<version>17.2-SNAPSHOT</version>
6+
<version>17.2</version>
77
<packaging>jar</packaging>
88
<name>JDBC Util</name>
99
<description>JDBC utilities: Converter for geometries and other useful things</description>
@@ -22,7 +22,7 @@
2222
<scm>
2323
<connection>scm:git:git@github.com:B3Partners/jdbc-util.git</connection>
2424
<developerConnection>scm:git:git@github.com:B3Partners/jdbc-util.git</developerConnection>
25-
<tag>HEAD</tag>
25+
<tag>jdbc-util-17.2</tag>
2626
<url>https://github.com/B3Partners/jdbc-util/</url>
2727
</scm>
2828
<issueManagement>
@@ -50,7 +50,7 @@
5050
<java.version>11</java.version>
5151
<project.build.sourceVersion>${java.version}</project.build.sourceVersion>
5252
<project.build.targetVersion>${java.version}</project.build.targetVersion>
53-
<project.build.outputTimestamp>2024-05-28T07:30:41Z</project.build.outputTimestamp>
53+
<project.build.outputTimestamp>2024-06-17T07:46:26Z</project.build.outputTimestamp>
5454
<maven.compiler.source>${java.version}</maven.compiler.source>
5555
<maven.compiler.target>${java.version}</maven.compiler.target>
5656
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)