aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2012-02-02 21:50:27 -0200
committerJulien Eluard <[email protected]>2012-02-02 21:50:27 -0200
commitdf34d8ddd3e94886b929dbb9355381cbb1d267e3 (patch)
tree483b564f4d04acc3f3a7b450f680932ce7e9d713
parent1480941e8ac813599eb94f73bb248b964f6623d2 (diff)
Update README.md
-rwxr-xr-xREADME.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 56543fa..c61dab5 100755
--- a/README.md
+++ b/README.md
@@ -8,7 +8,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.10.jar).
+You might download self contained JAR file from [github](https://github.com/downloads/jeluard/semantic-versioning/semver-0.9.12.jar).
## Diff
@@ -77,7 +77,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.10</version>
+ <version>0.9.12</version>
</dependency>
...
</dependencies>
@@ -133,7 +133,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.10</version>
+ <version>0.9.12</version>
</dependency>
...
</dependencies>
@@ -200,6 +200,6 @@ final boolean compatible = delta.validate(previous, current);
<dependency>
<groupId>org.semver</groupId>
<artifactId>enforcer-rule</artifactId>
- <version>0.9.10</version>
+ <version>0.9.12</version>
</dependency>
``` \ No newline at end of file