We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943ec57 commit 2582f7aCopy full SHA for 2582f7a
pom.xml
@@ -6,8 +6,19 @@
6
<packaging>jar</packaging>
7
<version>6.1.4</version>
8
<name>Git Commit Id Plugin Core</name>
9
+ <description>A library for extracting git information at build time</description>
10
<url>https://github.com/git-commit-id/git-commit-id-plugin-core</url>
11
12
+ <developers>
13
+ <developer>
14
+ <id>git-commit-id</id>
15
+ <name>Git Commit ID Community</name>
16
+ <email>github@git-commit-id.io</email>
17
+ <organization>git-commit-id</organization>
18
+ <organizationUrl>https://github.com/git-commit-id</organizationUrl>
19
+ </developer>
20
+ </developers>
21
+
22
<licenses>
23
<license>
24
<name>GNU Lesser General Public License 3.0</name>
0 commit comments