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:39:41 UTC

[sling-org-apache-sling-caconfig-impl] branch master updated (5a1da1a -> 7a1cb7b)

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

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


    from 5a1da1a  SLING-8849 htl binding values provider improve flexibility (#3)
     new 7b02b82  update dependency
     new 7a1cb7b  [maven-release-plugin] prepare release org.apache.sling.caconfig.impl-1.6.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

[sling-org-apache-sling-caconfig-impl] 01/02: update dependency

Posted by ss...@apache.org.
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-impl.git

commit 7b02b82d3eb3a001cb0e316fc343050c115baecb
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Jan 3 12:38:48 2022 +0100

    update dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bfd4d77..5b5e812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.caconfig.spi</artifactId>
-            <version>1.4.0-SNAPSHOT</version>
+            <version>1.4.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>

[sling-org-apache-sling-caconfig-impl] 02/02: [maven-release-plugin] prepare release org.apache.sling.caconfig.impl-1.6.0

Posted by ss...@apache.org.
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-impl.git

commit 7a1cb7b59a538b7ec6e6f9c4a44cee3bac57e467
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Jan 3 12:39:37 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 5b5e812..8305fda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,19 +29,19 @@
 
     <artifactId>org.apache.sling.caconfig.impl</artifactId>
     <packaging>jar</packaging>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.0</version>
     <name>Apache Sling Context-Aware Configuration Implementation</name>
     <description>Apache Sling Context-Aware Configuration Implementation</description>
 
     <properties>
-        <project.build.outputTimestamp>2021-12-15T00:00:00Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-01-03T11:39:05Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-impl.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-impl.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-caconfig-impl.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.caconfig.impl-1.6.0</tag>
     </scm>
 
     <build>