We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1425676 commit 7474df9Copy full SHA for 7474df9
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>io.jenkins.plugins</groupId>
11
<artifactId>pipeline-restful-api</artifactId>
12
- <version>0.12</version>
+ <version>0.13-SNAPSHOT</version>
13
<packaging>hpi</packaging>
14
<properties>
15
<jenkins.version>2.164.1</jenkins.version>
@@ -94,7 +94,7 @@
94
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
95
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
96
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
97
- <tag>pipeline-restful-api-0.12</tag>
+ <tag>pipeline-restful-api-0.4</tag>
98
</scm>
99
100
<repositories>
0 commit comments