Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Jun 7, 2023
1 parent 6c35935 commit cbeab62
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@

<groupId>net.osslabz</groupId>
<artifactId>lnd-rest-client</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>This package decouples my bitcoin related libraries from the underlying implementation although it seems unlikely this will ever
change ;-)
<description>lnd-http-client is a simple client to interact with Lightning Network Daemon (LND) via it's REST API.
</description>
<url>https://github.com/osslabz/bitcoin-commons</url>
<url>https://github.com/osslabz/lnd-rest-client</url>

<properties>
<osslabz.encoding>UTF-8</osslabz.encoding>
Expand Down

0 comments on commit cbeab62

Please sign in to comment.