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 2021/10/06 12:33:15 UTC

[sling-org-apache-sling-commons-crypto] branch master updated: [maven-release-plugin] prepare release org.apache.sling.commons.crypto-1.1.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 75e59f4  [maven-release-plugin] prepare release org.apache.sling.commons.crypto-1.1.0
75e59f4 is described below

commit 75e59f4b573c75c27cc9f29698357f02ec966a29
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 6 14:33:12 2021 +0200

    [maven-release-plugin] prepare release org.apache.sling.commons.crypto-1.1.0
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 15f52ba..ae4731a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,15 +29,15 @@
   </parent>
 
   <artifactId>org.apache.sling.commons.crypto</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.0</version>
 
   <name>Apache Sling Commons Crypto</name>
   <description>Apache Sling Commons Crypto</description>
 
   <properties>
-    <project.build.outputTimestamp>1970-01-01T00:00:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-10-06T12:32:38Z</project.build.outputTimestamp>
     <sling.java.version>11</sling.java.version>
-    <javadoc.excludePackageNames/>
+    <javadoc.excludePackageNames />
     <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
   </properties>
 
@@ -45,7 +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>HEAD</tag>
+    <tag>org.apache.sling.commons.crypto-1.1.0</tag>
   </scm>
 
   <build>