Skip to content

Commit 0408d65

Browse files
committed
Release Jervis 2.3
1 parent 8e9b8f3 commit 0408d65

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
This file contains all of the notable changes from Jervis releases. For the
44
full change log see the commit log.
55

6+
# jervis 2.3 - Jan 16th, 2026
7+
8+
- Fixes a core but in MultiePlatformGenerator preventing its use as a
9+
replacement for PipelineGenerator. Expanded test coverage of
10+
MultiPlatformGenerator to account for gaps.
11+
- Added spotless autoformat for YAML and Groovy code.
12+
613
# jervis 2.2 - Jan 11th, 2026
714

815
## Bug fixes

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.2</version>
117+
<version>2.3</version>
118118
<type>pom</type>
119119
</dependency>
120120
```
@@ -137,7 +137,7 @@ configurations {
137137
}
138138
139139
dependencies {
140-
libs 'net.gleske:jervis:2.2'
140+
libs 'net.gleske:jervis:2.3'
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.2...HEAD
203+
[commits-since-diff]: https://github.com/samrocketman/jervis/compare/jervis-2.3...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.3-SNAPSHOT
1+
version=2.3

0 commit comments

Comments
 (0)