3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-11 17:55:53 +00:00

Update Orchid version and POM to reflect the dirauth change.

This commit is contained in:
Mike Hearn 2014-11-17 14:05:20 +01:00
parent 12750b5840
commit a2e9806f2f
2 changed files with 3 additions and 3 deletions

View File

@ -164,7 +164,7 @@
<!-- Format is URN of groupId:artifactId:version:type:classifier:scope:hash -->
<!-- classifier is "null" if not present -->
<urns>
<urn>org.bitcoinj:orchid:1.0:jar:null:compile:bd98285f39f88875bb91bde940d6ca2d020edaa4</urn>
<urn>org.bitcoinj:orchid:1.1:jar:null:compile:5cb6154e0276ab3495025221a9f23f3fcdd79e2d</urn>
<urn>cglib:cglib-nodep:2.2:jar:null:test:59afed7ab65e7ec6585d5bc60556c3cbd203532b</urn>
<urn>com.google.code.findbugs:jsr305:2.0.1:jar:null:compile:516c03b21d50a644d538de0f0369c620989cd8f0</urn>
<urn>com.google.guava:guava:16.0.1:jar:null:compile:5fa98cd1a63c99a44dd8d3b77e4762b066a5d0c5</urn>
@ -467,7 +467,7 @@
<dependency>
<groupId>org.bitcoinj</groupId>
<artifactId>orchid</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
</dependencies>

View File

@ -10,7 +10,7 @@
</parent>
<artifactId>orchid</artifactId>
<version>1.0</version>
<version>1.1</version>
<name>Orchid</name>
<description>Tor library</description>