Skip to content

Commit

Permalink
Releasing 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
c00ler committed Feb 16, 2023
1 parent 22a9dc9 commit 2013899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ The following table shows the compatibility of the plugin version with Gradle En

|===
|Jenkins Gradle Plugin version | Injected Gradle Enterprise Maven extension version | Injected Common Custom User Data Maven extension version | Minimum supported Gradle Enterprise version
|Next version | 1.16.4 | 1.11.1 | 2022.3
|2.3 | 1.16.4 | 1.11.1 | 2022.3
|2.2 | 1.16.1 | 1.11.1 | 2022.3
|2.1.1 | 1.15.5 | 1.11.1 | 2022.3
|2.1 | 1.15.4 | 1.11.1 | 2022.3
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 2.3-SNAPSHOT
version = 2.3
githubUser = jenkinsci

2 comments on commit 2013899

@basil
Copy link
Member

@basil basil commented on 2013899 Mar 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JENKINS-70663 and JENKINS-70692 report a regression with this release. CC @c00ler

@c00ler
Copy link
Contributor Author

@c00ler c00ler commented on 2013899 Mar 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JENKINS-70663 and JENKINS-70692 report a regression with this release. CC @c00ler

@basil Thank you for pointing it out! Yes, I can confirm that the regression was introduced by this version. I will work on the fix.

Please sign in to comment.