You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2016/06/14 18:47:23 UTC

karaf git commit: [KARAF-4570] Fix missed placeholder Thx to gurkerl83

Repository: karaf
Updated Branches:
  refs/heads/master b4ae5245c -> 516fa4114


[KARAF-4570] Fix missed placeholder
Thx to gurkerl83

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

Branch: refs/heads/master
Commit: 516fa41144bd49753e7568ae10af23f6389521b9
Parents: b4ae524
Author: Guillaume Nodet <gn...@apache.org>
Authored: Tue Jun 14 20:46:58 2016 +0200
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Tue Jun 14 20:46:58 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/516fa411/manual/pom.xml
----------------------------------------------------------------------
diff --git a/manual/pom.xml b/manual/pom.xml
index 76dee21..6db8ec8 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -181,7 +181,7 @@
 					<dependency>
 						<groupId>org.apache.felix</groupId>
 						<artifactId>org.apache.felix.gogo.runtime</artifactId>
-						<version>${felix.gogo.version}</version>
+						<version>${felix.gogo.runtime.version}</version>
 					</dependency>
 					<dependency>
 						<groupId>org.osgi</groupId>