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 0f113b1 commit 8c2f799Copy full SHA for 8c2f799
pom.xml
@@ -16,7 +16,7 @@
16
</licenses>
17
18
<artifactId>git</artifactId>
19
- <version>3.9.2</version>
+ <version>3.9.3-SNAPSHOT</version>
20
<packaging>hpi</packaging>
21
<name>Jenkins Git plugin</name>
22
<description>Integrates Jenkins with GIT SCM</description>
@@ -358,7 +358,7 @@
358
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
359
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
360
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
361
- <tag>git-3.9.2</tag>
+ <tag>HEAD</tag>
362
</scm>
363
364
<pluginRepositories>
0 commit comments