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/09/12 14:24:24 UTC

svn commit: r1522548 - in /jena/trunk: ./ apache-jena-libs/ apache-jena/ jena-arq/ jena-core/ jena-fuseki/ jena-iri/ jena-jdbc/ jena-parent/ jena-sdb/ jena-security/ jena-spatial/ jena-tdb/ jena-text/

Author: andy
Date: Thu Sep 12 12:24:24 2013
New Revision: 1522548

URL: http://svn.apache.org/r1522548
Log:
Advance POMs to development SNAPSHOT version

Modified:
    jena/trunk/   (props changed)
    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-parent/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

Propchange: jena/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Sep 12 12:24:24 2013
@@ -2,3 +2,4 @@
 .settings
 .project
 target
+.classpath

Modified: jena/trunk/apache-jena-libs/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/apache-jena-libs/pom.xml?rev=1522548&r1=1522547&r2=1522548&view=diff
==============================================================================
--- jena/trunk/apache-jena-libs/pom.xml (original)
+++ jena/trunk/apache-jena-libs/pom.xml Thu Sep 12 12:24:24 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>7</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=1522548&r1=1522547&r2=1522548&view=diff
==============================================================================
--- jena/trunk/apache-jena/pom.xml (original)
+++ jena/trunk/apache-jena/pom.xml Thu Sep 12 12:24:24 2013
@@ -37,7 +37,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>7</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=1522548&r1=1522547&r2=1522548&view=diff
==============================================================================
--- jena/trunk/jena-arq/pom.xml (original)
+++ jena/trunk/jena-arq/pom.xml Thu Sep 12 12:24:24 2013
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>7</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=1522548&r1=1522547&r2=1522548&view=diff
==============================================================================
--- jena/trunk/jena-core/pom.xml (original)
+++ jena/trunk/jena-core/pom.xml Thu Sep 12 12:24:24 2013
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>7</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=1522548&r1=1522547&r2=1522548&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/pom.xml (original)
+++ jena/trunk/jena-fuseki/pom.xml Thu Sep 12 12:24:24 2013
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>7</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=1522548&r1=1522547&r2=1522548&view=diff
==============================================================================
--- jena/trunk/jena-iri/pom.xml (original)
+++ jena/trunk/jena-iri/pom.xml Thu Sep 12 12:24:24 2013
@@ -24,7 +24,7 @@
   <artifactId>jena-iri</artifactId>
   <packaging>jar</packaging>
   <name>Apache Jena - IRI</name>
-  <version>1.0.0</version>
+  <version>1.0.1-SNAPSHOT</version>
   <description>
     The IRI module provides an implementation of the IRI and URI specifications (RFC 3987 and 3986) which are used across Jena in order to comply with relevant W3C specifications for RDF and SPARQL which require conformance to these specifications.
   </description>
@@ -32,7 +32,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>7</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=1522548&r1=1522547&r2=1522548&view=diff
==============================================================================
--- jena/trunk/jena-jdbc/pom.xml (original)
+++ jena/trunk/jena-jdbc/pom.xml Thu Sep 12 12:24:24 2013
@@ -29,7 +29,7 @@
 	<parent>
 		<groupId>org.apache.jena</groupId>
 		<artifactId>jena-parent</artifactId>
-		<version>7</version>
+		<version>8-SNAPSHOT</version>
 		<relativePath>../jena-parent</relativePath>
 	</parent>
 

Modified: jena/trunk/jena-parent/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-parent/pom.xml?rev=1522548&r1=1522547&r2=1522548&view=diff
==============================================================================
--- jena/trunk/jena-parent/pom.xml (original)
+++ jena/trunk/jena-parent/pom.xml Thu Sep 12 12:24:24 2013
@@ -22,7 +22,7 @@
   <artifactId>jena-parent</artifactId>
   <packaging>pom</packaging>
   <url>http://jena.apache.org/</url>
-  <version>7</version>
+  <version>8-SNAPSHOT</version>
   <name>Apache Jena - Parent</name>
 
   <parent>

Modified: jena/trunk/jena-sdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/pom.xml?rev=1522548&r1=1522547&r2=1522548&view=diff
==============================================================================
--- jena/trunk/jena-sdb/pom.xml (original)
+++ jena/trunk/jena-sdb/pom.xml Thu Sep 12 12:24:24 2013
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>7</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=1522548&r1=1522547&r2=1522548&view=diff
==============================================================================
--- jena/trunk/jena-security/pom.xml (original)
+++ jena/trunk/jena-security/pom.xml Thu Sep 12 12:24:24 2013
@@ -34,7 +34,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>7</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=1522548&r1=1522547&r2=1522548&view=diff
==============================================================================
--- jena/trunk/jena-spatial/pom.xml (original)
+++ jena/trunk/jena-spatial/pom.xml Thu Sep 12 12:24:24 2013
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>7</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=1522548&r1=1522547&r2=1522548&view=diff
==============================================================================
--- jena/trunk/jena-tdb/pom.xml (original)
+++ jena/trunk/jena-tdb/pom.xml Thu Sep 12 12:24:24 2013
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>7</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=1522548&r1=1522547&r2=1522548&view=diff
==============================================================================
--- jena/trunk/jena-text/pom.xml (original)
+++ jena/trunk/jena-text/pom.xml Thu Sep 12 12:24:24 2013
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>7</version>
+    <version>8-SNAPSHOT</version>
     <relativePath>../jena-parent</relativePath>
   </parent>