Skip to content

Commit 9e13a05

Browse files
committed
Release Jervis 2.4
1 parent ab2b7d8 commit 9e13a05

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
139139
dependencies {
140-
libs 'net.gleske:jervis:2.3'
140+
libs 'net.gleske:jervis:2.4'
141141
}
142142
143143
task 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/

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.4-SNAPSHOT
1+
version=2.4

0 commit comments

Comments
 (0)