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 c39edda commit b576de7Copy full SHA for b576de7
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.7-SNAPSHOT</version>
+ <version>0.9.7</version>
6
<name>JSQLParser library</name>
7
<inceptionYear>2004</inceptionYear>
8
<organization>
@@ -61,7 +61,7 @@
61
<connection>scm:git:https://github.com/JSQLParser/JSqlParser.git</connection>
62
<developerConnection>scm:git:ssh://[email protected]:JSQLParser/JSqlParser.git</developerConnection>
63
<url>https://github.com/JSQLParser/JSqlParser.git</url>
64
- <tag>HEAD</tag>
+ <tag>jsqlparser-0.9.7</tag>
65
</scm>
66
67
<issueManagement>
0 commit comments