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 3425bc9 commit 1779b7aCopy full SHA for 1779b7a
pom.xml
@@ -16,7 +16,7 @@
16
</licenses>
17
18
<artifactId>git</artifactId>
19
- <version>${revision}${changelist}</version>
+ <version>4.0.0-beta12</version>
20
<packaging>hpi</packaging>
21
<name>Jenkins Git plugin</name>
22
<description>Integrates Jenkins with GIT SCM</description>
@@ -244,7 +244,7 @@
244
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
245
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
246
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
247
- <tag>${scmTag}</tag>
+ <tag>git-4.0.0-beta12</tag>
248
</scm>
249
250
<pluginRepositories>
0 commit comments