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/24 09:53:50 UTC

svn commit: r1401575 - in /jena/Scratch/AFS/Dev/trunk: .classpath pom.xml

Author: andy
Date: Wed Oct 24 07:53:49 2012
New Revision: 1401575

URL: http://svn.apache.org/viewvc?rev=1401575&view=rev
Log:
Update to latest snapshots

Modified:
    jena/Scratch/AFS/Dev/trunk/.classpath
    jena/Scratch/AFS/Dev/trunk/pom.xml

Modified: jena/Scratch/AFS/Dev/trunk/.classpath
URL: http://svn.apache.org/viewvc/jena/Scratch/AFS/Dev/trunk/.classpath?rev=1401575&r1=1401574&r2=1401575&view=diff
==============================================================================
--- jena/Scratch/AFS/Dev/trunk/.classpath (original)
+++ jena/Scratch/AFS/Dev/trunk/.classpath Wed Oct 24 07:53:49 2012
@@ -10,7 +10,7 @@
 	<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpclient/4.1.2/httpclient-4.1.2.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpclient/4.1.2/httpclient-4.1.2-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpcore/4.1.3/httpcore-4.1.3.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpcore/4.1.3/httpcore-4.1.3-sources.jar"/>
-	<classpathentry kind="var" path="M2_REPO/org/apache/jena/jena-iri/0.9.4-SNAPSHOT/jena-iri-0.9.4-SNAPSHOT.jar" sourcepath="M2_REPO/org/apache/jena/jena-iri/0.9.4-SNAPSHOT/jena-iri-0.9.4-SNAPSHOT-sources.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/apache/jena/jena-iri/0.9.5-SNAPSHOT/jena-iri-0.9.5-SNAPSHOT.jar" sourcepath="M2_REPO/org/apache/jena/jena-iri/0.9.5-SNAPSHOT/jena-iri-0.9.5-SNAPSHOT-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/junit/junit/4.9/junit-4.9.jar" sourcepath="M2_REPO/junit/junit/4.9/junit-4.8.2-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.16/log4j-1.2.16.jar" sourcepath="M2_REPO/log4j/log4j/1.2.16/log4j-1.2.16-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4-sources.jar"/>

Modified: jena/Scratch/AFS/Dev/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jena/Scratch/AFS/Dev/trunk/pom.xml?rev=1401575&r1=1401574&r2=1401575&view=diff
==============================================================================
--- jena/Scratch/AFS/Dev/trunk/pom.xml (original)
+++ jena/Scratch/AFS/Dev/trunk/pom.xml Wed Oct 24 07:53:49 2012
@@ -23,10 +23,10 @@
 
   <properties>
     <this.root>${project.artifactId}-${project.version}</this.root>
-    <ver.jena>2.7.4-SNAPSHOT</ver.jena>
-    <ver.arq>2.9.4-SNAPSHOT</ver.arq>
-    <ver.tdb>0.9.4-SNAPSHOT</ver.tdb>
-    <ver.iri>0.9.4-SNAPSHOT</ver.iri>
+    <ver.jena>2.7.5-SNAPSHOT</ver.jena>
+    <ver.arq>2.9.5-SNAPSHOT</ver.arq>
+    <ver.tdb>0.9.5-SNAPSHOT</ver.tdb>
+    <ver.iri>0.9.5-SNAPSHOT</ver.iri>
 
     <ver.junit>[4.9,)</ver.junit>
     <ver.slf4j>[1.6.4,)</ver.slf4j>