You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2022/01/03 11:35:48 UTC

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

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-spi.git


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

commit 495615aca075ea40451752d850e19c8131747107
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Jan 3 12:35:43 2022 +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 235f37c..659dad5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,19 +29,19 @@
 
     <artifactId>org.apache.sling.caconfig.spi</artifactId>
     <packaging>jar</packaging>
-    <version>1.4.0</version>
+    <version>1.4.1-SNAPSHOT</version>
     <name>Apache Sling Context-Aware Configuration SPI</name>
     <description>Apache Sling Context-Aware Configuration SPI</description>
 
     <properties>
-        <project.build.outputTimestamp>2022-01-03T11:35:11Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-01-03T11:35:43Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-spi.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-spi.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-caconfig-spi.git</url>
-        <tag>org.apache.sling.caconfig.spi-1.4.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <build>