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:49:28 UTC

[sling-org-apache-sling-models-caconfig] branch master updated (fcff806 -> 298e0c7)

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-models-caconfig.git.


    from fcff806  SLING-7256 Sling Models injector for CAConfig (#1)
     new 1087d8c  update dependencies
     new 298e0c7  [maven-release-plugin] prepare release org.apache.sling.models.caconfig-1.0.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 | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

[sling-org-apache-sling-models-caconfig] 02/02: [maven-release-plugin] prepare release org.apache.sling.models.caconfig-1.0.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-models-caconfig.git

commit 298e0c70911f8fa17a5baa3f752c7290c3adebc3
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Jan 3 12:49:24 2022 +0100

    [maven-release-plugin] prepare release org.apache.sling.models.caconfig-1.0.0
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index af03dd7..951fd37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.models.caconfig</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
     <name>Apache Sling Models Context-Aware Configuration</name>
     <description>Integration of Sling Models and Sling Context-Aware Configuration</description>
@@ -37,10 +37,11 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-caconfig.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-caconfig.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-models-caconfig.git</url>
-    </scm>
+      <tag>org.apache.sling.models.caconfig-1.0.0</tag>
+  </scm>
 
     <properties>
-        <project.build.outputTimestamp>2021-12-22T00:00:00Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-01-03T11:49:06Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>

[sling-org-apache-sling-models-caconfig] 01/02: update dependencies

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-models-caconfig.git

commit 1087d8c63616896b0704f2fe199b112b80b04c94
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Jan 3 12:48:29 2022 +0100

    update dependencies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8bbc630..af03dd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,13 +82,13 @@
         <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>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.caconfig.impl</artifactId>
-            <version>1.6.0-SNAPSHOT</version>
+            <version>1.6.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -135,7 +135,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.caconfig-mock-plugin</artifactId>
-            <version>1.4.0-SNAPSHOT</version>
+            <version>1.4.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>