Skip to content

Commit

Permalink
[maven-release-plugin] prepare release sqlline-1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Nov 21, 2018
1 parent 6200b3c commit 42252c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>sqlline</groupId>
<artifactId>sqlline</artifactId>
<packaging>jar</packaging>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<name>sqlline</name>
<description>Shell for issuing SQL to relational databases via JDBC</description>
<url>http://github.com/julianhyde/sqlline</url>
Expand Down Expand Up @@ -79,7 +79,7 @@
<connection>scm:git:git://github.com/julianhyde/sqlline.git</connection>
<developerConnection>scm:git:git@github.com:julianhyde/sqlline.git</developerConnection>
<url>http://github.com/julianhyde/sqlline/tree/master</url>
<tag>HEAD</tag>
<tag>sqlline-1.6.0</tag>
</scm>

<mailingLists>
Expand Down Expand Up @@ -415,7 +415,7 @@
</activation>
<properties>
<!-- Javadoc only has a "-html5" flag in JDK 9 and higher. -->
<maven-javadoc-plugin.additionalOptions/>
<maven-javadoc-plugin.additionalOptions />
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 42252c4

Please sign in to comment.