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 e317905 commit 1bc88de
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions xchange-bibox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
</parent>
Expand All @@ -25,9 +25,9 @@
<dependencies>

<dependency>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
</project>
6 changes: 3 additions & 3 deletions xchange-bitcointoyou/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
</parent>
Expand All @@ -23,7 +23,7 @@

<!-- Parent provides default configuration for dependencies -->
<dependencies>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>xchange-core</artifactId>
Expand All @@ -36,4 +36,4 @@
</dependency>
</dependencies>

</project>
</project>
6 changes: 3 additions & 3 deletions xchange-bitmex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
</parent>
Expand All @@ -26,7 +26,7 @@

<!-- Project dependencies (version automatically set through parent) -->
<dependency>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-core</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -37,4 +37,4 @@
</dependency>

</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions xchange-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
<parent>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -57,4 +57,4 @@
</dependency>

</dependencies>
</project>
</project>
6 changes: 3 additions & 3 deletions xchange-deribit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
</parent>
Expand All @@ -26,10 +26,10 @@

<!-- Project dependencies (version automatically set through parent) -->
<dependency>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-core</artifactId>
<version>${project.version}</version>
</dependency>

</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions xchange-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -353,7 +353,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-lgo</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions xchange-kucoin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
</parent>
Expand All @@ -24,7 +24,7 @@
<!-- Parent provides default configuration for dependencies -->
<dependencies>
<dependency>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-core</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -34,4 +34,4 @@
<artifactId>guava</artifactId>
</dependency>
</dependencies>
</project>
</project>
6 changes: 3 additions & 3 deletions xchange-truefx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
</parent>
Expand All @@ -25,7 +25,7 @@
<dependencies>

<dependency>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-core</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -36,4 +36,4 @@
</dependency>
</dependencies>

</project>
</project>
6 changes: 3 additions & 3 deletions xchange-zaif/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
</parent>
Expand All @@ -25,9 +25,9 @@
<dependencies>

<dependency>
<groupId>org.knowm.xchange</groupId>
<groupId>net.osslabz</groupId>
<artifactId>xchange-core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 1bc88de

Please sign in to comment.