Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed May 12, 2016
1 parent 956ac43 commit 9069ee8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ Versions supported:

## Download

Starting with version 1.5, Java 7 is the minimum version required to use the library. Prior versions required Java 6 or later.
Java 8 is the minimum version required to use the library.

Download [the latest JAR][1] or grab via Maven:

```xml
<dependency>
<groupId>com.imsweb</groupId>
<artifactId>staging-client-java</artifactId>
<version>2.1.1</version>
<version>2.2</version>
</dependency>
```

or via Gradle:

```groovy
compile 'com.imsweb.com:staging-client-java:2.1.1'
compile 'com.imsweb.com:staging-client-java:2.2'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'com.imsweb'
version = '2.2-SNAPSHOT'
version = '2.2'
description = 'Java client library for staging calculations'

println "Starting build using ${Jvm.current()}"
Expand Down

0 comments on commit 9069ee8

Please sign in to comment.