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 b5f22a4 commit c144672Copy full SHA for c144672
pom.xml
@@ -7,7 +7,7 @@
7
<relativePath />
8
</parent>
9
<artifactId>matrix-project</artifactId>
10
- <version>1.17-SNAPSHOT</version>
+ <version>1.17</version>
11
<packaging>hpi</packaging>
12
<name>Matrix Project Plugin</name>
13
<description>Multi-configuration (matrix) project type.</description>
@@ -27,7 +27,7 @@
27
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
28
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
29
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
30
- <tag>HEAD</tag>
+ <tag>matrix-project-1.17</tag>
31
</scm>
32
<repositories>
33
<repository>
0 commit comments