You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2020/04/17 05:41:27 UTC

[felix-dev] branch master updated (9000474 -> 011029b)

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

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


    from 9000474  FELIX-6255 : Allow to update a specific bundle through the UI
     new e8cc82b  [maven-release-plugin] prepare release org.apache.felix.cm.json-1.0.0
     new 011029b  Correct scm info

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:
 cm.json/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


[felix-dev] 02/02: Correct scm info

Posted by cz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 011029b5cbc0bf93fca0b4c6d9c77368d81d3aed
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Apr 17 07:41:13 2020 +0200

    Correct scm info
---
 cm.json/pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/cm.json/pom.xml b/cm.json/pom.xml
index b3fbd8c..20626ae 100644
--- a/cm.json/pom.xml
+++ b/cm.json/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>6</version>
+        <version>7</version>
         <relativePath />
     </parent>
 
@@ -33,13 +33,12 @@
     <description>
         Support for OSGi configurations specified in JSON documents.
     </description>
-    <version>1.0.0</version>
+    <version>1.0.0-SNAPSHOT</version>
 
     <scm>
-        <connection>scm:git:https://github.com/apache/felix-dev/tree/master/cm.json</connection>
-        <developerConnection>scm:git:https://github.com/apache/felix-dev/tree/master/cm.json</developerConnection>
+        <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;f=cm.json</url>
-      <tag>org.apache.felix.cm.json-1.0.0</tag>
   </scm>
 
     <properties>


[felix-dev] 01/02: [maven-release-plugin] prepare release org.apache.felix.cm.json-1.0.0

Posted by cz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e8cc82b683321a7c0e339c08e62373e6b492f48e
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Apr 17 07:40:04 2020 +0200

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

diff --git a/cm.json/pom.xml b/cm.json/pom.xml
index 9d75a1f..b3fbd8c 100644
--- a/cm.json/pom.xml
+++ b/cm.json/pom.xml
@@ -33,13 +33,14 @@
     <description>
         Support for OSGi configurations specified in JSON documents.
     </description>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <scm>
         <connection>scm:git:https://github.com/apache/felix-dev/tree/master/cm.json</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-dev/tree/master/cm.json</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git;f=cm.json</url>
-    </scm>
+      <tag>org.apache.felix.cm.json-1.0.0</tag>
+  </scm>
 
     <properties>
         <felix.java.version>8</felix.java.version>