Skip to content

Commit 3341d5e

Browse files
committed
release versions are used
1 parent b010665 commit 3341d5e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

run.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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

44
import org.scm4j.releaser.cli.CLI;
55
import org.scm4j.releaser.exceptions.EConfig;
66

77
class CLIRunner {
88
static void main(args) {
99
try {
10-
CLI.main(args);
10+
CLI.main(args);
1111
} catch (EConfig e) {
12+
}
1213
}
1314
}
14-
}

0 commit comments

Comments
 (0)