Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 3bddee0

Browse files
committed
[maven-release-plugin] prepare release ruby-runtime-parent-0.13
1 parent 1a4c0e7 commit 3bddee0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

java-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>ruby-runtime-parent</artifactId>
6-
<version>0.13-SNAPSHOT</version>
6+
<version>0.13</version>
77
</parent>
88

99
<artifactId>ruby-runtime</artifactId>

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>1.509.2</version>
6+
<version>2.3</version>
77
</parent>
88

9+
<properties>
10+
<jenkins.version>1.609.1</jenkins.version>
11+
<hpi-plugin.version>1.106</hpi-plugin.version>
12+
</properties>
13+
914
<artifactId>ruby-runtime-parent</artifactId>
10-
<version>0.13-SNAPSHOT</version>
15+
<version>0.13</version>
1116
<description>Hosts runtime for enabling pure-Ruby plugins</description>
1217
<packaging>pom</packaging>
1318

@@ -62,5 +67,6 @@
6267
<connection>scm:git:git://github.com/jenkinsci/jenkins.rb.git</connection>
6368
<developerConnection>scm:git:[email protected]:jenkinsci/jenkins.rb.git</developerConnection>
6469
<url>http://github.com/jenkinsci/jenkins.rb</url>
70+
<tag>HEAD</tag>
6571
</scm>
6672
</project>

0 commit comments

Comments
 (0)