Skip to content

Commit 33129a7

Browse files
committed
[maven-release-plugin] prepare release jsqlparser-1.1
1 parent b7fe0b1 commit 33129a7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 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>1.1-SNAPSHOT</version>
5+
<version>1.1</version>
66
<name>JSQLParser library</name>
77
<inceptionYear>2004</inceptionYear>
88
<organization>
@@ -73,7 +73,7 @@
7373
<connection>scm:git:https://github.com/JSQLParser/JSqlParser.git</connection>
7474
<developerConnection>scm:git:ssh://[email protected]:JSQLParser/JSqlParser.git</developerConnection>
7575
<url>https://github.com/JSQLParser/JSqlParser.git</url>
76-
<tag>HEAD</tag>
76+
<tag>jsqlparser-1.1</tag>
7777
</scm>
7878

7979
<issueManagement>
@@ -390,28 +390,28 @@
390390
<module name="FileTabCharacter" />
391391
<!-- git checkout may change linefeeds on the fly
392392
<module name="RegexpMultiline">
393-
<property name="format" value="(?s:(\r\n|\r).*)"/>
394-
<property name="message" value="CRLF and CR line endings are prohibited, but this file uses them."/>
393+
<property name="format" value="(?s:(\r\n|\r).*)" />
394+
<property name="message" value="CRLF and CR line endings are prohibited, but this file uses them." />
395395
</module>
396396
-->
397397
<module name="TreeWalker">
398-
<module name="AvoidNestedBlocks"/>
398+
<module name="AvoidNestedBlocks" />
399399
<module name="ConstantName" />
400400
<module name="EmptyCatchBlock" />
401401
<module name="EmptyStatement" />
402-
<module name="MissingOverride"/>
403-
<module name="MultipleVariableDeclarations"/>
404-
<module name="ParameterAssignment"/>
405-
<module name="StringLiteralEquality"/>
406-
<module name="RedundantImport"/>
407-
<module name="UnusedImports"/>
402+
<module name="MissingOverride" />
403+
<module name="MultipleVariableDeclarations" />
404+
<module name="ParameterAssignment" />
405+
<module name="StringLiteralEquality" />
406+
<module name="RedundantImport" />
407+
<module name="UnusedImports" />
408408

409-
<module name="WhitespaceAfter"/>
409+
<module name="WhitespaceAfter" />
410410

411411
<module name="NeedBraces" />
412412
<module name="UnnecessaryParentheses" />
413-
<module name="LeftCurly"/>
414-
<module name="RightCurly"/>
413+
<module name="LeftCurly" />
414+
<module name="RightCurly" />
415415

416416
<module name="SuppressWarningsHolder" />
417417
</module>

0 commit comments

Comments
 (0)