Skip to content

Commit

Permalink
Update the Jenkins core and the plugin BOM to Jenkins 2.277.x (#494)
Browse files Browse the repository at this point in the history
* Update the Jenkins core and the plugin BOM to Jenkins 2.277.x

* Switch to 2.272.2

* Update JFR version in the CWP demo

* Update demo/cwp/packager-config.yml

* Update demo/cwp/packager-config.yml
  • Loading branch information
oleg-nenashev authored Apr 8, 2021
1 parent 3800322 commit df97132
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo/cwp/packager-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ war:
groupId: "org.jenkins-ci.main"
artifactId: "jenkins-war"
source:
version: "2.263"
version: "2.277.2"
plugins:
- groupId: "org.jenkins-ci.plugins"
artifactId: "script-security"
Expand Down
6 changes: 3 additions & 3 deletions packaging-slim-parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<jfr.name>jenkinsfile-runner-custom-build</jfr.name>
<!-- FIXME: Support for this parameter is coming in the next JFR release -->
<jfr.version>1.0-beta-20</jfr.version>
<jfr.version>1.0-beta-26</jfr.version>
<!-- Do not package the app using App Assembler (most likely YAGNI, this is for parent POM) -->
<jfr.skip.packaging>false</jfr.skip.packaging>
<!-- Do not package the ZIP (Uber Jar is disabled due to https://github.com/jenkinsci/jenkinsfile-runner/issues/350) -->
Expand Down Expand Up @@ -118,8 +118,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.263.x</artifactId>
<version>26</version>
<artifactId>${jenkins.bom.baseline}</artifactId>
<version>${jenkins.bom.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ THE SOFTWARE.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.level>8</java.level>
<jenkins.version>2.263.1</jenkins.version>
<jenkins.version>2.277.2</jenkins.version>
<jenkins.bom.baseline>bom-2.277.x</jenkins.bom.baseline>
<jenkins.bom.version>27</jenkins.bom.version>
<jetty.version>9.4.39.v20210325</jetty.version>
<jenkins-test-harness.version>1521.vaea1e973d086</jenkins-test-harness.version>
<!--TODO: Reenable once all the issues are fixed (JENKINS-57353)-->
Expand All @@ -74,8 +76,8 @@ THE SOFTWARE.
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.263.x</artifactId>
<version>26</version>
<artifactId>${jenkins.bom.baseline}</artifactId>
<version>${jenkins.bom.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit df97132

Please sign in to comment.