Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Sep 10, 2023
2 parents 58f0571 + 8cc0a07 commit 43c60d9
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def upstreamProjects = [
* Variables that may be defined above this block: *
* *
* deployJdk The version of JDK that will be used for the deploy stage. *
* Defaults to '17' *
* Defaults to '20' *
* *
* buildJdks The array of JDK versions that will build. *
* Defaults to ['11', '17', '20'] *
Expand Down Expand Up @@ -138,7 +138,7 @@ def upstreamProjects = [

// JDK versions
if (!binding.hasVariable('deployJdk')) {
binding.setVariable('deployJdk', '17')
binding.setVariable('deployJdk', '20')
}
if (!binding.hasVariable('buildJdks')) {
binding.setVariable(
Expand Down
2 changes: 1 addition & 1 deletion all
Submodule all updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile
2 changes: 1 addition & 1 deletion bom
Submodule bom updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile
4 changes: 2 additions & 2 deletions book/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def upstreamProjects = [
* Variables that may be defined above this block: *
* *
* deployJdk The version of JDK that will be used for the deploy stage. *
* Defaults to '17' *
* Defaults to '20' *
* *
* buildJdks The array of JDK versions that will build. *
* Defaults to ['11', '17', '20'] *
Expand Down Expand Up @@ -153,7 +153,7 @@ def upstreamProjects = [

// JDK versions
if (!binding.hasVariable('deployJdk')) {
binding.setVariable('deployJdk', '17')
binding.setVariable('deployJdk', '20')
}
if (!binding.hasVariable('buildJdks')) {
binding.setVariable(
Expand Down
2 changes: 1 addition & 1 deletion model
Submodule model updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile
2 changes: 1 addition & 1 deletion renderer-html
2 changes: 1 addition & 1 deletion servlet
Submodule servlet updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile
2 changes: 1 addition & 1 deletion style
Submodule style updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile
2 changes: 1 addition & 1 deletion taglib
Submodule taglib updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile
2 changes: 1 addition & 1 deletion view
Submodule view updated 2 files
+2 −2 Jenkinsfile
+2 −2 book/Jenkinsfile

0 comments on commit 43c60d9

Please sign in to comment.