Skip to content

Commit c63c1b5

Browse files
committed
[maven-release-plugin] prepare release jenkins-client-0.3.3
1 parent 0acc138 commit c63c1b5

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

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.3-SNAPSHOT</version>
23+
<version>0.3.3</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.3</tag>
3330
</scm>
3431
<distributionManagement>
3532
<site>
@@ -254,7 +251,7 @@
254251
! overwrite arguments of parent pom to
255252
! prevent activating profile sonatype-oss-release
256253
-->
257-
<arguments combine.self="override"/>
254+
<arguments combine.self="override" />
258255
<goals>deploy site site:stage scm-publish:publish-scm</goals>
259256
<autoVersionSubmodules>true</autoVersionSubmodules>
260257
<useReleaseProfile>true</useReleaseProfile>

0 commit comments

Comments
 (0)