fix escaping
Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/f7667140 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/f7667140 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/f7667140 Branch: refs/heads/master Commit: f766714024cfc3ec7615e886887e0cc12ca92622 Parents: e3cf080 Author: Olivier Lamy <[email protected]> Authored: Thu Feb 26 10:12:48 2015 +1100 Committer: Olivier Lamy <[email protected]> Committed: Mon Mar 23 14:31:58 2015 +1100 ---------------------------------------------------------------------- archiva-docs/src/site/apt/release-notes.apt.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/f7667140/archiva-docs/src/site/apt/release-notes.apt.vm ---------------------------------------------------------------------- diff --git a/archiva-docs/src/site/apt/release-notes.apt.vm b/archiva-docs/src/site/apt/release-notes.apt.vm index b2c13b8..4a78376 100644 --- a/archiva-docs/src/site/apt/release-notes.apt.vm +++ b/archiva-docs/src/site/apt/release-notes.apt.vm @@ -86,7 +86,7 @@ Release Notes for Archiva ${project.version} * [MRM-837] - Cannot download SNAPSHOT version - * [MRM-935] - Archiva doesn't supports artifact with <version>SNAPSHOT</version> + * [MRM-935] - Archiva doesn't supports artifact with \<version\>SNAPSHOT\</version\> * [MRM-1145] - RSS tests do not correctly check responses
