Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jdbc-util-16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Nov 25, 2023
1 parent 70988f2 commit 4f9a5bd
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>16.1-SNAPSHOT</version>
<version>16.1</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:git@github.com:B3Partners/jdbc-util.git</connection>
<developerConnection>scm:git:git@github.com:B3Partners/jdbc-util.git</developerConnection>
<tag>HEAD</tag>
<tag>jdbc-util-16.1</tag>
<url>https://github.com/B3Partners/jdbc-util/</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -50,7 +50,7 @@
<java.version>11</java.version>
<project.build.sourceVersion>${java.version}</project.build.sourceVersion>
<project.build.targetVersion>${java.version}</project.build.targetVersion>
<project.build.outputTimestamp>2023-10-16T10:21:28Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-25T15:19:04Z</project.build.outputTimestamp>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 4f9a5bd

Please sign in to comment.