Skip to content

Commit

Permalink
[release] set version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2024
1 parent bba54fa commit 5620a77
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>net.osslabz</groupId>
<artifactId>bitcoin-commons</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>This package decouples my bitcoin related libraries from the underlying implementation although it
Expand All @@ -20,7 +20,7 @@
<project.build.sourceEncoding>${osslabz.encoding}</project.build.sourceEncoding>
<project.reporting.outputEncoding>${osslabz.encoding}</project.reporting.outputEncoding>

<project.build.outputTimestamp>2024-11-11T10:28:26Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-11-13T11:50:12Z</project.build.outputTimestamp>

<maven.compiler.release>${osslabz.java.version}</maven.compiler.release>

Expand All @@ -47,7 +47,7 @@
<connection>scm:git:https://github.com/osslabz/bitcoin-commons.git</connection>
<developerConnection>scm:git:https://github.com/osslabz/bitcoin-commons.git</developerConnection>
<url>https://github.com/osslabz/bitcoin-commons</url>
<tag>main</tag>
<tag>0.2.1</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 5620a77

Please sign in to comment.