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 2015/07/21 22:59:07 UTC

[2/2] jena git commit: Manage version of jena-arq directly

Manage version of jena-arq directly


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/2d18e707
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/2d18e707
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/2d18e707

Branch: refs/heads/master
Commit: 2d18e707dc2c881af583aedee33bbb00753fee36
Parents: 14f0582
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Jul 21 21:58:53 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Jul 21 21:58:53 2015 +0100

----------------------------------------------------------------------
 jena-elephas/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/2d18e707/jena-elephas/pom.xml
----------------------------------------------------------------------
diff --git a/jena-elephas/pom.xml b/jena-elephas/pom.xml
index 1707308..b140dd5 100644
--- a/jena-elephas/pom.xml
+++ b/jena-elephas/pom.xml
@@ -88,7 +88,7 @@
       <dependency>
         <groupId>org.apache.jena</groupId>
         <artifactId>jena-arq</artifactId>
-	<version>${project.version}</version>
+	<version>3.0.0-SNAPSHOT</version>
       </dependency>
 
       <!-- Test Dependencies -->