Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jdbc-util-13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Feb 20, 2023
1 parent 4689007 commit 28f9f13
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>13.3-SNAPSHOT</version>
<version>13.3</version>
<packaging>jar</packaging>
<name>JDBC Util</name>
<description>JDBC utilities: Converter for geometries and other useful things</description>
Expand All @@ -12,7 +12,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-01-20T10:21:31Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-02-20T09:47:56Z</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 Expand Up @@ -46,7 +46,7 @@
<developerConnection>scm:git:git@github.com:B3Partners/jdbc-util.git</developerConnection>
<connection>scm:git:git@github.com:B3Partners/jdbc-util.git</connection>
<url>https://github.com/B3Partners/jdbc-util/</url>
<tag>HEAD</tag>
<tag>jdbc-util-13.3</tag>
</scm>
<distributionManagement>
<repository>
Expand Down

0 comments on commit 28f9f13

Please sign in to comment.