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 ff8dc98 commit a3ce73fCopy full SHA for a3ce73f
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>simple-theme-plugin</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>0.7</version>
14
<packaging>hpi</packaging>
15
16
<name>Simple Theme Plugin</name>
@@ -37,7 +37,7 @@
37
<connection>scm:git:ssh://github.com/${gitHubRepo}.git</connection>
38
<developerConnection>scm:git:ssh://git@github.com/${gitHubRepo}.git</developerConnection>
39
<url>https://github.com/${gitHubRepo}</url>
40
- <tag>${scmTag}</tag>
+ <tag>simple-theme-plugin-0.7</tag>
41
</scm>
42
43
<properties>
0 commit comments