Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jdbc-util-15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Jul 20, 2023
1 parent 74092d5 commit cbe9dd7
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>15.2-SNAPSHOT</version>
<version>15.2</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-15.2</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-05-23T09:14:10Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-07-20T06:51:31Z</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 cbe9dd7

Please sign in to comment.