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 ff0304a commit cecdf71Copy full SHA for cecdf71
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.12.0-rc1</version>
18
<packaging>hpi</packaging>
19
<properties>
20
<revision>2.11.1</revision>
@@ -466,7 +466,7 @@
466
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
467
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
468
<url>https://github.com/${gitHubRepo}</url>
469
- <tag>opentelemetry-2.11.0</tag>
+ <tag>opentelemetry-2.12.0-rc1</tag>
470
</scm>
471
<profiles>
472
<profile>
0 commit comments