Skip to content

Commit 76e1976

Browse files
committed
[maven-release-plugin] prepare release jenkins-client-parent-0.3.8
1 parent 8fd7b3e commit 76e1976

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jenkins-client-it-docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.offbytwo.jenkins</groupId>
1313
<artifactId>jenkins-client-parent</artifactId>
14-
<version>0.3.8-SNAPSHOT</version>
14+
<version>0.3.8</version>
1515
</parent>
1616

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

jenkins-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.offbytwo.jenkins</groupId>
1313
<artifactId>jenkins-client-parent</artifactId>
14-
<version>0.3.8-SNAPSHOT</version>
14+
<version>0.3.8</version>
1515
</parent>
1616

1717
<artifactId>jenkins-client</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
<groupId>com.offbytwo.jenkins</groupId>
2222
<artifactId>jenkins-client-parent</artifactId>
23-
<version>0.3.8-SNAPSHOT</version>
23+
<version>0.3.8</version>
2424
<packaging>pom</packaging>
2525

2626
<scm>
2727
<connection>scm:git:https://github.com/jenkinsci/java-client-api.git</connection>
2828
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/java-client-api.git</developerConnection>
2929
<url>https://github.com/jenkinsci/java-client-api</url>
30-
<tag>HEAD</tag>
30+
<tag>jenkins-client-parent-0.3.8</tag>
3131
</scm>
3232
<distributionManagement>
3333
<site>

0 commit comments

Comments
 (0)