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 2012/10/10 11:50:57 UTC

svn commit: r1396526 - in /jena/trunk/jena-sdb: BUILD pom.xml

Author: andy
Date: Wed Oct 10 09:50:56 2012
New Revision: 1396526

URL: http://svn.apache.org/viewvc?rev=1396526&view=rev
Log:
Revert version number ; correct BUILD

Modified:
    jena/trunk/jena-sdb/BUILD
    jena/trunk/jena-sdb/pom.xml

Modified: jena/trunk/jena-sdb/BUILD
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/BUILD?rev=1396526&r1=1396525&r2=1396526&view=diff
==============================================================================
--- jena/trunk/jena-sdb/BUILD (original)
+++ jena/trunk/jena-sdb/BUILD Wed Oct 10 09:50:56 2012
@@ -1,27 +1,15 @@
 Apache Jena - single module instructions
 ========================================
 
-This file contain the instructions for building this module from the
-source-release artifact.  The build instructions to create the whole of
-this Jena release are in the apache-jena-VER.zip file.
-
-The build process assumes the dependencies of this module are available in
-the local maven repository.
-
-jena-top -> jena-iri -> jena-core -> jena-arq -> apache-jena (the download).
-
-jena-sdb and jena-tdb depend on jena-arq.
-
-The instructions are the same for each jena-* module.
-
-We assume you are building "jena-zzz" in these instructions.
+This file contain the instructions for building Apache Jena SDB from the
+source-release artifact.
 
 == Download
 
 Download the "source-release" zip file, and also the associated
 signatures and checksums (file extensions .asc, .md5, .sha1).
 
-http://www.apache.org/dist/jena/
+http://www.apache.org/dist/jena/sources/
 
 == Verify the signature
 
@@ -35,9 +23,7 @@ imported once.  You can check the signat
 
 The file with extension .asc contains the 
 
-For the zip file of the zzz module:
-
-    gpg --verify jena-zzz-VER-source-release.zip.asc
+    gpg --verify jena-sdb-VER-source-release.zip.asc
 
 == Verify a checksum
 
@@ -46,16 +32,16 @@ respectively.  Calculate the checksum on
 
 Example (linux):
 
-    md5sum jena-zzz-VER-source-release.zip
+    md5sum jena-sdb-VER-source-release.zip
 
 == Unpack the file.
 
-   unzip -q jena-zzz-VER-source-release.zip
+   unzip -q jena-sdb-VER-source-release.zip
 
-will create a directory "jena-zzz-VER" with the files needed to
+will create a directory "jena-sdb-VER" with the files needed to
 recreate the distribution.
 
-   cd jena-zzz-VER
+   cd jena-sdb-VER
 
 == Ensure the dependecies are available
 

Modified: jena/trunk/jena-sdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/pom.xml?rev=1396526&r1=1396525&r2=1396526&view=diff
==============================================================================
--- jena/trunk/jena-sdb/pom.xml (original)
+++ jena/trunk/jena-sdb/pom.xml Wed Oct 10 09:50:56 2012
@@ -22,7 +22,7 @@
   <artifactId>jena-sdb</artifactId>
   <packaging>jar</packaging>
   <name>jena-sdb</name>
-  <version>1.3.6-SNAPSHOT</version>
+  <version>1.3.5-SNAPSHOT</version>
 
   <parent>
     <groupId>org.apache.jena</groupId>