Skip to content

Commit 7e416a5

Browse files
changing all maven package referencs to LATEST
1 parent eff86f1 commit 7e416a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To get the binaries of the latest official Microsoft Azure DocumentDB Java SDK a
1515
<dependency>
1616
<groupId>com.microsoft.azure</groupId>
1717
<artifactId>azure-documentdb</artifactId>
18-
<version>1.15.0</version>
18+
<version>LATEST</version>
1919
</dependency>
2020

2121
## Minimum Requirements

azure-documentdb-benchmark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.microsoft.azure</groupId>
7171
<artifactId>azure-documentdb-rx</artifactId>
72-
<version>0.9.0-rc2</version>
72+
<version>LATEST</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.google.guava</groupId>

documentdb-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.microsoft.azure</groupId>
4646
<artifactId>azure-documentdb</artifactId>
47-
<version>1.15.0</version>
47+
<version>LATEST</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.hamcrest</groupId>

0 commit comments

Comments
 (0)