@@ -35,7 +35,7 @@ by adding the following `.mvn/extensions.xml` file to the project:
3535 <extension >
3636 <groupId >com.github.pascalgn</groupId >
3737 <artifactId >properties-maven-extension</artifactId >
38- <version >0.5.1 </version >
38+ <version >0.6.0 </version >
3939 </extension >
4040</extensions >
4141```
@@ -58,10 +58,7 @@ The following properties are currently provided by the extension:
5858* ` git.commit.id ` , the full SHA of the HEAD commit (* cbf1b9a1be984a9f61b79a05f23b19f66d533537* )
5959* ` git.commit.id.abbrev ` , the abbreviated SHA of the HEAD commit (* cbf1b9a* )
6060* ` git.count ` , the current number of commits reachable from HEAD
61- * ` git.commit.color.value ` , always the first six characters of the commit SHA (* cbf1b9* )
62- * ` git.commit.color.name ` , the name of the closest matching color (* Gossip* )
63- * ` git.commit.color.lightness ` , the lightness of the color, in the range 0 - 100 (inclusive)
64- * ` git.commit.color.foreground ` , a recommended foreground color, based on the lightness (* 000000* or * ffffff* )
61+ * ` git.commit.color ` , always the first six characters of the commit SHA (* cbf1b9* )
6562* ` git.dir.git ` , the absolute path of the repository (* /home/user/workspace/myproject/.git* )
6663* ` git.dir.worktree ` , the absolute path of the working tree (* /home/user/workspace/myproject* )
6764* ` git.tag.last ` , last tag from sorted tag list (* v1.2.3* )
@@ -78,9 +75,13 @@ or a [pull request](https://github.com/pascalgn/properties-maven-extension/pulls
7875
7976## Changelog
8077
78+ ### Version 0.6.0
79+
80+ - Removed unused color properties
81+
8182### Version 0.5.1
8283
83- - Update maven-core dependency to fix security warnings
84+ - Updated maven-core dependency to fix security warnings
8485
8586### Version 0.5.0
8687
@@ -95,6 +96,4 @@ or a [pull request](https://github.com/pascalgn/properties-maven-extension/pulls
9596
9697## License
9798
98- The Properties Maven Extension is licensed under the Apache License, Version 2.0.
99-
100- This software uses the Resene RGB values list, see [ the license] ( src/main/resources/resene.md ) for more details.
99+ [ Apache License, Version 2.0] ( LICENSE )
0 commit comments