File tree 2 files changed +5
-5
lines changed
src/main/java/hudson/plugins/locale
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jenkins-ci.plugins</groupId >
7
7
<artifactId >plugin</artifactId >
8
- <version >4.88 </version >
8
+ <version >5.3 </version >
9
9
<relativePath />
10
10
</parent >
11
11
34
34
<properties >
35
35
<changelist >999999-SNAPSHOT</changelist >
36
36
<gitHubRepo >jenkinsci/locale-plugin</gitHubRepo >
37
- <jenkins .baseline>2.452 </jenkins .baseline>
38
- <jenkins .version>${jenkins.baseline} .4 </jenkins .version>
37
+ <jenkins .baseline>2.479 </jenkins .baseline>
38
+ <jenkins .version>${jenkins.baseline} .1 </jenkins .version>
39
39
<spotless .check.skip>false</spotless .check.skip>
40
40
</properties >
41
41
<dependencyManagement >
Original file line number Diff line number Diff line change 25
25
import net .sf .json .JSONObject ;
26
26
import org .jenkinsci .Symbol ;
27
27
import org .jvnet .localizer .LocaleProvider ;
28
- import org .kohsuke .stapler .StaplerRequest ;
28
+ import org .kohsuke .stapler .StaplerRequest2 ;
29
29
30
30
/**
31
31
* @author Kohsuke Kawaguchi
@@ -94,7 +94,7 @@ public void load() {
94
94
}
95
95
96
96
@ Override
97
- public boolean configure (StaplerRequest req , JSONObject jsonObject ) throws FormException {
97
+ public boolean configure (StaplerRequest2 req , JSONObject jsonObject ) throws FormException {
98
98
req .bindJSON (this , jsonObject );
99
99
save ();
100
100
return false ;
You can’t perform that action at this time.
0 commit comments