We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086ce2b commit b3d857fCopy full SHA for b3d857f
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.1-SNAPSHOT</version>
+ <version>5.1</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://git@github.com:JSQLParser/JSqlParser.git</developerConnection>
108
<url>https://github.com/JSQLParser/JSqlParser.git</url>
109
- <tag>HEAD</tag>
+ <tag>jsqlparser-5.1</tag>
110
</scm>
111
112
<issueManagement>
0 commit comments