We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40eaaa0 commit 232eedcCopy full SHA for 232eedc
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>parameterized-scheduler</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>1.2</version>
14
<packaging>hpi</packaging>
15
16
<properties>
@@ -44,7 +44,7 @@
44
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
45
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
46
<url>https://github.com/${gitHubRepo}</url>
47
- <tag>${scmTag}</tag>
+ <tag>parameterized-scheduler-1.2</tag>
48
</scm>
49
50
<repositories>
0 commit comments