Skip to content

Commit

Permalink
Fix groupId, artifactId, and so on.
Browse files Browse the repository at this point in the history
Signed-off-by: cryptcoin-junkey <[email protected]>
  • Loading branch information
cryptcoin-junkey committed May 5, 2021
1 parent 3e639f0 commit 42ba8d0
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
@@ -1,9 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>fr.acinq</groupId>
<artifactId>bitcoin-lib_2.13</artifactId>
<groupId>org.monacoinproject</groupId>
<artifactId>monacoin-lib_2.13</artifactId>
<packaging>jar</packaging>
<version>0.18-mona1</version>
<version>0.18</version>
<description>Simple Scala Monacoin library</description>
<url>https://github.com/wakiyamap/bitcoin-lib</url>
<name>bitcoin-lib</name>
Expand Down

0 comments on commit 42ba8d0

Please sign in to comment.