3
0
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:
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>
--> -->
<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>

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"> 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>