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 44376db commit 4eb677fCopy full SHA for 4eb677f
pom.xml
@@ -12,7 +12,7 @@
12
<artifactId>log-parser</artifactId>
13
<packaging>hpi</packaging>
14
<name>Log Parser Plugin</name>
15
- <version>2.4.3-SNAPSHOT</version>
+ <version>2.5.0</version>
16
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
17
<description>Parses the console log generated by a build</description>
18
@@ -163,7 +163,7 @@
163
<url>https://${GITHUB_TOKEN}@github.com/jenkinsci/log-parser-plugin.git</url>
164
<connection>scm:git:${project.scm.url}</connection>
165
<developerConnection>scm:git:${project.scm.url}</developerConnection>
166
- <tag>v2.4.2</tag>
+ <tag>v2.5.0</tag>
167
</scm>
168
169
<repositories>
0 commit comments