aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2014-09-23 23:04:24 -0300
committerJulien Eluard <[email protected]>2014-09-23 23:04:24 -0300
commit4a2555c269d1dbc0a8f4253ded9b5719dc9146dd (patch)
tree60743c54a1b0ec23e2bf83dfc46563e893bdeec4
parent0f240c31a18195098cdce96ab9f622884c271599 (diff)
Update README.md
-rwxr-xr-xREADME.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fe13cc5..ca796cf 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.29</version>
+ <version>0.9.30</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.29</version>
+ <version>0.9.30</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.29</version>
+ <version>0.9.30</version>
</dependency>
```