You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ A detailed description of using the plugin is available in the <a href="https://
38
38
39
39
Versions
40
40
--------
41
-
The current version is **2.1.13** ([changelist](https://github.com/ktoso/maven-git-commit-id-plugin/issues?q=milestone%3A2.1.13)).
41
+
The current version is **2.1.14** ([changelist](https://github.com/ktoso/maven-git-commit-id-plugin/issues?q=milestone%3A2.1.14)).
42
42
43
43
You can check the available versions by visiting [search.maven.org](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22pl.project13.maven%22%20AND%20a%3A%22git-commit-id-plugin%22), though using the newest is obviously the best choice.
44
44
@@ -101,7 +101,7 @@ It's really simple to setup this plugin; below is a sample pom that you may base
101
101
<plugin>
102
102
<groupId>pl.project13.maven</groupId>
103
103
<artifactId>git-commit-id-plugin</artifactId>
104
-
<version>2.1.13</version>
104
+
<version>2.1.14</version>
105
105
<executions>
106
106
<execution>
107
107
<goals>
@@ -422,7 +422,7 @@ In the end *this is what this service would return*:
0 commit comments