You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/12/20 19:12:31 UTC

[sling-org-apache-sling-commons-messaging-mail] branch master updated: use org.apache.sling.commons.crypto 1.0.0

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-commons-messaging-mail.git


The following commit(s) were added to refs/heads/master by this push:
     new f487f36  use org.apache.sling.commons.crypto 1.0.0
f487f36 is described below

commit f487f36613c5c114750fac923a65eb8ea7035072
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Dec 20 19:57:23 2019 +0100

    use org.apache.sling.commons.crypto 1.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 694df3d..db37f41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.commons.crypto</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>