aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2014-03-18 14:39:50 -0300
committerJulien Eluard <[email protected]>2014-03-18 14:39:50 -0300
commit614b124cac36f792eb934047231a3ac1ad2f13eb (patch)
treee339cd7b0ce666d636371be5a9bb16db33020051 /README.md
parente6fc46ab401726688ea7b615c60d5b32e9311af4 (diff)
Updated documentation to reflect latest release.
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7a3d5e1..e473ea7 100755
--- a/README.md
+++ b/README.md
@@ -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.18</version>
+ <version>0.9.20</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.12</version>
+ <version>0.9.20</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.18</version>
+ <version>0.9.20</version>
</dependency>
```