We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d5f90 commit 838c834Copy full SHA for 838c834
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>com.github.jsqlparser</groupId>
4
<artifactId>jsqlparser</artifactId>
5
- <version>5.2-SNAPSHOT</version>
+ <version>5.2</version>
6
<name>JSQLParser library</name>
7
<inceptionYear>2004</inceptionYear>
8
<organization>
@@ -106,7 +106,7 @@
106
<connection>scm:git:https://github.com/JSQLParser/JSqlParser.git</connection>
107
<developerConnection>scm:git:ssh://[email protected]:JSQLParser/JSqlParser.git</developerConnection>
108
<url>https://github.com/JSQLParser/JSqlParser.git</url>
109
- <tag>HEAD</tag>
+ <tag>jsqlparser-5.2</tag>
110
</scm>
111
112
<issueManagement>
0 commit comments