File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ name: publish
77on :
88 repository_dispatch :
99 types : manual-publish
10- # once all is working, also trigger when release is created
11- # release:
12- # types: [created]
10+ release :
11+ types : [created]
1312
1413jobs :
1514 publish :
Original file line number Diff line number Diff 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.8 </version >
28+ <version >1.9 </version >
2929</dependency >
3030```
3131
3232or via Gradle:
3333
3434``` groovy
35- compile 'com.imsweb.com:x12-parser:1.8 '
35+ compile 'com.imsweb.com:x12-parser:1.9 '
3636```
3737
3838[ 1 ] : http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.imsweb&a=x12-parser&v=LATEST
Original file line number Diff line number Diff line change 11plugins {
22 id ' java-library'
33 id ' checkstyle'
4- id " com.github.spotbugs" version " 4.2.0 "
4+ id " com.github.spotbugs" version " 4.2.1 "
55 id ' com.bmuschko.nexus' version ' 2.3.1' // prepares and copies artifacts to Sonotype OSS
66 id " io.codearte.nexus-staging" version " 0.21.2" // logs into Sonotype OSS and does a "Close" and "Release"
77 id ' com.adarshr.test-logger' version ' 2.0.0'
88 id " com.github.ben-manes.versions" version " 0.28.0"
99}
1010
1111group = ' com.imsweb'
12- version = ' 1.9-SNAPSHOT '
12+ version = ' 1.9'
1313description = ' Java client library for parsing x12 files'
1414
1515tasks. withType(JavaCompile ) {
You can’t perform that action at this time.
0 commit comments