We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1603487 commit fc1bc37Copy full SHA for fc1bc37
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>com.github.jsqlparser</groupId>
4
<artifactId>jsqlparser</artifactId>
5
- <version>0.9.3-SNAPSHOT</version>
+ <version>0.9.3</version>
6
<name>JSQLParser library</name>
7
<inceptionYear>2004</inceptionYear>
8
<organization>
@@ -55,7 +55,7 @@
55
<connection>scm:git:https://github.com/JSQLParser/JSqlParser.git</connection>
56
<developerConnection>scm:git:ssh://[email protected]:JSQLParser/JSqlParser.git</developerConnection>
57
<url>https://github.com/JSQLParser/JSqlParser.git</url>
58
- <tag>HEAD</tag>
+ <tag>jsqlparser-0.9.3</tag>
59
</scm>
60
61
<issueManagement>
0 commit comments