Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
feat: update core to 2.401 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
DuMaM authored Nov 23, 2023
1 parent db37c59 commit be4e896
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This plugin allows using [Atlassian Crowd](https://www.atlassian.com/software/cr

## Requirements

The current version of the plugin is tested against `Crowd 3.7` and `Crowd 5.1`, with `Jenkins 2.387.3`.
The current version of the plugin is tested against `Crowd 3.7` and `Crowd 5.1`, with `Jenkins 2.401.3`.
This plugin uses Crowd REST APIs for connecting to the Crowd and therefore requires Crowd \>= 2.1 (see [Crowd REST API docs](http://developer.atlassian.com/display/CROWDDEV/Crowd+REST+APIs)).
If you have an older Crowd server, use the older "Crowd Plugin" instead.

Expand Down
2 changes: 1 addition & 1 deletion casc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG JAVA_VERSION
ARG JENKINS_SITE_NAME

FROM jenkins/jenkins:2.387.3-jdk$JAVA_VERSION
FROM jenkins/jenkins:2.401.3-jdk$JAVA_VERSION

# use the value to set the ENV var default
ENV JENKINS_SITE_NAME=$JENKINS_SITE_NAME
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<revision>4.2.1</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/crowd2-plugin</gitHubRepo>
<jenkins.version>2.387.3</jenkins.version>
<jenkins.version>2.401.3</jenkins.version>
<crowd-integration-client-rest.version>5.1.5</crowd-integration-client-rest.version>
<findbugs.failOnError>false</findbugs.failOnError>
<spotbugs.effort>Max</spotbugs.effort>
Expand Down Expand Up @@ -177,7 +177,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<artifactId>bom-2.401.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</version>
<scope>import</scope>
<type>pom</type>
Expand Down

0 comments on commit be4e896

Please sign in to comment.