-
Notifications
You must be signed in to change notification settings - Fork 300
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 v9.0.1
- Loading branch information
1 parent
08004a2
commit cba7dc5
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
<groupId>io.github.git-commit-id</groupId> | ||
<artifactId>git-commit-id-maven-plugin</artifactId> | ||
<packaging>maven-plugin</packaging> | ||
<version>9.0.1-SNAPSHOT</version> | ||
<version>9.0.1</version> | ||
<name>Git Commit Id Maven Plugin</name> | ||
<url>https://github.com/git-commit-id/git-commit-id-maven-plugin</url> | ||
<description> | ||
|
@@ -38,14 +38,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>v9.0.0</tag> | ||
<tag>v9.0.1</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>1717878364</project.build.outputTimestamp> | ||
<project.build.outputTimestamp>1719939309</project.build.outputTimestamp> | ||
|
||
<java.target>11</java.target> | ||
|
||
|