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 13d29e0 commit d362072Copy full SHA for d362072
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.2-SNAPSHOT</version>
+ <version>0.9.2</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://git@github.com:JSQLParser/JSqlParser.git</developerConnection>
57
<url>https://github.com/JSQLParser/JSqlParser.git</url>
58
- <tag>HEAD</tag>
+ <tag>jsqlparser-0.9.2</tag>
59
</scm>
60
61
<issueManagement>
0 commit comments