Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit a1de5ea

Browse files
committed
Update maven-release plugin dependency
1 parent 0dd0908 commit a1de5ea

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
@@ -19,6 +19,9 @@
1919
<distribution>repo</distribution>
2020
</license>
2121
</licenses>
22+
<properties>
23+
<plugin.release.version>2.5.1</plugin.release.version>
24+
</properties>
2225
<scm>
2326
<connection>scm:git:git@github.com:rundeck-plugins/rundeck-winrm-plugin.git</connection>
2427
<developerConnection>scm:git:git@github.com:rundeck-plugins/rundeck-winrm-plugin.git</developerConnection>
@@ -63,6 +66,10 @@
6366
</archive>
6467
</configuration>
6568
</plugin>
69+
<plugin>
70+
<artifactId>maven-release-plugin</artifactId>
71+
<version>${plugin.release.version}</version>
72+
</plugin>
6673
</plugins>
6774
</build>
6875
<dependencies>

0 commit comments

Comments
 (0)