We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebb2eb commit 9915149Copy full SHA for 9915149
pom.xml
@@ -14,7 +14,7 @@
14
</parent>
15
<groupId>io.jenkins.plugins</groupId>
16
<artifactId>opentelemetry</artifactId>
17
- <version>${revision}${changelist}</version>
+ <version>2.9.0-rc1</version>
18
<packaging>hpi</packaging>
19
<properties>
20
<revision>2.8.1</revision>
@@ -516,7 +516,7 @@
516
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
517
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
518
<url>https://github.com/${gitHubRepo}</url>
519
- <tag>${scmTag}</tag>
+ <tag>opentelemetry-2.9.0-rc1</tag>
520
</scm>
521
<contributors>
522
<contributor>
0 commit comments