mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-01 21:17:13 +00:00
Revert one of the occurences "Replace two occurences of pom versions with ${project.version}". On release-0.12, wallettemplate isn't part of the main project's versioning scheme.
This partly reverts commit ec306981e7.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bitcoinj</groupId>
|
||||
<artifactId>bitcoinj-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>0.12.2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
||||
Reference in New Issue
Block a user