Skip to content

Commit 1bb0d58

Browse files
authored
Add GitLab Logo to the managed set (#4376)
1 parent 8f8aade commit 1bb0d58

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

bom-2.462.x/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,11 @@
389389
<artifactId>github-oauth</artifactId>
390390
<version>597.ve0c3480fcb_d0</version>
391391
</dependency>
392+
<dependency>
393+
<groupId>org.jenkins-ci.plugins</groupId>
394+
<artifactId>gitlab-logo</artifactId>
395+
<version>130.v9d2696eb_8dc6</version>
396+
</dependency>
392397
<dependency>
393398
<groupId>org.jenkins-ci.plugins</groupId>
394399
<artifactId>gitlab-plugin</artifactId>

bom-weekly/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,11 @@
10851085
<artifactId>github-scm-trait-notification-context</artifactId>
10861086
<version>40.vfa_7f31a_b_d7f8</version>
10871087
</dependency>
1088+
<dependency>
1089+
<groupId>org.jenkins-ci.plugins</groupId>
1090+
<artifactId>gitlab-logo</artifactId>
1091+
<version>156.vb_07d6f88a_e93</version>
1092+
</dependency>
10881093
<dependency>
10891094
<groupId>org.jenkins-ci.plugins</groupId>
10901095
<artifactId>gitlab-oauth</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,11 @@
953953
<artifactId>github-scm-trait-notification-context</artifactId>
954954
<scope>test</scope>
955955
</dependency>
956+
<dependency>
957+
<groupId>org.jenkins-ci.plugins</groupId>
958+
<artifactId>gitlab-logo</artifactId>
959+
<scope>test</scope>
960+
</dependency>
956961
<dependency>
957962
<groupId>org.jenkins-ci.plugins</groupId>
958963
<artifactId>gitlab-oauth</artifactId>

0 commit comments

Comments
 (0)