File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3636or 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
Original file line number Diff line number Diff 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!
6867task wrapper (type : Wrapper ) {
6968 gradleVersion = ' 4.7'
7069}
You can’t perform that action at this time.
0 commit comments