mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 09:50:32 +01:00
Change groupId of Orchid artifact to "org.bitcoinj". This makes uploads to Maven Central easier for us.
This commit is contained in:
parent
4172bbcbe1
commit
9e4043d9bb
@ -371,7 +371,7 @@
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>com.subgraph</groupId>
|
||||
<groupId>org.bitcoinj</groupId>
|
||||
<artifactId>orchid</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user