File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ include it in your build tool.
114114<dependency >
115115 <groupId >net.gleske</groupId >
116116 <artifactId >jervis</artifactId >
117- <version >2.3 </version >
117+ <version >2.4 </version >
118118 <type >pom</type >
119119</dependency >
120120```
@@ -137,7 +137,7 @@ configurations {
137137}
138138
139139dependencies {
140- libs 'net.gleske:jervis:2.3 '
140+ libs 'net.gleske:jervis:2.4 '
141141}
142142
143143task cleanLibs(type: Delete) {
@@ -200,7 +200,7 @@ See [SonarQube README](sonarqube/README.md).
200200 limitations under the License.
201201
202202[ commits-since ] : https://img.shields.io/github/commits-since/samrocketman/jervis/latest/main
203- [ commits-since-diff ] : https://github.com/samrocketman/jervis/compare/jervis-2.3 ...HEAD
203+ [ commits-since-diff ] : https://github.com/samrocketman/jervis/compare/jervis-2.4 ...HEAD
204204[ jenkins-plugin-docker ] : https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin
205205[ jenkins-plugin-job-dsl ] : https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin
206206[ jenkins ] : https://jenkins-ci.org/
Original file line number Diff line number Diff line change 1- version =2.4-SNAPSHOT
1+ version =2.4
You can’t perform that action at this time.
0 commit comments