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

Commit 4bfa983

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7ca8df3 commit 4bfa983

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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</version>
6+
<version>0.14-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>ruby-runtime</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88

99
<artifactId>ruby-runtime-parent</artifactId>
10-
<version>0.13</version>
10+
<version>0.14-SNAPSHOT</version>
1111
<description>Hosts runtime for enabling pure-Ruby plugins</description>
1212
<packaging>pom</packaging>
1313

@@ -62,6 +62,6 @@
6262
<connection>scm:git:git://github.com/jenkinsci/jenkins.rb.git</connection>
6363
<developerConnection>scm:git:[email protected]:jenkinsci/jenkins.rb.git</developerConnection>
6464
<url>http://github.com/jenkinsci/jenkins.rb</url>
65-
<tag>ruby-runtime-parent-0.13</tag>
65+
<tag>HEAD</tag>
6666
</scm>
6767
</project>

0 commit comments

Comments
 (0)