Skip to content

Commit 45d890b

Browse files
author
NITRO5\Corey
committed
Merge tag 'merge_knowm_in' into develop
Updated with Knowm code
2 parents 667cded + fad7597 commit 45d890b

File tree

412 files changed

+8449
-7984
lines changed

Some content is hidden

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

412 files changed

+8449
-7984
lines changed

CONTRIBUTORS

+2-26
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The following list of authors was automatically generated from the XChange proje
1616

1717
git log --format='%aN' | sort -u
1818

19+
小田謙太郎
1920
=
2021
Achterhoeker
2122
Adam from WALCZAK.IT
@@ -27,7 +28,6 @@ Alexey Z
2728
Allen Day
2829
Alvin Singh
2930
Andraž
30-
Andrea Fossi
3131
André Reiter
3232
Anthony Tsang
3333
Arthurm1
@@ -48,7 +48,6 @@ Chris Rico
4848
Christian Strässle
4949
Cray Imperative
5050
Cristian Lucaci
51-
Cyril
5251
Daniel Cohen
5352
Danilo Guimarães
5453
Dave Seyb
@@ -134,13 +133,10 @@ Mikelle
134133
Mikhail Wall
135134
Miso Oprendek
136135
Muffon
137-
Nathan King
138136
Nicolas Pinot
139-
Nikita Belenkiy
140137
Niko Schmuck
141138
Norbert Sándor
142139
ObsessiveOrange
143-
Oleg Danilov
144140
Oleg Khomenko
145141
Oliver Drotleff
146142
Oscar Francia
@@ -153,8 +149,8 @@ Peter N. Steinmetz
153149
Piotr Ladyzynski
154150
Piotr Ładyżyński
155151
Radu
156-
Rafal Krupinski
157152
Rafał Krupiński
153+
Rafal Krupinski
158154
Raphael Voellmy
159155
Richard Flint
160156
Robert Felker
@@ -167,13 +163,10 @@ Sebastiaan van Erk
167163
Sergey Belyakov
168164
Sergey Lukashevich
169165
Sergey Tselovalnikov
170-
Sergii Pogodin
171166
Sergio Rodriguez
172167
Sikerdebaard
173-
Snailz
174168
Stuart Low
175169
Sumedha Saxena
176-
Sylvain
177170
Sébastien Koch
178171
TM Lee
179172
The Gitter Badger
@@ -205,11 +198,8 @@ Zorge.R
205198
ahmetoz
206199
ajdev
207200
aleks-azen
208-
209201
alessandro luppi
210202
alobarev
211-
amjad1210
212-
anton
213203
anw
214204
apaygh
215205
artvel
@@ -220,7 +210,6 @@ bolobox
220210
boppleton
221211
brilliantnut
222212
bronko
223-
bronoman
224213
brox
225214
cacofish
226215
cacofishadct
@@ -244,14 +233,10 @@ gmorpheme
244233
godoorsun
245234
gpwclark
246235
hardsky
247-
hbwhyte
248236
henry
249-
huguanrui
250237
hurricup
251-
interwater
252238
ivan.kosianenko
253239
jamespedwards42
254-
jasonliu119
255240
jclaruelle
256241
jcuypers
257242
johndemic
@@ -270,10 +255,8 @@ mazi
270255
mdeverdelhan
271256
mfarid
272257
mharris021
273-
michaelscheung
274258
miho
275259
mnapier
276-
moardm
277260
nakedpony
278261
nicostouch
279262
nimrood
@@ -282,12 +265,10 @@ [email protected]
282265
o
283266
odaken
284267
paul
285-
pchertalev
286268
perlboy
287269
piotr
288270
pnkwpk
289271
pozheg
290-
procyon
291272
seanrobb
292273
sebastienkoch
293274
semihunaldi
@@ -302,17 +283,12 @@ stephane-coulomb
302283
stevenuray
303284
suchac
304285
swiesend
305-
taoruifu
306286
tbosman
307287
tim
308288
timmolter
309-
trix
310-
trix13
311289
veken0m
312290
vulicevic
313291
will
314292
wvr
315293
ww3456
316294
zholmes
317-
陈晔
318-
小田謙太郎

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,17 @@ Add the following dependencies in your pom.xml file. You will need at least xcha
103103
<dependency>
104104
<groupId>org.knowm.xchange</groupId>
105105
<artifactId>xchange-core</artifactId>
106-
<version>4.3.7</version>
106+
<version>4.3.5</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.knowm.xchange</groupId>
110110
<artifactId>xchange-examples</artifactId>
111-
<version>4.3.7</version>
111+
<version>4.3.5</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.knowm.xchange</groupId>
115115
<artifactId>xchange-XYZ</artifactId>
116-
<version>4.3.7</version>
116+
<version>4.3.5</version>
117117
</dependency>
118118

119119
For snapshots, add the following repository to your pom.xml file.
@@ -126,7 +126,7 @@ For snapshots, add the following repository to your pom.xml file.
126126

127127
The current snapshot version is:
128128

129-
4.3.8-SNAPSHOT
129+
4.3.6-SNAPSHOT
130130

131131
## Building with Maven
132132

0 commit comments

Comments
 (0)