Bump of orchid version to 1.2.1, which is necessary because we accidently pushed an incomplete version 1.2 to Maven Central last year.

This commit is contained in:
Andreas Schildbach
2016-05-18 10:21:18 +02:00
parent 8e00564f4e
commit c37fe88952
2 changed files with 2 additions and 2 deletions

View File

@@ -429,7 +429,7 @@
<dependency>
<groupId>org.bitcoinj</groupId>
<artifactId>orchid</artifactId>
<version>1.2</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>

View File

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