We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff61211 commit 6c66bfeCopy full SHA for 6c66bfe
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>pubsub-light</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>1.19</version>
13
<packaging>hpi</packaging>
14
15
<name>Jenkins Pub-Sub "light" Bus</name>
@@ -29,7 +29,7 @@
29
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
30
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
31
<url>https://github.com/${gitHubRepo}</url>
32
- <tag>${scmTag}</tag>
+ <tag>pubsub-light-1.19</tag>
33
</scm>
34
35
<repositories>
0 commit comments