Skip to content

Commit

Permalink
Update Jenkins to 2.289.1, use the latest plugins BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jun 7, 2021
1 parent 4a447e9 commit 3b37061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ THE SOFTWARE.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.level>8</java.level>
<jenkins.version>2.277.2</jenkins.version>
<jenkins.bom.baseline>bom-2.277.x</jenkins.bom.baseline>
<jenkins.bom.version>831.v9814430e6383</jenkins.bom.version>
<jenkins.version>2.289.1</jenkins.version>
<jenkins.bom.baseline>bom-2.289.x</jenkins.bom.baseline>
<jenkins.bom.version>841.vd6e713d848ab</jenkins.bom.version>
<jetty.version>9.4.39.v20210325</jetty.version>
<jenkins-test-harness.version>1565.v51970ebd7896</jenkins-test-harness.version>
<!--TODO: Reenable once all the issues are fixed (JENKINS-57353)-->
Expand Down
8 changes: 0 additions & 8 deletions setup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>instance-identity</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>ssh-cli-auth</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>slave-installer</artifactId>
Expand All @@ -72,10 +68,6 @@
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>systemd-slave-installer</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>sshd</artifactId>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down

0 comments on commit 3b37061

Please sign in to comment.