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:32:35 UTC

[sling-org-apache-sling-caconfig-api] branch master updated: [maven-release-plugin] prepare release org.apache.sling.caconfig.api-1.3.0

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-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 234bdf6  [maven-release-plugin] prepare release org.apache.sling.caconfig.api-1.3.0
234bdf6 is described below

commit 234bdf6aecb5678b91498706aa0504b4550cda00
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Jan 3 12:32:29 2022 +0100

    [maven-release-plugin] prepare release org.apache.sling.caconfig.api-1.3.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index fe5674e..3ad3b30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,19 +29,19 @@
     
     <artifactId>org.apache.sling.caconfig.api</artifactId>
     <packaging>jar</packaging>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.0</version>
     <name>Apache Sling Context-Aware Configuration API</name>
     <description>Apache Sling Context-Aware Configuration API</description>
 
     <properties>
-        <project.build.outputTimestamp>2021-12-15T00:00:00Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-01-03T11:32:13Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-api.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-api.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-caconfig-api.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.caconfig.api-1.3.0</tag>
     </scm>
 
     <build>