3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-30 23:02:15 +00:00

Remove a couple of redundant Maven <version> tags.

This commit is contained in:
Mike Hearn 2012-06-08 17:21:38 +02:00
parent 4e4abf8a54
commit 893013b415
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
<groupId>com.google</groupId>
<artifactId>bitcoinj-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<name>BitCoinJ Examples</name>
<description>A collection of examples using the BitCoinJ library</description>

View File

@ -27,7 +27,6 @@
<groupId>com.google</groupId>
<artifactId>bitcoinj-tools</artifactId>
<version>0.6-SNAPSHOT</version>
<name>BitCoinJ Tools</name>
<description>A collection of useful tools that use the BitCoinJ library to perform wallet operations</description>