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 570b822 commit c28b008Copy full SHA for c28b008
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.2.1-SNAPSHOT</version>
+ <version>0.2.1</version>
16
<description>Jenkins plug-that defines an API to mine and analyze data from a repository.</description>
17
18
<properties>
@@ -583,7 +583,7 @@
583
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
584
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
585
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
586
- <tag>HEAD</tag>
+ <tag>forensics-api-0.2.1</tag>
587
</scm>
588
589
<repositories>
0 commit comments