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 a8b3e71 commit 56d409eCopy full SHA for 56d409e
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>com.github.jsqlparser</groupId>
4
<artifactId>jsqlparser</artifactId>
5
- <version>1.3-SNAPSHOT</version>
+ <version>1.3</version>
6
<name>JSQLParser library</name>
7
<inceptionYear>2004</inceptionYear>
8
<organization>
@@ -73,7 +73,7 @@
73
<connection>scm:git:https://github.com/JSQLParser/JSqlParser.git</connection>
74
<developerConnection>scm:git:ssh://git@github.com:JSQLParser/JSqlParser.git</developerConnection>
75
<url>https://github.com/JSQLParser/JSqlParser.git</url>
76
- <tag>HEAD</tag>
+ <tag>jsqlparser-1.3</tag>
77
</scm>
78
79
<issueManagement>
0 commit comments