Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54f2f05

Browse files
committed
[maven-release-plugin] prepare release jenkins-client-0.3.1
1 parent 9db7bcf commit 54f2f05

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>com.offbytwo.jenkins</groupId>
1616
<artifactId>jenkins-client</artifactId>
17-
<version>0.3.1-SNAPSHOT</version>
17+
<version>0.3.1</version>
1818

1919
<parent>
2020
<groupId>org.sonatype.oss</groupId>
@@ -26,7 +26,8 @@
2626
<connection>scm:git:[email protected]:RisingOak/jenkins-client.git</connection>
2727
<developerConnection>scm:git:[email protected]:RisingOak/jenkins-client.git</developerConnection>
2828
<url>https://github.com/RisingOak/jenkins-client</url>
29-
</scm>
29+
<tag>jenkins-client-0.3.1</tag>
30+
</scm>
3031
<distributionManagement>
3132
<site>
3233
<id>github</id>
@@ -231,7 +232,7 @@
231232
! overwrite arguments of parent pom to
232233
! prevent activating profile sonatype-oss-release
233234
-->
234-
<arguments combine.self="override"/>
235+
<arguments combine.self="override" />
235236
<goals>deploy site site:stage scm-publish:publish-scm</goals>
236237
<autoVersionSubmodules>true</autoVersionSubmodules>
237238
<useReleaseProfile>true</useReleaseProfile>

0 commit comments

Comments
 (0)