diff options
author | Sven Gothel <[email protected]> | 2014-09-24 01:16:53 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-09-24 05:28:04 +0200 |
commit | ebe187fca62695b7631bfc67cb415d4e05c37456 (patch) | |
tree | f16384870a5537cf7ece240bffafbf113bc3f72f /make/lib/semantic-versioning/README.md | |
parent | 3a8515045c906b0174fb74f25b425f532b9cf2d1 (diff) |
Bump semver to 0.9.30-SNAPSHOT of jogamp branch, incl. commit 9cdb6bbf6d3248a65aa78ced08211d609c356f91
commit 9cdb6bbf6d3248a65aa78ced08211d609c356f91 fixes the tests of the Class, Field and Method accessor bit
for compatibility.
Diffstat (limited to 'make/lib/semantic-versioning/README.md')
-rw-r--r-- | make/lib/semantic-versioning/README.md | 6 |
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> ``` |