This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
new 899b7d2 Fix spring-security-crypto bundle version
899b7d2 is described below
commit 899b7d243ce62a795fe1ba0456489504e079a1cc
Author: jbonofre <[email protected]>
AuthorDate: Sat Mar 6 07:20:10 2021 +0100
Fix spring-security-crypto bundle version
---
jaas/spring-security-crypto/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jaas/spring-security-crypto/pom.xml
b/jaas/spring-security-crypto/pom.xml
index eda826b..1cd4f80 100644
--- a/jaas/spring-security-crypto/pom.xml
+++ b/jaas/spring-security-crypto/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf.jaas</groupId>
<artifactId>jaas</artifactId>
- <version>4.3.1-SNAPSHOT</version>
+ <version>4.2.11-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>