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 6586741 commit 8b6b569Copy full SHA for 8b6b569
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.0</version>
+ <version>0.3.1-SNAPSHOT</version>
16
<description>Jenkins plug-in that mines and analyzes data from a Git repository.</description>
17
18
<properties>
@@ -558,7 +558,7 @@
558
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
559
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
560
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
561
- <tag>git-forensics-0.3.0</tag>
+ <tag>HEAD</tag>
562
</scm>
563
564
<repositories>
0 commit comments