File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
src/main/java/org/jenkinsci/plugins/github_branch_source Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 22 <extension >
33 <groupId >io.jenkins.tools.incrementals</groupId >
44 <artifactId >git-changelist-maven-extension</artifactId >
5- <version >1.0-beta-7 </version >
5+ <version >1.2 </version >
66 </extension >
77</extensions >
Original file line number Diff line number Diff line change 2626 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
2727 <hpi .compatibleSinceVersion>2.2.0</hpi .compatibleSinceVersion>
2828 <java .level>8</java .level>
29- <jenkins .version>2.283 </jenkins .version>
29+ <jenkins .version>2.289.1 </jenkins .version>
3030 <useBeta >true</useBeta >
3131 </properties >
3232
7070 <dependency >
7171 <groupId >com.github.tomakehurst</groupId >
7272 <artifactId >wiremock-jre8-standalone</artifactId >
73- <version >2.28 .1</version >
73+ <version >2.29 .1</version >
7474 <scope >test</scope >
7575 </dependency >
7676 <dependency >
118118 <dependencies >
119119 <dependency >
120120 <groupId >io.jenkins.tools.bom</groupId >
121- <artifactId >bom-2.277 .x</artifactId >
122- <version >872.v03c18fa35487 </version >
121+ <artifactId >bom-2.289 .x</artifactId >
122+ <version >887.vae9c8ac09ff7 </version >
123123 <scope >import</scope >
124124 <type >pom</type >
125125 </dependency >
128128 <artifactId >commons-lang3</artifactId >
129129 <version >3.11</version >
130130 </dependency >
131- <!-- TODO remove once branch-api >= 2.6.3 in bom -->
132- <dependency >
133- <groupId >org.jenkins-ci.plugins</groupId >
134- <artifactId >branch-api</artifactId >
135- <version >2.6.3</version >
136- </dependency >
137131 </dependencies >
138132 </dependencyManagement >
139133 <build >
Original file line number Diff line number Diff line change @@ -1881,7 +1881,7 @@ public List<SCMTrait<? extends SCMTrait<?>>> getTraitsDefaults() {
18811881 IconSet .icons .addIcon (
18821882 new Icon (
18831883 "icon-github-repo icon-xlg" ,
1884- "github-branch-source/images/svgs/sprite-github.svg#github-repo" ,
1884+ "plugin/ github-branch-source/images/svgs/sprite-github.svg#github-repo" ,
18851885 Icon .ICON_XLARGE_STYLE ,
18861886 IconFormat .EXTERNAL_SVG_SPRITE ));
18871887
You can’t perform that action at this time.
0 commit comments