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 f05248b commit 550a967Copy full SHA for 550a967
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.4-SNAPSHOT</version>
+ <version>2.3.4</version>
16
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
17
<description>Parses the console log generated by a build</description>
18
@@ -188,7 +188,7 @@
188
<connection>scm:git:https://github.com/jenkinsci/log-parser-plugin.git</connection>
189
<developerConnection>scm:git:[email protected]:jenkinsci/log-parser-plugin.git</developerConnection>
190
<url>https://github.com/jenkinsci/log-parser-plugin</url>
191
- <tag>HEAD</tag>
+ <tag>log-parser-2.3.4</tag>
192
</scm>
193
194
<repositories>
0 commit comments