We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83d115 commit a9b8946Copy full SHA for a9b8946
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.jenkins-ci.plugins</groupId>
6
<artifactId>plugin</artifactId>
7
- <version>5.9</version>
+ <version>5.26</version>
8
<relativePath />
9
</parent>
10
@@ -20,6 +20,8 @@
20
<jenkins.baseline>2.479</jenkins.baseline>
21
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
22
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
23
+ <hpi.bundledArtifacts>gitlab4j-api</hpi.bundledArtifacts>
24
+ <hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
25
</properties>
26
27
<name>GitLab API Plugin</name>
0 commit comments