This is an automated email from the ASF dual-hosted git repository.
olli pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git
The following commit(s) were added to refs/heads/master by this push:
new 46cd186 SLING-8887 Provide Commons Crypto feature
46cd186 is described below
commit 46cd18636fb725f2affdf583e7bf5919f1a1c3e1
Author: Oliver Lietz <[email protected]>
AuthorDate: Fri Dec 20 20:03:23 2019 +0100
SLING-8887 Provide Commons Crypto feature
Use org.apache.sling.commons.crypto 1.0.0
---
src/main/feature/feature.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 90b9450..9865dac 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -74,7 +74,7 @@
<bundle>mvn:org.apache.sling/org.apache.sling.commons.classloader/1.4.4</bundle>
</feature>
<feature name="sling-commons-crypto" version="${project.version}">
-
<bundle>mvn:org.apache.sling/org.apache.sling.commons.crypto/1.0.0-SNAPSHOT</bundle>
+ <bundle>mvn:org.apache.sling/org.apache.sling.commons.crypto/1.0.0</bundle>
<!-- dependencies -->
<feature>scr</feature>
<bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.9</bundle>