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/08/14 23:15:18 UTC

svn commit: r1373116 - /jena/trunk/jena-sdb/pom.xml

Author: andy
Date: Tue Aug 14 21:15:18 2012
New Revision: 1373116

URL: http://svn.apache.org/viewvc?rev=1373116&view=rev
Log:
Fix versions inc this is 1.3.5-SNAPSHOT

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

Modified: jena/trunk/jena-sdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/pom.xml?rev=1373116&r1=1373115&r2=1373116&view=diff
==============================================================================
--- jena/trunk/jena-sdb/pom.xml (original)
+++ jena/trunk/jena-sdb/pom.xml Tue Aug 14 21:15:18 2012
@@ -24,28 +24,16 @@
   <artifactId>jena-sdb</artifactId>
   <packaging>jar</packaging>
   <name>jena-sdb</name>
-  <version>1.3.4-SNAPSHOT</version>
+  <version>1.3.5-SNAPSHOT</version>
 
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>2</version>
+    <version>3</version>
     <relativePath>../jena-parent</relativePath>
   </parent> 
 
-  <!-- Need if the parent is a snapshot -->
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-	<enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
-  <description>SDB is a persistence layer that uses an SQL databases.</description>
+  <description>SDB is a persistence layer that uses an SQL database.</description>
 
   <scm>
     <connection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-sdb</connection>
@@ -54,8 +42,8 @@
 
   <properties>
     <this.root>${project.artifactId}-${project.version}</this.root>
-    <ver.jena>2.7.3-SNAPSHOT</ver.jena>
-    <ver.arq>2.9.3-SNAPSHOT</ver.arq>
+    <ver.jena>2.7.3</ver.jena>
+    <ver.arq>2.9.3</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>
   </properties>