Velocity template broke the headers..

avoid ${project.version} (which would easily point to
-SNAPSHOT rather than stable release) and instead
point to download page for latest version.


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/e4522ae9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/e4522ae9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/e4522ae9

Branch: refs/heads/master
Commit: e4522ae91a8ac776261ee0f0159275f246a38e22
Parents: 50a6c5c
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Aug 10 12:16:50 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Aug 10 12:16:50 2015 +0100

----------------------------------------------------------------------
 src/site/markdown/userguide.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/e4522ae9/src/site/markdown/userguide.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/userguide.md b/src/site/markdown/userguide.md
index 2820441..242a2d8 100644
--- a/src/site/markdown/userguide.md
+++ b/src/site/markdown/userguide.md
@@ -128,10 +128,12 @@ _simple_ implementation, add to your `<dependencies>`:
     <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rdf-simple</artifactId>
-        <version>${project.version}</version>
+        <version>0.1.0-incubating</version>
     </dependency>
 ```
 
+The `<version>` above might not be up to date,
+see the [/download.html](download page) for the latest version.
 
 ## Creating Commons RDF instances
 

Reply via email to