We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c2321 commit df3873cCopy full SHA for df3873c
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.4-SNAPSHOT</version>
+ <version>4.4</version>
6
<name>JSQLParser library</name>
7
<inceptionYear>2004</inceptionYear>
8
<organization>
@@ -97,7 +97,7 @@
97
<connection>scm:git:https://github.com/JSQLParser/JSqlParser.git</connection>
98
<developerConnection>scm:git:ssh://[email protected]:JSQLParser/JSqlParser.git</developerConnection>
99
<url>https://github.com/JSQLParser/JSqlParser.git</url>
100
- <tag>HEAD</tag>
+ <tag>jsqlparser-4.4</tag>
101
</scm>
102
103
<issueManagement>
0 commit comments