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/19 19:46:00 UTC

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


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

commit 9d500b6db5c485648bd3a24dc35177b782f91ebd
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Oct 19 21:45:58 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 9e38f7a..fa0547e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,13 +29,13 @@
   </parent>
 
   <artifactId>org.apache.sling.commons.content.analyzing</artifactId>
-  <version>1.0.0</version>
+  <version>1.0.1-SNAPSHOT</version>
 
   <name>Apache Sling Commons Content Analyzing</name>
   <description>Apache Sling Commons Content Analyzing</description>
 
   <properties>
-    <project.build.outputTimestamp>2021-10-19T19:45:36Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-10-19T19:45:58Z</project.build.outputTimestamp>
     <sling.java.version>8</sling.java.version>
   </properties>
 
@@ -43,7 +43,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-content-analyzing.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-content-analyzing.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-content-analyzing.git</url>
-    <tag>org.apache.sling.commons.content.analyzing-1.0.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <build>