Skip to content

Commit 906254d

Browse files
committed
using badges from release/2 branch
using scm4j-wf 2.0 in run.groovy
1 parent 99f2aa5 commit 906254d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-wf.svg)](https://jitpack.io/#scm4j/scm4j-wf)
2-
[![Build Status](https://travis-ci.org/scm4j/scm4j-wf.svg?branch=master)](https://travis-ci.org/scm4j/scm4j-wf)
3-
[![Coverage Status](https://coveralls.io/repos/github/scm4j/scm4j-wf/badge.svg?branch=master)](https://coveralls.io/github/scm4j/scm4j-wf?branch=master)
2+
[![Build Status](https://travis-ci.org/scm4j/scm4j-wf.svg?branch=release/2)](https://travis-ci.org/scm4j/scm4j-wf)
3+
[![Coverage Status](https://coveralls.io/repos/github/scm4j/scm4j-wf/badge.svg?branch=release/2)](https://coveralls.io/github/scm4j/scm4j-wf?branch=release/2)
44

55
# Status
66

run.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@GrabResolver(name='jitpack', root='https://jitpack.io')
2-
@Grab('com.github.scm4j:scm4j-wf:master-SNAPSHOT')
2+
@Grab('com.github.scm4j:scm4j-wf:2.0')
33

44
import org.scm4j.wf.cli.CLI;
55

0 commit comments

Comments
 (0)