SLING-8887 Provide Commons Crypto feature

Use org.apache.sling.commons.crypto 1.0.0
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>