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