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

Skip to content

Commit 7674485

Browse files
committed
[maven-release-plugin] prepare release jenkins-client-parent-0.3.6
1 parent 584b94a commit 7674485

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

jenkins-client-it-docker/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@
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>
1512
<groupId>com.offbytwo.jenkins</groupId>
1613
<artifactId>jenkins-client-parent</artifactId>
17-
<version>0.3.6-SNAPSHOT</version>
14+
<version>0.3.6</version>
1815
</parent>
1916

2017
<artifactId>jenkins-client-it-docker</artifactId>

jenkins-client/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@
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>
1512
<groupId>com.offbytwo.jenkins</groupId>
1613
<artifactId>jenkins-client-parent</artifactId>
17-
<version>0.3.6-SNAPSHOT</version>
14+
<version>0.3.6</version>
1815
</parent>
1916

2017
<artifactId>jenkins-client</artifactId>

pom.xml

Lines changed: 3 additions & 6 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,14 +20,14 @@
2320

2421
<groupId>com.offbytwo.jenkins</groupId>
2522
<artifactId>jenkins-client-parent</artifactId>
26-
<version>0.3.6-SNAPSHOT</version>
23+
<version>0.3.6</version>
2724
<packaging>pom</packaging>
2825

2926
<scm>
3027
<connection>scm:git:https://github.com/jenkinsci/java-client-api.git</connection>
3128
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/java-client-api.git</developerConnection>
3229
<url>https://github.com/jenkinsci/java-client-api</url>
33-
<tag>HEAD</tag>
30+
<tag>jenkins-client-parent-0.3.6</tag>
3431
</scm>
3532
<distributionManagement>
3633
<site>

0 commit comments

Comments
 (0)