Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kocakosm committed Sep 8, 2023
1 parent 512d3cf commit 438540e
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 @@ -4,7 +4,7 @@

<groupId>org.kocakosm</groupId>
<artifactId>jblake2</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>

<name>JBlake2</name>
<description>Pure Java implementation of Blake2 (RFC 7693)</description>
Expand Down Expand Up @@ -35,7 +35,7 @@
<url>https://github.com/kocakosm/jblake2</url>
<connection>scm:git:https://github.com/kocakosm/jblake2.git</connection>
<developerConnection>scm:git:ssh://git@github.com/kocakosm/jblake2.git</developerConnection>
<tag>HEAD</tag>
<tag>0.5</tag>
</scm>

<issueManagement>
Expand All @@ -53,7 +53,7 @@
<properties>
<maven.compiler.release>8</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-09-08T08:43:23Z</project.build.outputTimestamp>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>

Expand Down

0 comments on commit 438540e

Please sign in to comment.