File tree 2 files changed +7
-6
lines changed
src/main/java/org/jenkinsci/plugins/ansible
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.jenkins-ci.plugins</groupId >
6
6
<artifactId >plugin</artifactId >
7
- <version >4.88 </version >
7
+ <version >5.5 </version >
8
8
<relativePath />
9
9
</parent >
10
10
<groupId >org.jenkins-ci.plugins</groupId >
28
28
<properties >
29
29
<changelist >999999-SNAPSHOT</changelist >
30
30
<gitHubRepo >jenkinsci/ansible-plugin</gitHubRepo >
31
- <jenkins .baseline>2.462</jenkins .baseline>
32
- <jenkins .version>${jenkins.baseline} .3</jenkins .version>
31
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
32
+ <jenkins .baseline>2.479</jenkins .baseline>
33
+ <jenkins .version>${jenkins.baseline} .1</jenkins .version>
33
34
<spotless .check.skip>false</spotless .check.skip>
34
35
35
36
<!-- Test dependencies version -->
41
42
<dependency >
42
43
<groupId >io.jenkins.tools.bom</groupId >
43
44
<artifactId >bom-${jenkins.baseline}.x</artifactId >
44
- <version >3875.v1df09947cde6 </version >
45
+ <version >3893.v213a_42768d35 </version >
45
46
<type >pom</type >
46
47
<scope >import</scope >
47
48
</dependency >
Original file line number Diff line number Diff line change 33
33
import net .sf .json .JSONObject ;
34
34
import org .jenkinsci .Symbol ;
35
35
import org .kohsuke .stapler .DataBoundConstructor ;
36
- import org .kohsuke .stapler .StaplerRequest ;
36
+ import org .kohsuke .stapler .StaplerRequest2 ;
37
37
38
38
/**
39
39
* {@code ToolInstallation} for Ansible
@@ -128,7 +128,7 @@ public DescriptorImpl() {
128
128
}
129
129
130
130
@ Override
131
- public boolean configure (StaplerRequest req , JSONObject json ) throws FormException {
131
+ public boolean configure (StaplerRequest2 req , JSONObject json ) throws FormException {
132
132
super .configure (req , json );
133
133
save ();
134
134
return true ;
You can’t perform that action at this time.
0 commit comments