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/09/12 14:37:40 UTC

[sling-org-apache-sling-testing-sling-mock-oak] branch master updated (80d66fa -> 7301795)

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-testing-sling-mock-oak.git


    from 80d66fa  update to sling-bundle-parent 49
     new c65d7a4  update dependency
     new 7301795  [maven-release-plugin] prepare release org.apache.sling.testing.sling-mock-oak-3.1.4-1.40.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-testing-sling-mock-oak] 02/02: [maven-release-plugin] prepare release org.apache.sling.testing.sling-mock-oak-3.1.4-1.40.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-testing-sling-mock-oak.git

commit 73017950d0c11b8d73e39eef52f54a1613e4e8b8
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Sep 12 16:37:35 2022 +0200

    [maven-release-plugin] prepare release org.apache.sling.testing.sling-mock-oak-3.1.4-1.40.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ba070e1..73cc52e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId>
-    <version>3.1.3-1.40.0-SNAPSHOT</version> <!-- second component is the oak version, please keep in sync with oak.version property -->
+    <version>3.1.4-1.40.0</version> <!-- second component is the oak version, please keep in sync with oak.version property -->
     <packaging>jar</packaging>
 
     <name>Apache Sling Testing Sling Mock Oak</name>
@@ -39,14 +39,14 @@
         <jackrabbit.version>2.20.2</jackrabbit.version>
         <sling-mock.version>3.4.2</sling-mock.version>
 
-        <project.build.outputTimestamp>2021-12-07T10:09:46Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-09-12T14:37:19Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-sling-mock-oak.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.testing.sling-mock-oak-3.1.4-1.40.0</tag>
     </scm>
 
     <dependencies>


[sling-org-apache-sling-testing-sling-mock-oak] 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-testing-sling-mock-oak.git

commit c65d7a46903102b17ad7851fec2200328a6e8dac
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Sep 12 16:36:39 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 2e9e404..ba070e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <properties>
         <oak.version>1.40.0</oak.version>
         <jackrabbit.version>2.20.2</jackrabbit.version>
-        <sling-mock.version>3.4.1-SNAPSHOT</sling-mock.version>
+        <sling-mock.version>3.4.2</sling-mock.version>
 
         <project.build.outputTimestamp>2021-12-07T10:09:46Z</project.build.outputTimestamp>
     </properties>