-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release v6.0.0
- Loading branch information
TheSnoozer
committed
May 16, 2023
1 parent
6dbbd75
commit a35d8e8
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
||
|