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 6cca6bc commit 77705c1Copy full SHA for 77705c1
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.5.1-SNAPSHOT</version>
+ <version>3.0.0</version>
16
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
17
<description>Parses the console log generated by a build</description>
18
@@ -164,7 +164,7 @@
164
<url>https://${GITHUB_TOKEN}@github.com/jenkinsci/log-parser-plugin.git</url>
165
<connection>scm:git:${project.scm.url}</connection>
166
<developerConnection>scm:git:${project.scm.url}</developerConnection>
167
- <tag>v2.4.2</tag>
+ <tag>v3.0.0</tag>
168
</scm>
169
170
<distributionManagement>
0 commit comments