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/12/09 20:58:46 UTC

[sling-org-apache-sling-commons-messaging-mail] 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-messaging-mail.git


The following commit(s) were added to refs/heads/master by this push:
     new 81fd2fc  [maven-release-plugin] prepare for next development iteration
81fd2fc is described below

commit 81fd2fcc19237c3adf135a1a9136f981c093ed41
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Dec 9 21:58:44 2021 +0100

    [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 c8df988..fe84a1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.commons.messaging.mail</artifactId>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
 
   <name>Apache Sling Commons Messaging Mail</name>
   <description>Service and support for sending MIME messages (mails)</description>
@@ -37,7 +37,7 @@
   <properties>
     <sling.java.version>11</sling.java.version>
     <javadoc.excludePackageNames />
-    <project.build.outputTimestamp>2021-12-09T20:58:10Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-12-09T20:58:44Z</project.build.outputTimestamp>
     <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-messaging-mail.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging-mail.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-messaging-mail.git</url>
-    <tag>org.apache.sling.commons.messaging.mail-2.0.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <build>