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
The following commit(s) were added to refs/heads/master by this push:
new ae17278f89 Prepare for release
ae17278f89 is described below
commit ae17278f89506d658dfd14e03f5029a392a9caff
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sun Nov 13 09:19:26 2022 +0100
Prepare for release
---
configurator/pom.xml | 2 +-
features/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configurator/pom.xml b/configurator/pom.xml
index f5b0159b77..a801cf6f34 100644
--- a/configurator/pom.xml
+++ b/configurator/pom.xml
@@ -111,7 +111,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.cm.json</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/features/pom.xml b/features/pom.xml
index 6874ed56bc..d36692b87c 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -118,7 +118,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.cm.json</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
<scope>provided</scope>
</dependency>