Skip to content

Commit 0cb1f9b

Browse files
authored
Merge branch 'master' into log-ignored-branches
2 parents 810eaf3 + 0b3bfd2 commit 0cb1f9b

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
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>

pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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

@@ -70,7 +70,7 @@
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>
@@ -118,8 +118,8 @@
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>
@@ -128,12 +128,6 @@
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>

src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)