Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kocakosm committed Aug 9, 2018
1 parent f025484 commit 68503b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.kocakosm</groupId>
<artifactId>jblake2</artifactId>
<packaging>jar</packaging>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>

<name>JBlake2</name>
<description>Pure Java implementation of Blake2</description>
Expand Down Expand Up @@ -36,7 +36,7 @@
<connection>scm:hg:https://bitbucket.org/kocakosm/jblake2</connection>
<developerConnection>scm:hg:ssh://hg@bitbucket.org/kocakosm/jblake2</developerConnection>
<url>https://bitbucket.org/kocakosm/jblake2</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -176,7 +176,7 @@
<requireJavaVersion>
<version>[1.8,9.0)</version>
</requireJavaVersion>
<requirePluginVersions/>
<requirePluginVersions />
<requireReleaseDeps>
<onlyWhenRelease>true</onlyWhenRelease>
</requireReleaseDeps>
Expand Down

0 comments on commit 68503b3

Please sign in to comment.