We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81159b4 commit 641f304Copy full SHA for 641f304
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.3-SNAPSHOT</version>
+ <version>0.8.3</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.8.3</tag>
22
</scm>
23
24
<developers>
0 commit comments