Skip to content

Commit

Permalink
build: remove maven-release-plugin and adjust version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Aug 4, 2022
1 parent bb84601 commit 9f9ce09
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.39.2-SNAPSHOT</version>
<version>3.39.2.0-SNAPSHOT</version>
<name>SQLite JDBC</name>
<description>SQLite JDBC library</description>

Expand Down Expand Up @@ -116,18 +116,6 @@
<version>${surefire.version}</version>
</plugin>

<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<configuration>
<!-- do not run site-deploy goal, included in the default settings -->
<goals>deploy</goals>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
<connectionUrl>scm:hg:ssh://hg@bitbucket.org/xerial/sqlite-jdbc</connectionUrl>
</configuration>
</plugin>

<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
Expand Down

0 comments on commit 9f9ce09

Please sign in to comment.