File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
src/test/java/hudson/plugins/repo Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.jenkins-ci.plugins</groupId >
55 <artifactId >plugin</artifactId >
6- <version >4.41 </version >
6+ <version >4.51 </version >
77 <relativePath />
88 </parent >
99
1818 <properties >
1919 <revision >1.15.1</revision >
2020 <changelist >-SNAPSHOT</changelist >
21- <jenkins .version>2.346.1</jenkins .version>
22- <java .level>8</java .level>
21+ <jenkins .version>2.346.3</jenkins .version>
2322 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2423 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2524 </properties >
126125 </distributionManagement >
127126
128127 <scm >
129- <connection >scm:git:git ://github.com/jenkinsci/repo-plugin.git</connection >
128+ <connection >scm:git:https ://github.com/jenkinsci/repo-plugin.git</connection >
130129 <
developerConnection >scm:git:
[email protected] :jenkinsci/repo-plugin.git</
developerConnection >
131130 <url >http://github.com/jenkinsci/repo-plugin</url >
132131 <tag >HEAD</tag >
Original file line number Diff line number Diff line change 2323 */
2424package hudson .plugins .repo ;
2525
26- import java .util .ArrayList ;
27- import java .util .List ;
28-
2926import org .junit .Assert ;
3027
3128import junit .framework .TestCase ;
Original file line number Diff line number Diff line change 2323 */
2424package hudson .plugins .repo ;
2525
26- import java .util .ArrayList ;
27- import java .util .List ;
28-
29- import org .junit .Assert ;
30-
3126import junit .framework .TestCase ;
3227
3328/**
You can’t perform that action at this time.
0 commit comments