Skip to content

Commit d410a85

Browse files
authored
Merge pull request #5178 from bigscoop/remove-coindirect
[coindirect] Remove exchange
2 parents 7b5da7d + d175cef commit d410a85

File tree

51 files changed

+14
-2406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+14
-2406
lines changed

pom.xml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
<module>xchange-coinbasepro</module>
6666
<module>xchange-coincheck</module>
6767
<module>xchange-coindeal</module>
68-
<module>xchange-coindirect</module>
6968
<module>xchange-coinegg</module>
7069
<module>xchange-coinex</module>
7170
<module>xchange-coinfloor</module>
@@ -398,15 +397,15 @@
398397

399398
<repositories>
400399
<repository>
401-
<name>Central Portal Snapshots</name>
402-
<id>central-portal-snapshots</id>
403-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
404400
<releases>
405401
<enabled>false</enabled>
406402
</releases>
407403
<snapshots>
408404
<enabled>true</enabled>
409405
</snapshots>
406+
<id>central-portal-snapshots</id>
407+
<name>Central Portal Snapshots</name>
408+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
410409
</repository>
411410
<repository>
412411
<id>maven_central</id>
@@ -538,16 +537,6 @@
538537
<autoVersionSubmodules>true</autoVersionSubmodules>
539538
</configuration>
540539
</plugin>
541-
<plugin>
542-
<groupId>org.sonatype.central</groupId>
543-
<artifactId>central-publishing-maven-plugin</artifactId>
544-
<version>0.9.0</version>
545-
<extensions>true</extensions>
546-
<configuration>
547-
<publishingServerId>central</publishingServerId>
548-
<autoPublish>true</autoPublish>
549-
</configuration>
550-
</plugin>
551540
<plugin>
552541
<groupId>org.apache.maven.plugins</groupId>
553542
<artifactId>maven-source-plugin</artifactId>
@@ -566,6 +555,16 @@
566555
<artifactId>maven-surefire-plugin</artifactId>
567556
<version>3.5.4</version>
568557
</plugin>
558+
<plugin>
559+
<groupId>org.sonatype.central</groupId>
560+
<artifactId>central-publishing-maven-plugin</artifactId>
561+
<version>0.9.0</version>
562+
<extensions>true</extensions>
563+
<configuration>
564+
<publishingServerId>central</publishingServerId>
565+
<autoPublish>true</autoPublish>
566+
</configuration>
567+
</plugin>
569568
</plugins>
570569
</build>
571570

xchange-coindirect/api-specification.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

xchange-coindirect/pom.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

xchange-coindirect/src/main/java/org/knowm/xchange/coindirect/Coindirect.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

xchange-coindirect/src/main/java/org/knowm/xchange/coindirect/CoindirectAdapters.java

Lines changed: 0 additions & 132 deletions
This file was deleted.

xchange-coindirect/src/main/java/org/knowm/xchange/coindirect/CoindirectAuthenticated.java

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)