Skip to content

Commit

Permalink
[maven-release-plugin] prepare release git-client-3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Dec 24, 2021
1 parent 73607fc commit 6f56fbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git-client</artifactId>
<version>${revision}${changelist}</version>
<version>3.10.1</version>
<packaging>hpi</packaging>

<name>Jenkins Git client plugin</name>
Expand Down Expand Up @@ -56,7 +56,7 @@
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>${scmTag}</tag>
<tag>git-client-3.10.1</tag>
</scm>

<properties>
Expand Down Expand Up @@ -324,8 +324,8 @@
<!-- define a language-specific format -->
<java>
<!-- no need to specify files, inferred automatically -->
<endWithNewline></endWithNewline>
<removeUnusedImports></removeUnusedImports>
<endWithNewline />
<removeUnusedImports />
</java>
</configuration>
<executions>
Expand Down

0 comments on commit 6f56fbc

Please sign in to comment.