Skip to content

Commit 079b872

Browse files
committed
[maven-release-plugin] prepare release jsqlparser-0.8.4
1 parent b268879 commit 079b872

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>net.sf.jsqlparser</groupId>
54
<artifactId>jsqlparser</artifactId>
6-
<version>0.8.4-SNAPSHOT</version>
5+
<version>0.8.4</version>
76
<name>JSQLParser library</name>
87
<inceptionYear>2004</inceptionYear>
98
<organization>
@@ -42,7 +41,8 @@
4241

4342
<scm>
4443
<developerConnection>scm:git:ssh://[email protected]:JSQLParser/JSqlParser.git</developerConnection>
45-
</scm>
44+
<tag>jsqlparser-0.8.4</tag>
45+
</scm>
4646

4747
<build>
4848
<plugins>

0 commit comments

Comments
 (0)