We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816a753 commit b41b9c0Copy full SHA for b41b9c0
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.github.vertical-blank</groupId>
5
<artifactId>sql-formatter</artifactId>
6
- <version>1.0</version>
+ <version>1.0.1</version>
7
<packaging>jar</packaging>
8
<name>sql-formatter</name>
9
<description>Simple SQL formatter without dependencies.</description>
@@ -179,6 +179,7 @@
179
<plugin>
180
<groupId>org.apache.maven.plugins</groupId>
181
<artifactId>maven-gpg-plugin</artifactId>
182
+ <version>1.6</version>
183
<executions>
184
<execution>
185
<id>sign-artifacts</id>
0 commit comments