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/02/23 11:53:52 UTC

[2/5] jena git commit: Must use explicit version to use the release plugin

Must use explicit version to use the release plugin


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

Branch: refs/heads/master
Commit: f03bb5e5ccaaddd4e34cddb3345f5236cdf2bc0d
Parents: 13a8cd2
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Feb 23 10:44:57 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Feb 23 10:52:55 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/jena/blob/f03bb5e5/jena-extras/pom.xml
----------------------------------------------------------------------
diff --git a/jena-extras/pom.xml b/jena-extras/pom.xml
index 57c0ca0..0d7ab2f 100644
--- a/jena-extras/pom.xml
+++ b/jena-extras/pom.xml
@@ -121,7 +121,7 @@ This is the parent module for the Jena Extra modules.
     <dependency>
         <groupId>org.apache.jena</groupId>
         <artifactId>apache-jena-libs</artifactId>
-        <version>${jena-version}</version>
+        <version>2.13.0-SNAPSHOT</version>
         <type>pom</type>
     </dependency>
     <dependency>