Repository: johnzon Updated Branches: refs/heads/master c8ee6ac0f -> 42cb0949b
use johnzon.version as maven variable Project: http://git-wip-us.apache.org/repos/asf/johnzon/repo Commit: http://git-wip-us.apache.org/repos/asf/johnzon/commit/42cb0949 Tree: http://git-wip-us.apache.org/repos/asf/johnzon/tree/42cb0949 Diff: http://git-wip-us.apache.org/repos/asf/johnzon/diff/42cb0949 Branch: refs/heads/master Commit: 42cb0949b3194351bad2bdb06b6bde0accf5ff92 Parents: c8ee6ac Author: Mark Struberg <[email protected]> Authored: Mon Dec 12 13:17:25 2016 +0100 Committer: Mark Struberg <[email protected]> Committed: Mon Dec 12 13:17:25 2016 +0100 ---------------------------------------------------------------------- src/site/markdown/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/johnzon/blob/42cb0949/src/site/markdown/index.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 87fe66b..b583fcd 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -39,7 +39,7 @@ Johnzon comes with four main modules. <dependency> <groupId>org.apache.johnzon</groupId> <artifactId>johnzon-core</artifactId> - <version>${project.version}</version> + <version>${johnzon.version}</version> </dependency> ]]></pre> @@ -60,7 +60,7 @@ This is the implementation of the specification. You'll surely want to add the A <dependency> <groupId>org.apache.johnzon</groupId> <artifactId>johnzon-mapper</artifactId> - <version>${project.version}</version> + <version>${johnzon.version}</version> </dependency> ]]></pre> @@ -232,7 +232,7 @@ You can use these names with setAccessModeName(). <dependency> <groupId>org.apache.johnzon</groupId> <artifactId>johnzon-jaxrs</artifactId> - <version>${project.version}</version> + <version>${johnzon.version}</version> </dependency> ]]></pre> @@ -304,7 +304,7 @@ It fully reuses the JSON-B as API. <dependency> <groupId>org.apache.johnzon</groupId> <artifactId>johnzon-websocket</artifactId> - <version>${project.version}</version> + <version>${johnzon.version}</version> </dependency> ]]></pre>
