Author: rvesse
Date: Wed Oct 8 13:20:49 2014
New Revision: 1630097
URL: http://svn.apache.org/r1630097
Log:
Update Download page for 2.12.1 release
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=1630097&r1=1630096&r2=1630097&view=diff
==============================================================================
--- jena/site/trunk/content/download/index.mdtext (original)
+++ jena/site/trunk/content/download/index.mdtext Wed Oct 8 13:20:49 2014
@@ -5,13 +5,14 @@ Jena is packaged as two downloads which
- **apache-jena** – contains the APIs, SPARQL engine, the TDB native RDF
database and command line tools
- **jena-fuseki** – the Jena SPARQL server
-Jena requires Java7 (from Jena version 2.12.0).
+Jena requires Java7 (from Jena version 2.12.0 onwards).
## Download Mirrors
<p>[if-any logo]
-<a href="[link]"><img align="right" src="[logo]" border="0"
-/></a>[end]
+<a href="[link]">
+ <img align="right" src="[logo]" border="0" />
+</a>[end]
The currently selected mirror is <b>[preferred]</b>. If you encounter a
problem with this mirror, please select another mirror. If all
mirrors are failing, there are <i>backup</i> mirrors (at the end of the
mirrors list) that should be available.</p>
@@ -40,31 +41,31 @@ This distribution contains the APIs, SPA
The binary distribution may be downloaded at:
-<a
href="[preferred]/jena/binaries/apache-jena-2.12.0.tar.gz">apache-jena-2.12.0.tar.gz</a>
-(<a
href="http://www.apache.org/dist/jena/binaries/apache-jena-2.12.0.tar.gz.md5">MD5</a>,
-<a
href="http://www.apache.org/dist/jena/binaries/apache-jena-2.12.0.tar.gz.asc">PGP</a>)
-
-<a
href="[preferred]/jena/binaries/apache-jena-2.12.0.zip">apache-jena-2.12.0.zip</a>
-(<a
href="http://www.apache.org/dist/jena/binaries/apache-jena-2.12.0.zip.md5">MD5</a>,
-<a
href="http://www.apache.org/dist/jena/binaries/apache-jena-2.12.0.zip.asc">PGP</a>)
+<a
href="[preferred]/jena/binaries/apache-jena-2.12.1.tar.gz">apache-jena-2.12.1.tar.gz</a>
+(<a
href="http://www.apache.org/dist/jena/binaries/apache-jena-2.12.1.tar.gz.md5">MD5</a>,
+<a
href="http://www.apache.org/dist/jena/binaries/apache-jena-2.12.1.tar.gz.asc">PGP</a>)
+
+<a
href="[preferred]/jena/binaries/apache-jena-2.12.1.zip">apache-jena-2.12.1.zip</a>
+(<a
href="http://www.apache.org/dist/jena/binaries/apache-jena-2.12.1.zip.md5">MD5</a>,
+<a
href="http://www.apache.org/dist/jena/binaries/apache-jena-2.12.1.zip.asc">PGP</a>)
The source distribution, which includes the source for Fuseki and all modules
in the release, may be downloaded at:
-<a
href="[preferred]/jena/source/jena-2.12.0-source-release.zip">jena-2.12.0-source-release.zip</a>
-(<a
href="http://www.apache.org/dist/jena/source/jena-2.12.0-source-release.zip.md5">MD5</a>,
-<a
href="http://www.apache.org/dist/jena/source/jena-2.12.0-source-release.zip.asc">PGP</a>)
+<a
href="[preferred]/jena/source/jena-2.12.1-source-release.zip">jena-2.12.1-source-release.zip</a>
+(<a
href="http://www.apache.org/dist/jena/source/jena-2.12.1-source-release.zip.md5">MD5</a>,
+<a
href="http://www.apache.org/dist/jena/source/jena-2.12.1-source-release.zip.asc">PGP</a>)
### Jena Fuseki
The binary distribution may be downloaded at:
-<a
href="[preferred]/jena/binaries/jena-fuseki-1.1.0-distribution.tar.gz">jena-fuseki-1.1.0-distribution.tar.gz</a>
-(<a
href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.1.0-distribution.tar.gz.md5">MD5</a>,
-<a
href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.1.0-distribution.tar.gz.asc">PGP</a>)
-
-<a
href="[preferred]/jena/binaries/jena-fuseki-1.1.0-distribution.zip">jena-fuseki-1.1.0-distribution.zip</a>
-(<a
href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.1.0-distribution.zip.md5">MD5</a>,
-<a
href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.1.0-distribution.zip.asc">PGP</a>)
+<a
href="[preferred]/jena/binaries/jena-fuseki-1.1.1-distribution.tar.gz">jena-fuseki-1.1.1-distribution.tar.gz</a>
+(<a
href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.1.1-distribution.tar.gz.md5">MD5</a>,
+<a
href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.1.1-distribution.tar.gz.asc">PGP</a>)
+
+<a
href="[preferred]/jena/binaries/jena-fuseki-1.1.1-distribution.zip">jena-fuseki-1.1.1-distribution.zip</a>
+(<a
href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.1.1-distribution.zip.md5">MD5</a>,
+<a
href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.1.1-distribution.zip.asc">PGP</a>)
### Individual Modules
Modified: jena/site/trunk/content/download/maven.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/download/maven.mdtext?rev=1630097&r1=1630096&r2=1630097&view=diff
==============================================================================
--- jena/site/trunk/content/download/maven.mdtext (original)
+++ jena/site/trunk/content/download/maven.mdtext Wed Oct 8 13:20:49 2014
@@ -72,7 +72,7 @@ The full list of artifacts is:
* jena-maven-tools
* jena-security
* jena-sdb
-* jena-parent
+* jena-csv
* jena-parent
These artifacts are used to deliver Jena: