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 2014/01/18 19:10:35 UTC

svn commit: r1559383 - in /jena/trunk: apache-jena-libs/ apache-jena/ jena-arq/ jena-core/ jena-fuseki/ jena-iri/ jena-jdbc/ jena-maven-tools/ jena-sdb/ jena-security/ jena-spatial/ jena-tdb/ jena-text/

Author: andy
Date: Sat Jan 18 18:10:34 2014
New Revision: 1559383

URL: http://svn.apache.org/r1559383
Log:
Adjust jena-parent version

Modified:
    jena/trunk/apache-jena-libs/pom.xml
    jena/trunk/apache-jena/pom.xml
    jena/trunk/jena-arq/pom.xml
    jena/trunk/jena-core/pom.xml
    jena/trunk/jena-fuseki/pom.xml
    jena/trunk/jena-iri/pom.xml
    jena/trunk/jena-jdbc/pom.xml
    jena/trunk/jena-maven-tools/pom.xml
    jena/trunk/jena-sdb/pom.xml
    jena/trunk/jena-security/pom.xml
    jena/trunk/jena-spatial/pom.xml
    jena/trunk/jena-tdb/pom.xml
    jena/trunk/jena-text/pom.xml

Modified: jena/trunk/apache-jena-libs/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/apache-jena-libs/pom.xml?rev=1559383&r1=1559382&r2=1559383&view=diff
==============================================================================
--- jena/trunk/apache-jena-libs/pom.xml (original)
+++ jena/trunk/apache-jena-libs/pom.xml Sat Jan 18 18:10:34 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>8-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent>
 

Modified: jena/trunk/apache-jena/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/apache-jena/pom.xml?rev=1559383&r1=1559382&r2=1559383&view=diff
==============================================================================
--- jena/trunk/apache-jena/pom.xml (original)
+++ jena/trunk/apache-jena/pom.xml Sat Jan 18 18:10:34 2014
@@ -37,7 +37,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>8-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent> 
 

Modified: jena/trunk/jena-arq/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/pom.xml?rev=1559383&r1=1559382&r2=1559383&view=diff
==============================================================================
--- jena/trunk/jena-arq/pom.xml (original)
+++ jena/trunk/jena-arq/pom.xml Sat Jan 18 18:10:34 2014
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>8-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent>
 

Modified: jena/trunk/jena-core/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/pom.xml?rev=1559383&r1=1559382&r2=1559383&view=diff
==============================================================================
--- jena/trunk/jena-core/pom.xml (original)
+++ jena/trunk/jena-core/pom.xml Sat Jan 18 18:10:34 2014
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>8-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent>
 

Modified: jena/trunk/jena-fuseki/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/pom.xml?rev=1559383&r1=1559382&r2=1559383&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/pom.xml (original)
+++ jena/trunk/jena-fuseki/pom.xml Sat Jan 18 18:10:34 2014
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>8-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent> 
 

Modified: jena/trunk/jena-iri/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-iri/pom.xml?rev=1559383&r1=1559382&r2=1559383&view=diff
==============================================================================
--- jena/trunk/jena-iri/pom.xml (original)
+++ jena/trunk/jena-iri/pom.xml Sat Jan 18 18:10:34 2014
@@ -32,7 +32,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>8-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent> 
 

Modified: jena/trunk/jena-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-jdbc/pom.xml?rev=1559383&r1=1559382&r2=1559383&view=diff
==============================================================================
--- jena/trunk/jena-jdbc/pom.xml (original)
+++ jena/trunk/jena-jdbc/pom.xml Sat Jan 18 18:10:34 2014
@@ -29,7 +29,7 @@
 	<parent>
 		<groupId>org.apache.jena</groupId>
 		<artifactId>jena-parent</artifactId>
-		<version>9-SNAPSHOT</version>
+		<version>8-SNAPSHOT</version>
 		<relativePath>../jena-parent</relativePath>
 	</parent>
 

Modified: jena/trunk/jena-maven-tools/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-maven-tools/pom.xml?rev=1559383&r1=1559382&r2=1559383&view=diff
==============================================================================
--- jena/trunk/jena-maven-tools/pom.xml (original)
+++ jena/trunk/jena-maven-tools/pom.xml Sat Jan 18 18:10:34 2014
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>8-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent>
 

Modified: jena/trunk/jena-sdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/pom.xml?rev=1559383&r1=1559382&r2=1559383&view=diff
==============================================================================
--- jena/trunk/jena-sdb/pom.xml (original)
+++ jena/trunk/jena-sdb/pom.xml Sat Jan 18 18:10:34 2014
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>8-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent> 
 

Modified: jena/trunk/jena-security/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-security/pom.xml?rev=1559383&r1=1559382&r2=1559383&view=diff
==============================================================================
--- jena/trunk/jena-security/pom.xml (original)
+++ jena/trunk/jena-security/pom.xml Sat Jan 18 18:10:34 2014
@@ -34,7 +34,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>8-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent>
 	<organization>

Modified: jena/trunk/jena-spatial/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-spatial/pom.xml?rev=1559383&r1=1559382&r2=1559383&view=diff
==============================================================================
--- jena/trunk/jena-spatial/pom.xml (original)
+++ jena/trunk/jena-spatial/pom.xml Sat Jan 18 18:10:34 2014
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>8-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent>
 

Modified: jena/trunk/jena-tdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/pom.xml?rev=1559383&r1=1559382&r2=1559383&view=diff
==============================================================================
--- jena/trunk/jena-tdb/pom.xml (original)
+++ jena/trunk/jena-tdb/pom.xml Sat Jan 18 18:10:34 2014
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>8-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent> 
 

Modified: jena/trunk/jena-text/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-text/pom.xml?rev=1559383&r1=1559382&r2=1559383&view=diff
==============================================================================
--- jena/trunk/jena-text/pom.xml (original)
+++ jena/trunk/jena-text/pom.xml Sat Jan 18 18:10:34 2014
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>8-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent>