From 1bc88def32e617f633cfe5d7d82a286f73969b96 Mon Sep 17 00:00:00 2001 From: Raphael Vullriede Date: Wed, 28 Feb 2024 20:08:17 +0100 Subject: [PATCH] Kraken: add support for OHLC Streaming and publishing under own groupId --- xchange-bibox/pom.xml | 6 +++--- xchange-bitcointoyou/pom.xml | 6 +++--- xchange-bitmex/pom.xml | 6 +++--- xchange-core/pom.xml | 4 ++-- xchange-deribit/pom.xml | 6 +++--- xchange-examples/pom.xml | 4 ++-- xchange-kucoin/pom.xml | 6 +++--- xchange-truefx/pom.xml | 6 +++--- xchange-zaif/pom.xml | 6 +++--- 9 files changed, 25 insertions(+), 25 deletions(-) diff --git a/xchange-bibox/pom.xml b/xchange-bibox/pom.xml index 56bd369200f..939a9e60098 100644 --- a/xchange-bibox/pom.xml +++ b/xchange-bibox/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.knowm.xchange + net.osslabz xchange-parent 5.1.2-SNAPSHOT @@ -25,9 +25,9 @@ - org.knowm.xchange + net.osslabz xchange-core ${project.version} - + \ No newline at end of file diff --git a/xchange-bitcointoyou/pom.xml b/xchange-bitcointoyou/pom.xml index 77e48b17f6f..10188e35939 100644 --- a/xchange-bitcointoyou/pom.xml +++ b/xchange-bitcointoyou/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.knowm.xchange + net.osslabz xchange-parent 5.1.2-SNAPSHOT @@ -23,7 +23,7 @@ - + ${project.groupId} xchange-core @@ -36,4 +36,4 @@ - + \ No newline at end of file diff --git a/xchange-bitmex/pom.xml b/xchange-bitmex/pom.xml index da745795670..ee17ae3cc55 100755 --- a/xchange-bitmex/pom.xml +++ b/xchange-bitmex/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - org.knowm.xchange + net.osslabz xchange-parent 5.1.2-SNAPSHOT @@ -26,7 +26,7 @@ - org.knowm.xchange + net.osslabz xchange-core ${project.version} @@ -37,4 +37,4 @@ - + \ No newline at end of file diff --git a/xchange-core/pom.xml b/xchange-core/pom.xml index d739629add4..d80a87e3903 100644 --- a/xchange-core/pom.xml +++ b/xchange-core/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.knowm.xchange + net.osslabz xchange-parent 5.1.2-SNAPSHOT @@ -57,4 +57,4 @@ - + \ No newline at end of file diff --git a/xchange-deribit/pom.xml b/xchange-deribit/pom.xml index df499b076d6..6b406069364 100644 --- a/xchange-deribit/pom.xml +++ b/xchange-deribit/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - org.knowm.xchange + net.osslabz xchange-parent 5.1.2-SNAPSHOT @@ -26,10 +26,10 @@ - org.knowm.xchange + net.osslabz xchange-core ${project.version} - + \ No newline at end of file diff --git a/xchange-examples/pom.xml b/xchange-examples/pom.xml index e650ba1c8f9..f015e28ad49 100755 --- a/xchange-examples/pom.xml +++ b/xchange-examples/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.knowm.xchange + net.osslabz xchange-parent 5.1.2-SNAPSHOT @@ -353,7 +353,7 @@ ${project.version} - org.knowm.xchange + net.osslabz xchange-lgo ${project.version} diff --git a/xchange-kucoin/pom.xml b/xchange-kucoin/pom.xml index a1a83d86488..bbd10e317d8 100644 --- a/xchange-kucoin/pom.xml +++ b/xchange-kucoin/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.knowm.xchange + net.osslabz xchange-parent 5.1.2-SNAPSHOT @@ -24,7 +24,7 @@ - org.knowm.xchange + net.osslabz xchange-core ${project.version} @@ -34,4 +34,4 @@ guava - + \ No newline at end of file diff --git a/xchange-truefx/pom.xml b/xchange-truefx/pom.xml index 05c53bd3370..82112bee0b8 100644 --- a/xchange-truefx/pom.xml +++ b/xchange-truefx/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.knowm.xchange + net.osslabz xchange-parent 5.1.2-SNAPSHOT @@ -25,7 +25,7 @@ - org.knowm.xchange + net.osslabz xchange-core ${project.version} @@ -36,4 +36,4 @@ - + \ No newline at end of file diff --git a/xchange-zaif/pom.xml b/xchange-zaif/pom.xml index 8406dd2e991..61b5c07573f 100644 --- a/xchange-zaif/pom.xml +++ b/xchange-zaif/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.knowm.xchange + net.osslabz xchange-parent 5.1.2-SNAPSHOT @@ -25,9 +25,9 @@ - org.knowm.xchange + net.osslabz xchange-core ${project.version} - + \ No newline at end of file