Skip to content

Commit eb7c542

Browse files
committed
Prepare for release
1 parent e3c0cda commit eb7c542

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Download [the latest JAR][1] or grab via Maven:
2525
<dependency>
2626
<groupId>com.imsweb</groupId>
2727
<artifactId>x12-parser</artifactId>
28-
<version>1.10</version>
28+
<version>1.11</version>
2929
</dependency>
3030
```
3131

3232
or via Gradle:
3333

3434
```groovy
35-
compile 'com.imsweb.com:x12-parser:1.10'
35+
compile 'com.imsweb.com:x12-parser:1.11'
3636
```
3737

3838
[1]: http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.imsweb&a=x12-parser&v=LATEST

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
plugins {
22
id 'java-library'
33
id 'checkstyle'
4-
id "com.github.spotbugs" version "4.4.2"
4+
id "com.github.spotbugs" version "4.4.4"
55
id 'maven-publish'
66
id 'signing'
77
id "io.codearte.nexus-staging" version "0.21.2" // logs into Sonotype OSS and does a "Close" and "Release"
8-
id 'com.adarshr.test-logger' version '2.0.0'
9-
id "com.github.ben-manes.versions" version "0.28.0"
8+
id 'com.adarshr.test-logger' version '2.1.0'
9+
id "com.github.ben-manes.versions" version "0.29.0"
1010
id "org.owasp.dependencycheck" version "5.3.2.1"
1111
}
1212

1313
group = 'com.imsweb'
14-
version = '1.11-SNAPSHOT'
14+
version = '1.11'
1515
description = 'Java client library for parsing x12 files'
1616

1717
tasks.withType(JavaCompile) {
@@ -32,7 +32,7 @@ repositories {
3232
}
3333

3434
dependencies {
35-
spotbugs 'com.github.spotbugs:spotbugs:4.0.5'
35+
spotbugs 'com.github.spotbugs:spotbugs:4.0.6'
3636

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

0 commit comments

Comments
 (0)