Skip to content

Commit 47ccdd5

Browse files
committed
update readme
1 parent 10c338f commit 47ccdd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ A detailed description of using the pluing is available in the <a href="https://
3636

3737
Versions
3838
--------
39-
The current version is **2.1.12** ([changelist](https://github.com/ktoso/maven-git-commit-id-plugin/issues?q=milestone%3A2.1.12)).
39+
The current version is **2.1.13** ([changelist](https://github.com/ktoso/maven-git-commit-id-plugin/issues?q=milestone%3A2.1.13)).
4040

4141
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.
4242

@@ -94,7 +94,7 @@ It's really simple to setup this plugin; below is a sample pom that you may base
9494
<plugin>
9595
<groupId>pl.project13.maven</groupId>
9696
<artifactId>git-commit-id-plugin</artifactId>
97-
<version>2.1.12</version>
97+
<version>2.1.13</version>
9898
<executions>
9999
<execution>
100100
<goals>
@@ -378,7 +378,7 @@ In the end *this is what this service would return*:
378378
{
379379
"branch" : "testing-maven-git-plugin",
380380
"dirty" : "false",
381-
"tags" : "v2.1.12,testing",
381+
"tags" : "v2.1.13,testing",
382382
"describe" : "v2.1.0-2-g2346463",
383383
"describeShort" : "v2.1.0-2",
384384
"commitTime" : "06.01.1970 @ 16:16:26 CET",

0 commit comments

Comments
 (0)