Skip to content

Commit b2c4d3f

Browse files
committed
Fix release plugin
1 parent b852a2f commit b2c4d3f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,13 @@
390390
<tagNameFormat>v@{project.version}</tagNameFormat>
391391
<localCheckout>true</localCheckout>
392392
</configuration>
393+
<dependencies>
394+
<dependency>
395+
<groupId>org.kohsuke</groupId>
396+
<artifactId>github-api</artifactId>
397+
<version>1.132</version>
398+
</dependency>
399+
</dependencies>
393400
</plugin>
394401
<!-- Setup Checkstyle, excluding module-info -->
395402
<plugin>

0 commit comments

Comments
 (0)