We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66dd0cf commit 703c869Copy full SHA for 703c869
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.8-SNAPSHOT</version>
+ <version>4.8</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.8</tag>
111
</scm>
112
113
<issueManagement>
0 commit comments