aboutsummaryrefslogtreecommitdiffstats
path: root/enforcer-rule/src/site/apt/index.apt
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2010-12-04 13:49:39 +0100
committerJulien Eluard <[email protected]>2010-12-04 13:49:39 +0100
commit94f32c8a533a4649ff215dadec447ce1ccf1fe8b (patch)
tree735a7cd14c7e0a7fce94747f15f617ba5c4cfd13 /enforcer-rule/src/site/apt/index.apt
parent7fba91665a3d3f75f9c7d32d163246581563b395 (diff)
Added requireBackwardCompatibility rule.
Diffstat (limited to 'enforcer-rule/src/site/apt/index.apt')
-rw-r--r--enforcer-rule/src/site/apt/index.apt11
1 files changed, 3 insertions, 8 deletions
diff --git a/enforcer-rule/src/site/apt/index.apt b/enforcer-rule/src/site/apt/index.apt
index 9a22674..2887116 100644
--- a/enforcer-rule/src/site/apt/index.apt
+++ b/enforcer-rule/src/site/apt/index.apt
@@ -23,15 +23,10 @@ Semantic Versioning Enforcer Rule
* Rules Overview
- The Semantic Versioning Enforcer Rule has the following rule.
+ The Semantic Versioning Enforcer Rule has the following rules.
- * <<<checkVersionRule>>> checks a project version number against an older release.
+ * {{{./examples/semantic-versioning-conformance.html}requireSemanticVersioningConformance}} checks a project version number against an older release.
-* Examples
-
- To provide you with better understanding of some usages of Semantic Versioning Enforcer Rule,
- you can take a look into the following example:
-
- * {{{./examples/checking-version.html}Checking a project's version against an older release}}
+ * {{{./examples/backward-compatibility.html}requireBackwardCompatibility}} checks a project artifact against an older release.
[]