|
2 | 2 | <modelVersion>4.0.0</modelVersion>
|
3 | 3 | <groupId>com.github.jsqlparser</groupId>
|
4 | 4 | <artifactId>jsqlparser</artifactId>
|
5 |
| - <version>1.1-SNAPSHOT</version> |
| 5 | + <version>1.1</version> |
6 | 6 | <name>JSQLParser library</name>
|
7 | 7 | <inceptionYear>2004</inceptionYear>
|
8 | 8 | <organization>
|
|
73 | 73 | <connection>scm:git:https://github.com/JSQLParser/JSqlParser.git</connection>
|
74 | 74 | < developerConnection>scm:git:ssh:// [email protected]:JSQLParser/JSqlParser.git</ developerConnection>
|
75 | 75 | <url>https://github.com/JSQLParser/JSqlParser.git</url>
|
76 |
| - <tag>HEAD</tag> |
| 76 | + <tag>jsqlparser-1.1</tag> |
77 | 77 | </scm>
|
78 | 78 |
|
79 | 79 | <issueManagement>
|
|
390 | 390 | <module name="FileTabCharacter" />
|
391 | 391 | <!-- git checkout may change linefeeds on the fly
|
392 | 392 | <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." /> |
395 | 395 | </module>
|
396 | 396 | -->
|
397 | 397 | <module name="TreeWalker">
|
398 |
| - <module name="AvoidNestedBlocks"/> |
| 398 | + <module name="AvoidNestedBlocks" /> |
399 | 399 | <module name="ConstantName" />
|
400 | 400 | <module name="EmptyCatchBlock" />
|
401 | 401 | <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" /> |
408 | 408 |
|
409 |
| - <module name="WhitespaceAfter"/> |
| 409 | + <module name="WhitespaceAfter" /> |
410 | 410 |
|
411 | 411 | <module name="NeedBraces" />
|
412 | 412 | <module name="UnnecessaryParentheses" />
|
413 |
| - <module name="LeftCurly"/> |
414 |
| - <module name="RightCurly"/> |
| 413 | + <module name="LeftCurly" /> |
| 414 | + <module name="RightCurly" /> |
415 | 415 |
|
416 | 416 | <module name="SuppressWarningsHolder" />
|
417 | 417 | </module>
|
|
0 commit comments