Skip to content

Commit b41b9c0

Browse files
release 1.0.1
1 parent 816a753 commit b41b9c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.vertical-blank</groupId>
55
<artifactId>sql-formatter</artifactId>
6-
<version>1.0</version>
6+
<version>1.0.1</version>
77
<packaging>jar</packaging>
88
<name>sql-formatter</name>
99
<description>Simple SQL formatter without dependencies.</description>
@@ -179,6 +179,7 @@
179179
<plugin>
180180
<groupId>org.apache.maven.plugins</groupId>
181181
<artifactId>maven-gpg-plugin</artifactId>
182+
<version>1.6</version>
182183
<executions>
183184
<execution>
184185
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)