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 b65c4c8 commit e4e25e6Copy full SHA for e4e25e6
1 file changed
pom.xml
@@ -12,7 +12,7 @@
12
<artifactId>log-parser</artifactId>
13
<packaging>hpi</packaging>
14
<name>Log Parser Plugin</name>
15
- <version>2.3.7-SNAPSHOT</version>
+ <version>2.3.7</version>
16
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
17
<description>Parses the console log generated by a build</description>
18
@@ -171,7 +171,7 @@
171
<url>https://${GITHUB_TOKEN}@github.com/jenkinsci/log-parser-plugin.git</url>
172
<connection>scm:git:${project.scm.url}</connection>
173
<developerConnection>scm:git:${project.scm.url}</developerConnection>
174
- <tag>HEAD</tag>
+ <tag>v2.3.7</tag>
175
</scm>
176
177
<repositories>
0 commit comments