Skip to content

Commit fc3784e

Browse files
committed
[maven-release-plugin] prepare release git-4.1.0-beta
1 parent ba53321 commit fc3784e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</licenses>
1818

1919
<artifactId>git</artifactId>
20-
<version>${revision}${changelist}</version>
20+
<version>4.1.0-beta</version>
2121
<packaging>hpi</packaging>
2222
<name>Jenkins Git plugin</name>
2323
<description>Integrates Jenkins with GIT SCM</description>
@@ -265,7 +265,7 @@
265265
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
266266
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
267267
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
268-
<tag>${scmTag}</tag>
268+
<tag>git-4.1.0-beta</tag>
269269
</scm>
270270

271271
<pluginRepositories>

0 commit comments

Comments
 (0)