Skip to content

Commit f0b43e8

Browse files
committed
[maven-release-plugin] prepare release 1.5.1
1 parent de8ca1e commit f0b43e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>de.zalando</groupId>
1111
<artifactId>zalando-sprocwrapper</artifactId>
12-
<version>1.5.1-SNAPSHOT</version>
12+
<version>1.5.1</version>
1313
<packaging>jar</packaging>
1414
<name>Stored Procedure Wrapper</name>
1515
<description>Library to make PostgreSQL stored procedures available through simple Java "*SProcService" interfaces including automatic object serialization and deserialization (using typemapper and convention-over-configuration). Supports sharding, advisory locking, statement timeouts and PostgreSQL types such as enums and hstore.</description>
@@ -24,7 +24,7 @@
2424
<connection>scm:git:git://github.com/zalando/java-sproc-wrapper.git</connection>
2525
<developerConnection>scm:git:[email protected]:zalando/java-sproc-wrapper.git</developerConnection>
2626
<url>https://github.com/zalando/java-sproc-wrapper.git</url>
27-
<tag>HEAD</tag>
27+
<tag>1.5.1</tag>
2828
</scm>
2929

3030
<issueManagement>

0 commit comments

Comments
 (0)