Skip to content

Commit

Permalink
prepare for 4.3.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timmolter committed Sep 14, 2018
1 parent b150903 commit 97aa4b2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The following list of authors was automatically generated from the XChange proje
git log --format='%aN' | sort -u

Achterhoeker
Adam Walczak
Adam from WALCZAK.IT
Alejandro Reyero
Aleksey Baryshnikov
Expand All @@ -29,6 +30,7 @@ Andraž
Andrea Fossi
André Reiter
Anthony Tsang
Arran Duff
Arthurm1
Artur
Artur M
Expand Down Expand Up @@ -56,6 +58,7 @@ David Kreutzer
Devin Smith
Dmitry Fedorenko
Dolezal Zdenek
Donald Jackson
Douggie
DrawFun
Eric Anderson
Expand All @@ -76,6 +79,8 @@ Guillaume Labbé-Morissette
Guillaume Morissette
HairyFotr
Herman Ofenböck
Hypeon
Ian W
Ignacio Larranaga
Iury V. Vinogradov
JH
Expand Down Expand Up @@ -105,6 +110,7 @@ Karsten Nilsen
Ken Fehling
Kenneth Jorgensen
Kevin Britz
Kevin Gates
Kevin Jannis
Kolozsy Gábor
Konstantin Alexandrov
Expand All @@ -113,6 +119,7 @@ Konstantin Tenman
Krystian Nowak
Krzysiek
Krzysztof Cieślak
Leone Lisboa Magevski
Leonid Shamis
LifeIsGoodMF
Luca Rosellini
Expand All @@ -129,6 +136,7 @@ Matt Read
Matt Whitlock
Matthew Downey
Maxim Fefilov
Micah Lerner
Michael Lagace
Michael Lagacé
Mike Gerlyand
Expand All @@ -138,6 +146,7 @@ Miso Oprendek
Muffon
Nathan King
Nicolas Pinot
Niels
Nikita Belenkiy
Niko Schmuck
Norbert Sándor
Expand All @@ -155,6 +164,7 @@ Peter Keeler
Peter N. Steinmetz
Piotr Ladyzynski
Piotr Ładyżyński
RadeK
Radu
Rafal Krupinski
Rafał Krupiński
Expand All @@ -166,6 +176,7 @@ Roman Belkov
Ronald Bultman
Ryan Fox
Ryan Sundberg
Sascha Zieger
Sebastiaan van Erk
Sergey Belyakov
Sergey Lukashevich
Expand All @@ -174,6 +185,7 @@ Sergii Pogodin
Sergio Rodriguez
Sikerdebaard
Snailz
Steven te Brinke
Stuart Low
Sumedha Saxena
Sylvain
Expand All @@ -187,6 +199,7 @@ Tillerino
Tim Molter
Tomas Cere
Tomáš Procházka
Tong Yang
Tony Skulk
Travis Collins
U-TORA\cristian.lucaci
Expand Down Expand Up @@ -278,6 +291,7 @@ mfarid
mharris021
michaelscheung
miho
mikhw
mnapier
moardm
[email protected]
Expand Down Expand Up @@ -318,6 +332,7 @@ trix13
veken0m
vulicevic
walec51
water0126
will
wvr
ww3456
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,17 @@ Add the following dependencies in your pom.xml file. You will need at least xcha
<dependency>
<groupId>org.knowm.xchange</groupId>
<artifactId>xchange-core</artifactId>
<version>4.3.9</version>
<version>4.3.10</version>
</dependency>
<dependency>
<groupId>org.knowm.xchange</groupId>
<artifactId>xchange-examples</artifactId>
<version>4.3.9</version>
<version>4.3.10</version>
</dependency>
<dependency>
<groupId>org.knowm.xchange</groupId>
<artifactId>xchange-XYZ</artifactId>
<version>4.3.9</version>
<version>4.3.10</version>
</dependency>

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

The current snapshot version is:

4.3.10-SNAPSHOT
4.3.11-SNAPSHOT

## Building with Maven

Expand Down

0 comments on commit 97aa4b2

Please sign in to comment.