We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9691ed2 commit b8bec53Copy full SHA for b8bec53
plugin/pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>io.jenkins.plugins</groupId>
12
<artifactId>git-forensics</artifactId>
13
- <version>3.2.0</version>
+ <version>3.3.0-SNAPSHOT</version>
14
<packaging>hpi</packaging>
15
<name>Git Forensics Plugin</name>
16
@@ -36,7 +36,7 @@
36
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
37
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
38
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
39
- <tag>v3.2.0</tag>
+ <tag>v1.6.0</tag>
40
</scm>
41
42
<properties>
0 commit comments