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 dcc15bb commit 3a64a4aCopy full SHA for 3a64a4a
pom.xml
@@ -12,7 +12,7 @@
12
<groupId>io.jenkins.plugins</groupId>
13
<packaging>hpi</packaging>
14
<name>Git Forensics Plugin</name>
15
- <version>0.3.2-SNAPSHOT</version>
+ <version>0.3.2</version>
16
<description>Jenkins plug-in that mines and analyzes data from a Git repository.</description>
17
18
<properties>
@@ -566,7 +566,7 @@
566
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
567
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
568
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
569
- <tag>HEAD</tag>
+ <tag>git-forensics-0.3.2</tag>
570
</scm>
571
572
<repositories>
0 commit comments