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 57cda68 commit 879b6c6Copy full SHA for 879b6c6
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>io.jenkins.plugins</groupId>
11
<artifactId>pipeline-graph-view</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>0.1</version>
13
<packaging>hpi</packaging>
14
<properties>
15
<revision>0.1</revision>
@@ -133,7 +133,7 @@
133
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
134
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
135
<url>https://github.com/${gitHubRepo}</url>
136
- <tag>${scmTag}</tag>
+ <tag>pipeline-graph-view-0.1</tag>
137
</scm>
138
139
<repositories>
0 commit comments