Skip to content

Commit 7a86374

Browse files
committed
[maven-release-plugin] prepare release jsqlparser-4.6
1 parent 9911ad7 commit 7a86374

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.jsqlparser</groupId>
44
<artifactId>jsqlparser</artifactId>
5-
<version>4.6-SNAPSHOT</version>
5+
<version>4.6</version>
66
<name>JSQLParser library</name>
77
<inceptionYear>2004</inceptionYear>
88
<organization>
@@ -107,7 +107,7 @@
107107
<connection>scm:git:https://github.com/JSQLParser/JSqlParser.git</connection>
108108
<developerConnection>scm:git:ssh://[email protected]:JSQLParser/JSqlParser.git</developerConnection>
109109
<url>https://github.com/JSQLParser/JSqlParser.git</url>
110-
<tag>HEAD</tag>
110+
<tag>jsqlparser-4.6</tag>
111111
</scm>
112112

113113
<issueManagement>
@@ -359,7 +359,7 @@
359359
<exclude>net/sf/jsqlparser/JSQLParserException.class</exclude>
360360
</excludes>
361361
</instrumentation>
362-
<check/>
362+
<check />
363363
</configuration>
364364
</plugin>
365365
<plugin>
@@ -411,8 +411,8 @@
411411
<include>.gitignore</include>
412412
</includes>
413413
<!-- define the steps to apply to those files -->
414-
<trimTrailingWhitespace/>
415-
<endWithNewline/>
414+
<trimTrailingWhitespace />
415+
<endWithNewline />
416416
<indent>
417417
<tabs>true</tabs>
418418
<spacesPerTab>4</spacesPerTab>

0 commit comments

Comments
 (0)