Skip to content

Commit

Permalink
[maven-release-plugin] prepare release git-5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jul 12, 2023
1 parent 7968e3f commit 40c5aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>git</artifactId>
<version>${revision}${changelist}</version>
<version>5.2.0</version>
<packaging>hpi</packaging>
<name>Git plugin</name>
<url>https://github.com/${gitHubRepo}</url>
Expand Down Expand Up @@ -64,7 +64,7 @@
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<tag>${scmTag}</tag>
<tag>git-5.2.0</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

Expand Down

0 comments on commit 40c5aca

Please sign in to comment.