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 2c70a90 commit 07a92a0Copy full SHA for 07a92a0
pom.xml
@@ -9,15 +9,15 @@
9
</parent>
10
<artifactId>test-annotations</artifactId>
11
12
- <version>${revision}${changelist}</version>
+ <version>1.5</version>
13
<name>Test annotations</name>
14
<description>Annotations to associate test cases with other things</description>
15
<url>https://github.com/jenkinsci/lib-${project.artifactId}</url>
16
17
<scm>
18
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
19
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
20
- <tag>${scmTag}</tag>
+ <tag>test-annotations-1.5</tag>
21
<url>https://github.com/${gitHubRepo}</url>
22
</scm>
23
0 commit comments