Skip to content

Commit 34a9b98

Browse files
authored
Merge pull request #133 from MarkEWaite/use-gitlab-api-6.2.0
Use GitLab API 6.2.0, require Jenkins 2.504.3 or newer
2 parents af4fdc7 + 8b2775a commit 34a9b98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<properties>
4444
<changelist>999999-SNAPSHOT</changelist>
4545
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
46-
<jenkins.baseline>2.479</jenkins.baseline>
46+
<jenkins.baseline>2.504</jenkins.baseline>
4747
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
4848
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4949
</properties>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.jenkins.tools.bom</groupId>
5454
<artifactId>bom-${jenkins.baseline}.x</artifactId>
55-
<version>5054.v620b_5d2b_d5e6</version>
55+
<version>5659.vecf9e2dc5a_ed</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
@@ -63,6 +63,7 @@
6363
<dependency>
6464
<groupId>io.jenkins.plugins</groupId>
6565
<artifactId>gitlab-api</artifactId>
66+
<version>6.2.0-111.vf174d6b_8c12e</version>
6667
</dependency>
6768
</dependencies>
6869

0 commit comments

Comments
 (0)