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