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/15 19:05:07 UTC

[sling-org-apache-sling-commons-crypto] branch master updated: [maven-release-plugin] prepare release 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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e15654  [maven-release-plugin] prepare release org.apache.sling.commons.crypto-1.0.0
9e15654 is described below

commit 9e15654c4a8db27c4b30fdd14381a7cabfe8ab03
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Dec 15 20:05:03 2019 +0100

    [maven-release-plugin] prepare release org.apache.sling.commons.crypto-1.0.0
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index daa9cdb..b1cf334 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,11 +25,11 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
     <version>35</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>org.apache.sling.commons.crypto</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</version>
 
   <name>Apache Sling Commons Crypto</name>
   <description>Apache Sling Commons Crypto</description>
@@ -45,6 +45,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-crypto.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-crypto.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-crypto.git</url>
+    <tag>org.apache.sling.commons.crypto-1.0.0</tag>
   </scm>
 
   <build>