Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Jun 22, 2020
1 parent 2279931 commit 988aaba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Download [the latest JAR][1] or grab via Maven:
<dependency>
<groupId>com.imsweb</groupId>
<artifactId>x12-parser</artifactId>
<version>1.9</version>
<version>1.10</version>
</dependency>
```

or via Gradle:

```groovy
compile 'com.imsweb.com:x12-parser:1.9'
compile 'com.imsweb.com:x12-parser:1.10'
```

[1]: http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.imsweb&a=x12-parser&v=LATEST
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'checkstyle'
id "com.github.spotbugs" version "4.3.0"
id "com.github.spotbugs" version "4.4.2"
id 'maven-publish'
id 'signing'
id "io.codearte.nexus-staging" version "0.21.2" // logs into Sonotype OSS and does a "Close" and "Release"
Expand All @@ -11,7 +11,7 @@ plugins {
}

group = 'com.imsweb'
version = '1.10-SNAPSHOT'
version = '1.10'
description = 'Java client library for parsing x12 files'

tasks.withType(JavaCompile) {
Expand All @@ -32,7 +32,7 @@ repositories {
}

dependencies {
spotbugs 'com.github.spotbugs:spotbugs:4.0.4'
spotbugs 'com.github.spotbugs:spotbugs:4.0.5'

api 'com.thoughtworks.xstream:xstream:1.4.12'

Expand Down

0 comments on commit 988aaba

Please sign in to comment.