Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jdbc-util-18.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Dec 24, 2024
1 parent 1e8fe04 commit 5b2041b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.b3p</groupId>
<artifactId>jdbc-util</artifactId>
<version>18.2-SNAPSHOT</version>
<version>18.1.17</version>
<packaging>jar</packaging>
<name>JDBC Util</name>
<description>JDBC utilities: Converter for geometries and other useful things</description>
Expand All @@ -22,7 +22,7 @@
<scm>
<connection>scm:git:[email protected]:B3Partners/jdbc-util.git</connection>
<developerConnection>scm:git:[email protected]:B3Partners/jdbc-util.git</developerConnection>
<tag>HEAD</tag>
<tag>jdbc-util-18.1.17</tag>
<url>https://github.com/B3Partners/jdbc-util/</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -50,7 +50,7 @@
<java.version>17</java.version>
<project.build.sourceVersion>${java.version}</project.build.sourceVersion>
<project.build.targetVersion>${java.version}</project.build.targetVersion>
<project.build.outputTimestamp>2024-11-19T08:26:30Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-12-24T11:42:53Z</project.build.outputTimestamp>
<maven.compiler.release>${java.version}</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 5b2041b

Please sign in to comment.