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