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 5955ba7 commit bcb9772Copy full SHA for bcb9772
pom.xml
@@ -12,7 +12,7 @@
12
<groupId>io.jenkins.plugins</groupId>
13
<packaging>hpi</packaging>
14
<name>Forensics API Plugin</name>
15
- <version>0.5.0-SNAPSHOT</version>
+ <version>0.5.0</version>
16
<description>Jenkins plug-that defines an API to mine and analyze data from a repository.</description>
17
18
<properties>
@@ -584,7 +584,7 @@
584
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
585
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
586
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
587
- <tag>HEAD</tag>
+ <tag>forensics-api-0.5.0</tag>
588
</scm>
589
590
<repositories>
0 commit comments