You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/01/04 21:15:10 UTC

svn commit: r1429084 - in /jena/site/trunk/content/download: index.mdtext maven.mdtext

Author: andy
Date: Fri Jan  4 20:15:10 2013
New Revision: 1429084

URL: http://svn.apache.org/viewvc?rev=1429084&view=rev
Log:
Fix markdown. Add alternative to depending on apache-jena

Modified:
    jena/site/trunk/content/download/index.mdtext
    jena/site/trunk/content/download/maven.mdtext

Modified: jena/site/trunk/content/download/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/download/index.mdtext?rev=1429084&r1=1429083&r2=1429084&view=diff
==============================================================================
--- jena/site/trunk/content/download/index.mdtext (original)
+++ jena/site/trunk/content/download/index.mdtext Fri Jan  4 20:15:10 2013
@@ -25,23 +25,23 @@ See "[Using Jena with Apache Maven](down
 
 Development snapshot builds are available from the Apache snapshot repository:
 
-   [https://repository.apache.org/content/repositories/snapshots/org/apache/jena/](https://repository.apache.org/content/repositories/snapshots/org/apache/jena/)
+[https://repository.apache.org/content/repositories/snapshots/org/apache/jena/](https://repository.apache.org/content/repositories/snapshots/org/apache/jena/)
 
 #### Source code
 
 The development codebase is available from SVN.
 
-    [https://svn.apache.org/repos/asf/jena/](https://svn.apache.org/repos/asf/jena/)
+[https://svn.apache.org/repos/asf/jena/](https://svn.apache.org/repos/asf/jena/)
 
 This is mirrored as a git repository on github:
 
-    [https://github.com/apache/jena]([https://github.com/apache/jena)
+[https://github.com/apache/jena]([https://github.com/apache/jena)
 
 #### Previous releases
 
-While previous releases are available we strongly recommend that wherever
+While previous releases are available, we strongly recommend that wherever
 possible users use the latest official Apache releases of Jena in
 preference to using any older versions of Jena.
 
 Previous Apache Jena releases can be found in the Apache archive area
-at [archive.apache.org/dist/jena](http://archive.apache.org/dist/jena/)
+at [http://archive.apache.org/dist/jena](http://archive.apache.org/dist/jena/)

Modified: jena/site/trunk/content/download/maven.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/download/maven.mdtext?rev=1429084&r1=1429083&r2=1429084&view=diff
==============================================================================
--- jena/site/trunk/content/download/maven.mdtext (original)
+++ jena/site/trunk/content/download/maven.mdtext Fri Jan  4 20:15:10 2013
@@ -35,7 +35,19 @@ on a version of Jena and ARQ stable rele
     </dependency>
 
 This will transitively resolve all the dependencies for you: `jena-core`,
-`jena-arq`, `jena-tdb` and `jena-iri` and their dependencies.
+`jena-arq`, `jena-tdb` and `jena-iri` and their dependencies.  
+
+Note the use of `&lt;type>pom&lt/type>` above.  This does not work
+in all tools. An alternative is to depend on `jena-tdb`, which will pull
+in the other artifacts.
+
+   <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-tdb</artifactId>
+      <version>a.b.c</version>
+    </dependency>
+
+The version number needs to be checked - it is not the same as apache-jena.
 
 Other modules need to added separately, for example:
 
@@ -53,6 +65,7 @@ The full list of artifacts is:
  * jena-arq
  * jena-iri
  * jena-tdb
+
  * jena-fuseki
  * jena-larq
  * jena-sdb