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/11 20:25:33 UTC

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

Author: andy
Date: Wed Sep 11 18:25:32 2013
New Revision: 1521976

URL: http://svn.apache.org/r1521976
Log:
Explicit jena versions in dependencies needed for release foo.

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=1521976&r1=1521975&r2=1521976&view=diff
==============================================================================
--- jena/trunk/jena-sdb/pom.xml (original)
+++ jena/trunk/jena-sdb/pom.xml Wed Sep 11 18:25:32 2013
@@ -41,8 +41,6 @@
 
   <properties>
     <this.root>${project.artifactId}-${project.version}</this.root>
-    <ver.jena>2.11.0-SNAPSHOT</ver.jena>
-    <ver.arq>${ver.jena}</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>
@@ -51,7 +49,7 @@
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-core</artifactId>
-      <version>${ver.jena}</version>
+      <version>2.11.0-SNAPSHOT</version>
     </dependency>
 
     <!-- Need the tests as well -->
@@ -66,14 +64,14 @@
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-arq</artifactId>
-      <version>${ver.arq}</version>
+      <version>2.11.0-SNAPSHOT</version>
     </dependency>
 
     <!-- Need the tests as well -->
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-arq</artifactId>
-      <version>${ver.arq}</version>
+      <version>2.11.0-SNAPSHOT</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>