Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsqlparser-4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Feb 23, 2023
1 parent 9911ad7 commit 7a86374
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jsqlparser</groupId>
<artifactId>jsqlparser</artifactId>
<version>4.6-SNAPSHOT</version>
<version>4.6</version>
<name>JSQLParser library</name>
<inceptionYear>2004</inceptionYear>
<organization>
Expand Down Expand Up @@ -107,7 +107,7 @@
<connection>scm:git:https://github.com/JSQLParser/JSqlParser.git</connection>
<developerConnection>scm:git:ssh://git@github.com:JSQLParser/JSqlParser.git</developerConnection>
<url>https://github.com/JSQLParser/JSqlParser.git</url>
<tag>HEAD</tag>
<tag>jsqlparser-4.6</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -359,7 +359,7 @@
<exclude>net/sf/jsqlparser/JSQLParserException.class</exclude>
</excludes>
</instrumentation>
<check/>
<check />
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -411,8 +411,8 @@
<include>.gitignore</include>
</includes>
<!-- define the steps to apply to those files -->
<trimTrailingWhitespace/>
<endWithNewline/>
<trimTrailingWhitespace />
<endWithNewline />
<indent>
<tabs>true</tabs>
<spacesPerTab>4</spacesPerTab>
Expand Down

0 comments on commit 7a86374

Please sign in to comment.