Skip to content

Commit

Permalink
Kraken: add support for OHLC Streaming and publishing under own groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Feb 28, 2024
1 parent 1bc88de commit ba58775
Show file tree
Hide file tree
Showing 120 changed files with 128 additions and 129 deletions.
19 changes: 9 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
<packaging>pom</packaging>

<name>XChange</name>
Expand Down Expand Up @@ -70,17 +70,16 @@
</issueManagement>

<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/osslabz/xchange</url>
</repository>
<downloadUrl>https://oss.sonatype.org/content/groups/public/org/knowm/xchange</downloadUrl>
<snapshotRepository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/osslabz/xchange</url>
</snapshotRepository>
</distributionManagement>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion xchange-ascendex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-ascendex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bankera/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bankera</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bibox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bibox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-binance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-binance</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitbay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bitbay</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitcoinaverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bitcoinaverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitcoincharts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bitcoincharts</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitcoincore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bitcoincore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitcoinde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bitcoinde</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitcointoyou/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bitcointoyou</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitfinex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bitfinex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitflyer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bithumb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bithumb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitmex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bitmex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitso/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bitso</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitstamp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bitstamp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bittrex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bittrex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bity</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bitz</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bl3p/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bl3p</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bleutrade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bleutrade</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-blockchain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-blockchain</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-btcc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-btcc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-btcmarkets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-btcmarkets</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-btcturk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-btcturk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bybit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-bybit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-ccex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>
<artifactId>xchange-ccex</artifactId>
<name>XChange C-Cex</name>
Expand Down
2 changes: 1 addition & 1 deletion xchange-cexio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-cexio</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-coinbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinbasepro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-coinbasepro</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coincheck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-coincheck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coindeal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion xchange-coindirect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-coindirect</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinegg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-coinegg</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion xchange-coinfloor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-coinfloor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coingi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-coingi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-coinjar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinmarketcap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-coinmarketcap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinmate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.2.0</version>
</parent>

<artifactId>xchange-coinmate</artifactId>
Expand Down
Loading

0 comments on commit ba58775

Please sign in to comment.