File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[ ![ Release] ( https://jitpack.io/v/scm4j/scm4j-releaser.svg )] ( https://jitpack.io/#scm4j/scm4j-releaser )
2- [ ![ Build Status] ( https://travis-ci.org/scm4j/scm4j-releaser.svg?branch=master )] ( https://travis-ci.org/scm4j/scm4j-releaser )
3- [ ![ Coverage Status] ( https://coveralls.io/repos/github/scm4j/scm4j-releaser/badge.svg?branch=master )] ( https://coveralls.io/github/scm4j/scm4j-releaser?branch=master )
2+ [ ![ Build Status] ( https://travis-ci.org/scm4j/scm4j-releaser.svg?branch=release/2 )] ( https://travis-ci.org/scm4j/scm4j-releaser )
3+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/scm4j/scm4j-releaser/badge.svg?branch=release/2 )] ( https://coveralls.io/github/scm4j/scm4j-releaser?branch=release/2 )
44
55# Status
66
Original file line number Diff line number Diff line change 11@GrabResolver (name = ' jitpack' , root = ' https://jitpack.io' )
2- @Grab (' com.github.scm4j:scm4j-releaser:master-SNAPSHOT ' )
2+ @Grab (' com.github.scm4j:scm4j-releaser:2.1 ' )
33
44import org.scm4j.releaser.cli.CLI ;
55import org.scm4j.releaser.exceptions.EConfig ;
66
77class CLIRunner {
88 static void main (args ) {
99 try {
10- CLI . main(args);
10+ CLI . main(args);
1111 } catch (EConfig e) {
12+ }
1213 }
1314}
14- }
You can’t perform that action at this time.
0 commit comments