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 2019/06/06 14:37:47 UTC

[sling-org-apache-sling-testing-sling-mock-oak] branch master updated (6d37527 -> 32f0aae)

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 6d37527  Merge branch 'feature/SLING-8428-mixin-linkedfile'
     new 5a97b22  update sling-mock dependency
     new 32f0aae  [maven-release-plugin] prepare release org.apache.sling.testing.sling-mock-oak-2.1.6

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[sling-org-apache-sling-testing-sling-mock-oak] 01/02: update sling-mock 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 5a97b227c3e78ee2324f42c5fd3bddd966578edd
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Thu Jun 6 16:31:10 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 6f98cd6..fb229ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <properties>
         <oak.version>1.8.9</oak.version>
         <jackrabbit.version>2.16.3</jackrabbit.version>
-        <sling-mock.version>2.3.11-SNAPSHOT</sling-mock.version>
+        <sling-mock.version>2.3.12</sling-mock.version>
     </properties>
 
     <scm>


[sling-org-apache-sling-testing-sling-mock-oak] 02/02: [maven-release-plugin] prepare release org.apache.sling.testing.sling-mock-oak-2.1.6

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 32f0aae3b3e002cdd3110118a647d5427b445bfe
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Thu Jun 6 16:37:42 2019 +0200

    [maven-release-plugin] prepare release org.apache.sling.testing.sling-mock-oak-2.1.6
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fb229ce..56edf04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId>
-    <version>2.1.5-SNAPSHOT</version>
+    <version>2.1.6</version>
     <packaging>bundle</packaging>
   
     <name>Apache Sling Testing Sling Mock Jackrabbit Oak-based Resource Resolver</name>
@@ -44,7 +44,7 @@
         <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-2.1.6</tag>
   </scm>
 
     <dependencies>