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:
Andreas Schildbach
2014-11-01 14:52:40 +01:00
parent 5d12701259
commit 7fe37b49b4

View File

@@ -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>