Use version range for stream client Maven dependency

In test suite. Note a snapshot for 1.0-SNAPSHOT has been
pushed by mistake a while ago, so this one must be
excluded. It's unlikely it will be erased, as the snapshots
for the first stable version should be 1.0.0-SNAPSHOT.
This commit is contained in:
Arnaud Cogoluègnes 2021-11-03 14:05:23 +01:00
parent b71f1fd7e1
commit ba5cfb1bae
No known key found for this signature in database
GPG Key ID: D5C8C4DFAD43AFA8
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
</developers>
<properties>
<stream-client.version>0.5.0-SNAPSHOT</stream-client.version>
<stream-client.version>[0.5.0-SNAPSHOT,1.0-SNAPSHOT)</stream-client.version>
<junit.jupiter.version>5.8.1</junit.jupiter.version>
<assertj.version>3.21.0</assertj.version>
<logback.version>1.2.6</logback.version>

View File

@ -26,7 +26,7 @@
</developers>
<properties>
<stream-client.version>0.5.0-SNAPSHOT</stream-client.version>
<stream-client.version>[0.5.0-SNAPSHOT,1.0-SNAPSHOT)</stream-client.version>
<junit.jupiter.version>5.8.1</junit.jupiter.version>
<assertj.version>3.21.0</assertj.version>
<okhttp.version>4.9.2</okhttp.version>