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

Skip to content

Commit f9213c7

Browse files
committed
[maven-release-plugin] prepare release jenkins-client-0.3.4
1 parent 0e7d768 commit f9213c7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
~ Distributed under the MIT license: http://opensource.org/licenses/MIT
66
-->
77

8-
<project
9-
xmlns="http://maven.apache.org/POM/4.0.0"
10-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
129
<modelVersion>4.0.0</modelVersion>
1310

1411
<parent>
@@ -23,13 +20,13 @@
2320

2421
<groupId>com.offbytwo.jenkins</groupId>
2522
<artifactId>jenkins-client</artifactId>
26-
<version>0.3.4-SNAPSHOT</version>
23+
<version>0.3.4</version>
2724

2825
<scm>
2926
<connection>scm:git:[email protected]:RisingOak/jenkins-client.git</connection>
3027
<developerConnection>scm:git:[email protected]:RisingOak/jenkins-client.git</developerConnection>
3128
<url>https://github.com/RisingOak/jenkins-client</url>
32-
<tag>HEAD</tag>
29+
<tag>jenkins-client-0.3.4</tag>
3330
</scm>
3431
<distributionManagement>
3532
<site>
@@ -267,7 +264,7 @@
267264
! overwrite arguments of parent pom to
268265
! prevent activating profile sonatype-oss-release
269266
-->
270-
<arguments combine.self="override"/>
267+
<arguments combine.self="override" />
271268
<goals>deploy site site:stage scm-publish:publish-scm</goals>
272269
<autoVersionSubmodules>true</autoVersionSubmodules>
273270
<useReleaseProfile>true</useReleaseProfile>

0 commit comments

Comments
 (0)