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 0556d20 commit a1f4339Copy full SHA for a1f4339
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.3-SNAPSHOT</version>
+ <version>2.3.3</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>v2.3.3</tag>
192
</scm>
193
194
<repositories>
0 commit comments