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 7b971fd commit 6fb2228Copy full SHA for 6fb2228
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.10.0</version>
18
<packaging>hpi</packaging>
19
<properties>
20
<revision>2.10.0-beta-2</revision>
@@ -504,7 +504,7 @@
504
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
505
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
506
<url>https://github.com/${gitHubRepo}</url>
507
- <tag>${scmTag}</tag>
+ <tag>opentelemetry-2.10.0</tag>
508
</scm>
509
<profiles>
510
<profile>
0 commit comments