You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2020/10/05 16:25:26 UTC

[felix-dev] 01/02: Use release version of gogo runtime v1.1.4

This is an automated email from the ASF dual-hosted git repository.

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 1cf48773473d2581f61c65116ad5677bdf14b0a1
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Mon Oct 5 11:23:39 2020 -0500

    Use release version of gogo runtime v1.1.4
---
 gogo/command/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gogo/command/pom.xml b/gogo/command/pom.xml
index 1d7bdbd..31b0b76 100644
--- a/gogo/command/pom.xml
+++ b/gogo/command/pom.xml
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.4</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>