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:25 UTC

[felix-dev] branch master updated (c1c7ba4 -> 4e3039f)

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

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


    from c1c7ba4  [maven-release-plugin] prepare for next development iteration
     new 1cf4877  Use release version of gogo runtime v1.1.4
     new 4e3039f  [maven-release-plugin] prepare release org.apache.felix.gogo.command-1.1.2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gogo/command/pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


[felix-dev] 02/02: [maven-release-plugin] prepare release org.apache.felix.gogo.command-1.1.2

Posted by tj...@apache.org.
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 4e3039f4dee8f1abcec625afe38d2187d0dc3933
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Mon Oct 5 11:25:48 2020 -0500

    [maven-release-plugin] prepare release org.apache.felix.gogo.command-1.1.2
---
 gogo/command/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gogo/command/pom.xml b/gogo/command/pom.xml
index 31b0b76..c7d8773 100644
--- a/gogo/command/pom.xml
+++ b/gogo/command/pom.xml
@@ -30,7 +30,7 @@
 
     <artifactId>org.apache.felix.gogo.command</artifactId>
     <packaging>bundle</packaging>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2</version>
     <name>Apache Felix Gogo Command</name>
 
     <description>
@@ -41,7 +41,8 @@
         <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
-    </scm>
+      <tag>org.apache.felix.gogo.command-1.1.2</tag>
+  </scm>
 
     <dependencies>
         <dependency>


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

Posted by tj...@apache.org.
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>