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:22 UTC

[sling-org-apache-sling-commons-crypto] branch master updated: [maven-release-plugin] prepare for next development iteration

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 3fbab8f  [maven-release-plugin] prepare for next development iteration
3fbab8f is described below

commit 3fbab8ff0268b28fe43e9073d62ea814c07c0057
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 6 14:33:19 2021 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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