aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2010-11-17 13:16:04 +0100
committerJulien Eluard <[email protected]>2010-11-17 13:16:04 +0100
commit95a44b57760f4a9e656a5bf68421a66095306e97 (patch)
tree3d704272ff5de014f54ed22a23c9612eb5a942d2
parent99d2e68a378fe546dc356d4ad250b3b4000b08dd (diff)
Fixed typos.
-rw-r--r--api/src/site/apt/usage.apt.vm10
-rw-r--r--enforcer-rule/src/site/apt/index.apt2
2 files changed, 6 insertions, 6 deletions
diff --git a/api/src/site/apt/usage.apt.vm b/api/src/site/apt/usage.apt.vm
index 95b3f2d..f470268 100644
--- a/api/src/site/apt/usage.apt.vm
+++ b/api/src/site/apt/usage.apt.vm
@@ -25,7 +25,7 @@ Diff
Dumps all changes between two JARs on standard output.
-----------------------------
-% java -jar target/semantic-versioning-${project.version}.jar previousJar currentJar (includes) (excludes)
+% java -jar semantic-versioning-${project.version}.jar previousJar currentJar (includes) (excludes)
Class org.project.MyClass
Added Class
Class org.project.MyClass2
@@ -40,7 +40,7 @@ Check
Checks compatibility type between two JARs.
-----------------------------
-% java -jar target/semantic-versioning-${project.version}.jar previousJar currentJar (includes) (excludes)
+% java -jar semantic-versioning-${project.version}.jar previousJar currentJar (includes) (excludes)
BACKWARD_COMPATIBLE_IMPLEMENTER
-----------------------------
@@ -49,7 +49,7 @@ Infer
Infers JAR version based on a previously versioned JAR.
-----------------------------
-% java -jar target/semantic-versioning-${project.version}.jar previousVersion previousJar currentJar (includes) (excludes)
+% java -jar semantic-versioning-${project.version}.jar previousVersion previousJar currentJar (includes) (excludes)
1.0.0
-----------------------------
@@ -58,6 +58,6 @@ Validate
Validates JAR version based on a previously versioned JAR.
-----------------------------
-% java -jar target/semantic-versioning-${project.version}.jar previousVersion previousJar currentVersion currentJar (includes) (excludes)
+% java -jar semantic-versioning-${project.version}.jar previousVersion previousJar currentVersion currentJar (includes) (excludes)
true
------------------------------ \ No newline at end of file
+-----------------------------
diff --git a/enforcer-rule/src/site/apt/index.apt b/enforcer-rule/src/site/apt/index.apt
index cb1612d..9a22674 100644
--- a/enforcer-rule/src/site/apt/index.apt
+++ b/enforcer-rule/src/site/apt/index.apt
@@ -25,7 +25,7 @@ Semantic Versioning Enforcer Rule
The Semantic Versioning Enforcer Rule has the following rule.
- * <<<checkRule>>> checks a project version number against an older release.
+ * <<<checkVersionRule>>> checks a project version number against an older release.
* Examples