Skip to content

Commit eb17519

Browse files
committed
Preparing release
1 parent a47103f commit eb17519

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Download [the latest JAR][1] or grab via Maven:
2929
<dependency>
3030
<groupId>com.imsweb</groupId>
3131
<artifactId>seerapi-client-java</artifactId>
32-
<version>3.7</version>
32+
<version>3.8</version>
3333
</dependency>
3434
```
3535

3636
or via Gradle:
3737

3838
```
39-
compile 'com.imsweb:seerapi-client-java:3.7'
39+
compile 'com.imsweb:seerapi-client-java:3.8'
4040
```
4141

4242
## Usage

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'checkstyle'
66
id 'findbugs'
77
id 'com.bmuschko.nexus' version '2.3.1'
8-
id "io.codearte.nexus-staging" version "0.8.0" // logs into Sonotype OSS and does a "Close" and "Release"
8+
id "io.codearte.nexus-staging" version "0.11.0"
99
id 'net.ossindex.audit' version '0.1.1'
1010
}
1111

@@ -64,7 +64,6 @@ findbugs {
6464
excludeFilter = file("config/findbugs/findbugs-exclude.xml")
6565
}
6666

67-
// Gradle wrapper, this allows to build the project without having to install Gradle!
6867
task wrapper(type: Wrapper) {
6968
gradleVersion = '4.7'
7069
}

0 commit comments

Comments
 (0)