We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41db966 commit 091c743Copy full SHA for 091c743
pom.xml
@@ -12,7 +12,7 @@
12
<groupId>io.jenkins.plugins</groupId>
13
<packaging>hpi</packaging>
14
<name>ECharts API Plugin</name>
15
- <version>${revision}${changelist}</version>
+ <version>5.5.1-6</version>
16
17
<description>Provides ECharts for Jenkins plugins.</description>
18
<url>https://github.com/jenkinsci/echarts-api-plugin</url>
@@ -191,7 +191,7 @@
191
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
192
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
193
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
194
- <tag>${scmTag}</tag>
+ <tag>v5.5.1-6</tag>
195
</scm>
196
197
<repositories>
0 commit comments