[felix-dev] branch master updated: [maven-release-plugin] prepare for next development iteration

2022-09-20 Thread davidb
This is an automated email from the ASF dual-hosted git repository.

davidb 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 623986ce7d [maven-release-plugin] prepare for next development 
iteration
623986ce7d is described below

commit 623986ce7d81525e254f6a0f30fc73f48da2a637
Author: David Bosschaert 
AuthorDate: Tue Sep 20 09:40:53 2022 +0100

[maven-release-plugin] prepare for next development iteration
---
 configurator/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configurator/pom.xml b/configurator/pom.xml
index cdad7c7654..db54c5d6df 100644
--- a/configurator/pom.xml
+++ b/configurator/pom.xml
@@ -33,13 +33,13 @@
 
 Implementation of the OSGi Configurator Service Specification 1.0
 
-1.0.16
+1.0.17-SNAPSHOT
 
 
 
scm:git:https://github.com/apache/felix-dev.git
 
scm:git:https://github.com/apache/felix-dev.git
 https://gitbox.apache.org/repos/asf?p=felix-dev.git
-  org.apache.felix.configurator-1.0.16
+  HEAD
   
 
 



[felix-dev] annotated tag org.apache.felix.configurator-1.0.16 updated (448c41e313 -> 68f132312c)

2022-09-20 Thread davidb
This is an automated email from the ASF dual-hosted git repository.

davidb pushed a change to annotated tag org.apache.felix.configurator-1.0.16
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


*** WARNING: tag org.apache.felix.configurator-1.0.16 was modified! ***

from 448c41e313 (commit)
  to 68f132312c (tag)
 tagging 448c41e313b577998c59c32f53264aff2e7c243e (commit)
 replaces org.apache.felix.webconsole-4.8.4
  by David Bosschaert
  on Tue Sep 20 09:40:50 2022 +0100

- Log -
[maven-release-plugin] copy for tag org.apache.felix.configurator-1.0.16
---


No new revisions were added by this update.

Summary of changes:



[felix-dev] branch master updated (f0fe4a234c -> 448c41e313)

2022-09-20 Thread davidb
This is an automated email from the ASF dual-hosted git repository.

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


from f0fe4a234c Configurator: move converter and johnzon deps to latest 
version
 add 448c41e313 [maven-release-plugin] prepare release 
org.apache.felix.configurator-1.0.16

No new revisions were added by this update.

Summary of changes:
 configurator/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[felix-dev] branch dependabot/maven/converter/serializer/org.yaml-snakeyaml-1.31 created (now b51899eb64)

2022-09-20 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/converter/serializer/org.yaml-snakeyaml-1.31
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


  at b51899eb64 Bump snakeyaml from 1.26 to 1.31 in /converter/serializer

No new revisions were added by this update.



[felix-dev] branch master updated: Configurator: move converter and johnzon deps to latest version

2022-09-20 Thread davidb
This is an automated email from the ASF dual-hosted git repository.

davidb 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 f0fe4a234c Configurator: move converter and johnzon deps to latest 
version
f0fe4a234c is described below

commit f0fe4a234cbc44eb6cac45785533205b433a9780
Author: David Bosschaert 
AuthorDate: Tue Sep 20 09:37:54 2022 +0100

Configurator: move converter and johnzon deps to latest version
---
 configurator/pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configurator/pom.xml b/configurator/pom.xml
index b65744397e..febfd86f58 100644
--- a/configurator/pom.xml
+++ b/configurator/pom.xml
@@ -103,9 +103,9 @@
 provided
 
 
-org.apache.felix
-org.apache.felix.converter
-1.0.0
+org.osgi
+org.osgi.util.converter
+1.0.9
 provided
 
 
@@ -159,7 +159,7 @@
  
 org.apache.johnzon
 johnzon-core
-1.2.3
+1.2.19
 test