Skip to content

Commit c9dafa8

Browse files
committed
Latest version is 2.2.0
1 parent 5234761 commit c9dafa8

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,13 +38,13 @@ 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.15** ([changelist](https://github.com/ktoso/maven-git-commit-id-plugin/issues?q=milestone%3A2.1.15)).
41+
The current version is **2.2.0** ([changelist](https://github.com/ktoso/maven-git-commit-id-plugin/issues?q=milestone%3A2.2.0)).
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

4545
Migration Issues you may come across when using the latest 2.2.X
4646
-----------------------------
47-
If you are already using the git-commit-id-plugin and would like to move to the latest major release (2.2.X) there are some design choices that resulted in the fact that we needed to dropped the support of Java 1.6 (if you still rely on this version, the version 2.1.15 still has support for this and you may want to check the fixed issues since then before reporting a new one)
47+
If you are already using the git-commit-id-plugin and would like to move to the latest major release (`2.2.X`) there are some design choices that resulted in the fact that we needed to dropped the support of Java `1.6` (if you still rely on this version, the `2.1.15` version still has support for this and you may want to check the fixed issues since then before reporting a new one).
4848

4949
Getting SNAPSHOT versions of the plugin
5050
---------------------------------------
@@ -105,7 +105,7 @@ It's really simple to setup this plugin; below is a sample pom that you may base
105105
<plugin>
106106
<groupId>pl.project13.maven</groupId>
107107
<artifactId>git-commit-id-plugin</artifactId>
108-
<version>2.1.15</version>
108+
<version>2.2.0</version>
109109
<executions>
110110
<execution>
111111
<goals>

0 commit comments

Comments
 (0)