File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
src/main/java/alex/jenkins/plugins Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.jenkins-ci.plugins</groupId >
77 <artifactId >plugin</artifactId >
8- <version >5.13 </version >
8+ <version >6.2116.v7501b_67dc517 </version >
99 <relativePath />
1010 </parent >
1111
1818
1919 <properties >
2020 <gitHubRepo >jenkinsci/${project.artifactId}</gitHubRepo >
21- <jenkins .baseline>2.479.3</jenkins .baseline>
22- <jenkins .version>${jenkins.baseline} .1</jenkins .version>
21+ <jenkins .baseline>2.479</jenkins .baseline>
22+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
23+ <ban-commons-lang-2 .skip>false</ban-commons-lang-2 .skip>
2324 </properties >
2425
2526 <licenses >
8081 <artifactId >rebuild</artifactId >
8182 <optional >true</optional >
8283 </dependency >
84+ <dependency >
85+ <groupId >io.jenkins.plugins</groupId >
86+ <artifactId >commons-lang3-api</artifactId >
87+ </dependency >
8388 </dependencies >
8489</project >
Original file line number Diff line number Diff line change 1616import java .util .regex .Pattern ;
1717import java .util .regex .PatternSyntaxException ;
1818
19- import org .apache .commons .lang .StringUtils ;
19+ import org .apache .commons .lang3 .StringUtils ;
2020import org .jenkinsci .Symbol ;
2121import org .jenkinsci .remoting .RoleChecker ;
2222import org .kohsuke .stapler .DataBoundConstructor ;
You can’t perform that action at this time.
0 commit comments