Author: rvesse
Date: Wed Oct 8 13:21:29 2014
New Revision: 1630098
URL: http://svn.apache.org/r1630098
Log:
Remove mention of specific out of date version in notes on using SNAPSHOT builds
Modified:
jena/site/trunk/content/getting_involved/index.mdtext
Modified: jena/site/trunk/content/getting_involved/index.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/getting_involved/index.mdtext?rev=1630098&r1=1630097&r2=1630098&view=diff
==============================================================================
--- jena/site/trunk/content/getting_involved/index.mdtext (original)
+++ jena/site/trunk/content/getting_involved/index.mdtext Wed Oct 8 13:21:29
2014
@@ -23,12 +23,12 @@ CMS?](http://www.apache.org/dev/cmsref#n
If you use Apache Maven and you are not afraid of being on the bleeding-edge,
you can help us testing our SNAPSHOTs which you can find on the Apache Maven
repository here:
[https://repository.apache.org/content/repositories/snapshots/org/apache/jena/](https://repository.apache.org/content/repositories/snapshots/org/apache/jena/).
-Here is, for example, how you can add TDB version 0.9.1-SNAPSHOT to your
project:
+Here is, for example, how you can add TDB version X.Y.Z-SNAPSHOT to your
project (please ask if you are unsure what the latest snapshot version number
currently is):
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
- <version>0.9.1-SNAPSHOT</version>
+ <version>X.Y.Z-SNAPSHOT</version>
</dependency>
General help on how to use Jena with Maven is [here](../download/maven.html).