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 a9fbe82 commit 8569b16Copy full SHA for 8569b16
pom.xml
@@ -7,7 +7,7 @@
7
<relativePath />
8
</parent>
9
<artifactId>matrix-project</artifactId>
10
- <version>${revision}${changelist}</version>
+ <version>1.18</version>
11
<packaging>hpi</packaging>
12
<name>Matrix Project Plugin</name>
13
<description>Multi-configuration (matrix) project type.</description>
@@ -30,7 +30,7 @@
30
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
31
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
32
<url>https://github.com/${gitHubRepo}</url>
33
- <tag>${scmTag}</tag>
+ <tag>matrix-project-1.18</tag>
34
</scm>
35
<repositories>
36
<repository>
0 commit comments