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/sling-org-apache-sling-feature-cpconverter.git
The following commit(s) were added to refs/heads/master by this push:
new 1ddfd83 Use feature model 1.2.22
1ddfd83 is described below
commit 1ddfd83565da6953021fa71e1e9783fec53b508e
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Apr 2 14:34:20 2021 +0200
Use feature model 1.2.22
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0f53369..d43f64d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,13 +112,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.2.20</version>
+ <version>1.2.22</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
- <version>1.1.18</version>
+ <version>1.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>