diff options
author | Julien Eluard <[email protected]> | 2014-08-28 01:19:08 -0300 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2014-08-28 01:19:08 -0300 |
commit | 9cdb6bbf6d3248a65aa78ced08211d609c356f91 (patch) | |
tree | 91a6bc5e613d560987cbc7b6ba6242232d1ea34d | |
parent | 9c66d071c4c20f1e4f4426be1a757f165aa9fbf2 (diff) |
Update README.md
-rwxr-xr-x | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -150,7 +150,7 @@ the maven-enforcer-plugin and then configure the maven-enforcer-plugin to run th <dependency> <groupId>org.semver</groupId> <artifactId>enforcer-rule</artifactId> - <version>0.9.23</version> + <version>0.9.27</version> </dependency> ... </dependencies> @@ -220,7 +220,7 @@ the maven-enforcer-plugin and then configure the maven-enforcer-plugin to run th <dependency> <groupId>org.semver</groupId> <artifactId>enforcer-rule</artifactId> - <version>0.9.23</version> + <version>0.9.27</version> </dependency> ... </dependencies> @@ -310,7 +310,7 @@ Both rules allow to filter classes/packages: <dependency> <groupId>org.semver</groupId> <artifactId>enforcer-rule</artifactId> - <version>0.9.23</version> + <version>0.9.27</version> </dependency> ``` |