Change groupId of Orchid artifact to "org.bitcoinj". This makes uploads to Maven Central easier for us.

This commit is contained in:
Andreas Schildbach 2014-10-01 20:27:01 +02:00
parent 4172bbcbe1
commit 9e4043d9bb
2 changed files with 2 additions and 2 deletions

View File

@ -371,7 +371,7 @@
</dependency>
-->
<dependency>
<groupId>com.subgraph</groupId>
<groupId>org.bitcoinj</groupId>
<artifactId>orchid</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>

View File

@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.subgraph</groupId>
<groupId>org.bitcoinj</groupId>
<artifactId>orchid</artifactId>
<version>1.0-SNAPSHOT</version>