mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 15:22:16 +00: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>
|
||||||
-->
|
-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.subgraph</groupId>
|
<groupId>org.bitcoinj</groupId>
|
||||||
<artifactId>orchid</artifactId>
|
<artifactId>orchid</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.subgraph</groupId>
|
<groupId>org.bitcoinj</groupId>
|
||||||
<artifactId>orchid</artifactId>
|
<artifactId>orchid</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user