summaryrefslogtreecommitdiffstats
path: root/make/lib/semantic-versioning/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'make/lib/semantic-versioning/README.md')
-rw-r--r--make/lib/semantic-versioning/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/lib/semantic-versioning/README.md b/make/lib/semantic-versioning/README.md
index 26f02a2..fe13cc5 100644
--- a/make/lib/semantic-versioning/README.md
+++ b/make/lib/semantic-versioning/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.27</version>
+ <version>0.9.29</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.27</version>
+ <version>0.9.29</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.27</version>
+ <version>0.9.29</version>
</dependency>
```