We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9d4a3 commit 7872e58Copy full SHA for 7872e58
plugin/pom.xml
@@ -12,7 +12,7 @@
12
<groupId>io.jenkins.plugins</groupId>
13
<packaging>hpi</packaging>
14
<name>Git Forensics Plugin</name>
15
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
16
17
<description>Jenkins plug-in that mines and analyzes data from a Git repository.</description>
18
<url>https://github.com/jenkinsci/git-forensics-plugin</url>
@@ -186,7 +186,7 @@
186
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
187
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
188
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
189
- <tag>v1.6.0</tag>
+ <tag>v3.1.0</tag>
190
</scm>
191
192
<repositories>
0 commit comments