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/06/28 13:18:39 UTC

svn commit: r1354929 - in /jena/trunk/jena-tdb: .classpath .project .settings/ dist/ pom.xml

Author: andy
Date: Thu Jun 28 11:18:38 2012
New Revision: 1354929

URL: http://svn.apache.org/viewvc?rev=1354929&view=rev
Log:
Remove Eclipse files

Removed:
    jena/trunk/jena-tdb/.classpath
    jena/trunk/jena-tdb/.project
    jena/trunk/jena-tdb/.settings/
    jena/trunk/jena-tdb/dist/
Modified:
    jena/trunk/jena-tdb/pom.xml

Modified: jena/trunk/jena-tdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/pom.xml?rev=1354929&r1=1354928&r2=1354929&view=diff
==============================================================================
--- jena/trunk/jena-tdb/pom.xml (original)
+++ jena/trunk/jena-tdb/pom.xml Thu Jun 28 11:18:38 2012
@@ -55,8 +55,8 @@
     <this.root>${project.artifactId}-${project.version}</this.root>
     <assembly.root.name>apache-${project.artifactId}-${project.version}</assembly.root.name>
 
-    <ver.jena>2.7.2</ver.jena>
-    <ver.arq>2.9.2</ver.arq>
+    <ver.jena>2.7.2-SNAPSHOT</ver.jena>
+    <ver.arq>2.9.2-SNAPSHOT</ver.arq>
     
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
     <build.time.xsd>${maven.build.timestamp}</build.time.xsd>