Skip to content

Commit 040e741

Browse files
authored
Update README.md
1 parent d0ad99b commit 040e741

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Java SDK library for interacting with SolidFire Element API
44

55
##Current Release
6-
Version 1.1.0.81
6+
Version 1.1.0.85
77

88
##Description
99
The SolidFire Java SDK is a collection of software modules and libraries that facilitate integration and orchestration between proprietary systems and third-party applications. The Java SDK allows developers to deeply integrate SolidFire system API with the Java programming language. The SolidFire Java SDK reduces the amount of additional coding time required for integration.
@@ -26,23 +26,23 @@ If you have any questions or comments about this product, contact <ng-sf-host-in
2626
<dependency>
2727
<groupId>com.solidfire</groupId>
2828
<artifactId>solidfire-sdk-java</artifactId>
29-
<version>1.1.0.81</version>
29+
<version>1.1.0.85</version>
3030
</dependency>
3131
```
3232

3333
or SBT:
3434

3535
```scala
36-
libraryDependencies += "com.solidfire" % "solidfire-sdk-java" % "1.1.0.81"
36+
libraryDependencies += "com.solidfire" % "solidfire-sdk-java" % "1.1.0.85"
3737
```
3838

3939
or Gradle:
4040

4141
```groovy
42-
compile 'com.solidfire:solidfire-sdk-java:1.1.0.81'
42+
compile 'com.solidfire:solidfire-sdk-java:1.1.0.85'
4343
```
4444
##Assembly Jar
45-
The SolidFire Java SDK is also released as a Signed Assembly containing everything you need to quickly spin up a working client to interact with you SolidFire cluster. The assembly can be downloaded [here](https://github.com/solidfire/solidfire-sdk-java/releases/download/v1.1.0.81/solidfire-sdk-1.1.0.81.jar).
45+
The SolidFire Java SDK is also released as a Signed Assembly containing everything you need to quickly spin up a working client to interact with you SolidFire cluster. The assembly can be downloaded [here](https://github.com/solidfire/solidfire-sdk-java/releases/download/v1.1.0.85/solidfire-sdk-assembly-1.1.0.85.jar).
4646

4747
___Dependencies___:
4848

@@ -67,7 +67,7 @@ If using the SDK with a restricted version of the above listed components, e.g.
6767

6868
[Latest JavaDoc](https://solidfire.github.io/solidfire-sdk-java/latest/api/)
6969

70-
[1.1.0.81 JavaDoc](https://solidfire.github.io/solidfire-sdk-java/doc/v1.1/)
70+
[1.1.0.85 JavaDoc](https://solidfire.github.io/solidfire-sdk-java/doc/v1.1/)
7171

7272
[1.0.0.53 JavaDoc](https://solidfire.github.io/solidfire-sdk-java/doc/v1.0/)
7373

0 commit comments

Comments
 (0)