We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7e63c commit 7ea33baCopy full SHA for 7ea33ba
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.github.marschall</groupId>
5
<artifactId>stored-procedure-proxy</artifactId>
6
- <version>0.8.4-SNAPSHOT</version>
+ <version>0.9.0</version>
7
<inceptionYear>2016</inceptionYear>
8
<name>Stored Procedure Proxy</name>
9
<description>Proxies through which to call stored procedures.</description>
@@ -18,7 +18,7 @@
18
<connection>scm:git:[email protected]:marschall/stored-procedure-proxy.git</connection>
19
<developerConnection>scm:git:[email protected]:marschall/stored-procedure-proxy.git</developerConnection>
20
<url>${project.url}</url>
21
- <tag>HEAD</tag>
+ <tag>0.9.0</tag>
22
</scm>
23
24
<developers>
0 commit comments