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 14:51:15 UTC

[felix-dev] branch master updated: Use released version of gogo parent pom v6

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


The following commit(s) were added to refs/heads/master by this push:
     new 9443607  Use released version of gogo parent pom v6
9443607 is described below

commit 94436078c7a1d135de00a2cae3caa91fe6d9b966
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Mon Oct 5 09:45:57 2020 -0500

    Use released version of gogo parent pom v6
---
 gogo/command/pom.xml     | 2 +-
 gogo/itest-jline/pom.xml | 2 +-
 gogo/itest-shell/pom.xml | 2 +-
 gogo/runtime/pom.xml     | 2 +-
 gogo/shell/pom.xml       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gogo/command/pom.xml b/gogo/command/pom.xml
index 1802efa..1d7bdbd 100644
--- a/gogo/command/pom.xml
+++ b/gogo/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>gogo-parent</artifactId>
-        <version>6-SNAPSHOT</version>
+        <version>6</version>
         <relativePath>../gogo-parent/pom.xml</relativePath>
     </parent>
 
diff --git a/gogo/itest-jline/pom.xml b/gogo/itest-jline/pom.xml
index a9f7729..c658a3f 100644
--- a/gogo/itest-jline/pom.xml
+++ b/gogo/itest-jline/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>gogo-parent</artifactId>
-        <version>6-SNAPSHOT</version>
+        <version>6</version>
         <relativePath>../gogo-parent/pom.xml</relativePath>
     </parent>
 
diff --git a/gogo/itest-shell/pom.xml b/gogo/itest-shell/pom.xml
index d191a4c..8cf6b81 100644
--- a/gogo/itest-shell/pom.xml
+++ b/gogo/itest-shell/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>gogo-parent</artifactId>
-        <version>6-SNAPSHOT</version>
+        <version>6</version>
         <relativePath>../gogo-parent/pom.xml</relativePath>
     </parent>
 
diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index 7c20901..4bca8d4 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>gogo-parent</artifactId>
-        <version>6-SNAPSHOT</version>
+        <version>6</version>
         <relativePath>../gogo-parent/pom.xml</relativePath>
     </parent>
 
diff --git a/gogo/shell/pom.xml b/gogo/shell/pom.xml
index 61dc54d..9e18ba3 100644
--- a/gogo/shell/pom.xml
+++ b/gogo/shell/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>gogo-parent</artifactId>
-        <version>6-SNAPSHOT</version>
+        <version>6</version>
         <relativePath>../gogo-parent/pom.xml</relativePath>
     </parent>