Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnoozer committed May 16, 2023
1 parent 6dbbd75 commit a35d8e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>5.0.1-SNAPSHOT</version>
<version>6.0.0</version>
<name>Git Commit Id Maven Plugin</name>
<url>https://github.com/git-commit-id/git-commit-id-maven-plugin</url>
<description>
Expand All @@ -35,14 +35,14 @@
<url>[email protected]:git-commit-id/git-commit-id-maven-plugin.git</url>
<connection>scm:[email protected]:git-commit-id/git-commit-id-maven-plugin</connection>
<developerConnection>scm:git:[email protected]:git-commit-id/git-commit-id-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.0.0</tag>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<propertiesEncoding>UTF-8</propertiesEncoding>
<project.build.outputTimestamp>10</project.build.outputTimestamp>
<project.build.outputTimestamp>1684260236</project.build.outputTimestamp>

<java.target>11</java.target>

Expand Down

0 comments on commit a35d8e8

Please sign in to comment.