Skip to content

Commit b43afd2

Browse files
committed
Update readme: 2.1.14
1 parent 4e48fe7 commit b43afd2

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
@@ -38,7 +38,7 @@ A detailed description of using the plugin is available in the <a href="https://
3838

3939
Versions
4040
--------
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)).
4242

4343
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.
4444

@@ -101,7 +101,7 @@ It's really simple to setup this plugin; below is a sample pom that you may base
101101
<plugin>
102102
<groupId>pl.project13.maven</groupId>
103103
<artifactId>git-commit-id-plugin</artifactId>
104-
<version>2.1.13</version>
104+
<version>2.1.14</version>
105105
<executions>
106106
<execution>
107107
<goals>
@@ -422,7 +422,7 @@ In the end *this is what this service would return*:
422422

423423
```json
424424
{
425-
"tags" : "v2.1.13,testing",
425+
"tags" : "v2.1.14,testing",
426426
"branch" : "testing-maven-git-plugin",
427427
"dirty" : "false",
428428
"remoteOriginUrl" : "git@github.com\:ktoso/maven-git-commit-id-plugin.git",

0 commit comments

Comments
 (0)