diff options
author | Julien Eluard <[email protected]> | 2012-09-12 08:29:07 -0300 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2012-09-12 08:29:07 -0300 |
commit | 265276d985615c155521a659989b74d289da786d (patch) | |
tree | 66c67a750ff5ca50258735e2fbccb0718c79ca76 /README.md | |
parent | a47ea5955ca305dc05edcb9ee94ff7c5b71a2376 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ Semantic Versioning can check JAR files to identify breaking changes between ver # CLI This simple command line tool looks at Java JAR files and determine API changes. -You might download self contained JAR file from [github](https://github.com/downloads/jeluard/semantic-versioning/semver-0.9.12.jar). +You might download self contained JAR file from [github](https://github.com/downloads/jeluard/semantic-versioning/semver-0.9.15.jar). ## Diff @@ -79,7 +79,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.15</version> </dependency> ... </dependencies> @@ -267,6 +267,6 @@ final boolean compatible = delta.validate(previous, current); <dependency> <groupId>org.semver</groupId> <artifactId>enforcer-rule</artifactId> - <version>0.9.14</version> + <version>0.9.15</version> </dependency> ```
\ No newline at end of file |