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 2021/12/07 11:30:23 UTC

[sling-org-apache-sling-testing-sling-mock] branch experimental/WTES-69-diagnosis updated (0b9c4bb -> e755243)

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

sseifert pushed a change to branch experimental/WTES-69-diagnosis
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git.


 discard 0b9c4bb  consistently use MockOsgi.registerInjectActivateService
 discard 5bf4172  set version to 3.2.3-WTES-69-SNAPSHOT
     add b3894c0  cosmetic: use MockOsgi.registerInjectActivateService consistently
     new e755243  set version to 3.2.3-WTES-69-SNAPSHOT

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0b9c4bb)
            \
             N -- N -- N   refs/heads/experimental/WTES-69-diagnosis (e755243)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:

[sling-org-apache-sling-testing-sling-mock] 01/01: set version to 3.2.3-WTES-69-SNAPSHOT

Posted by ss...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch experimental/WTES-69-diagnosis
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git

commit e75524311118193be80f1d4aa6334fb438f0fd63
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Tue Dec 7 11:49:00 2021 +0100

    set version to 3.2.3-WTES-69-SNAPSHOT
---
 core/pom.xml     | 2 +-
 junit4/pom.xml   | 6 +++---
 junit5/pom.xml   | 6 +++---
 parent/pom.xml   | 4 ++--
 pom.xml          | 2 +-
 relocate/pom.xml | 2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 5f37ba3..27d0794 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
-        <version>3.2.3-SNAPSHOT</version>
+        <version>3.2.3-WTES-69-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/junit4/pom.xml b/junit4/pom.xml
index 612e10f..e8c267a 100644
--- a/junit4/pom.xml
+++ b/junit4/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
-        <version>3.2.3-SNAPSHOT</version>
+        <version>3.2.3-WTES-69-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -37,13 +37,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>3.2.3-SNAPSHOT</version>
+            <version>3.2.3-WTES-69-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>3.2.3-SNAPSHOT</version>
+            <version>3.2.3-WTES-69-SNAPSHOT</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
diff --git a/junit5/pom.xml b/junit5/pom.xml
index e179914..207a233 100644
--- a/junit5/pom.xml
+++ b/junit5/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
-        <version>3.2.3-SNAPSHOT</version>
+        <version>3.2.3-WTES-69-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -37,13 +37,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>3.2.3-SNAPSHOT</version>
+            <version>3.2.3-WTES-69-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>3.2.3-SNAPSHOT</version>
+            <version>3.2.3-WTES-69-SNAPSHOT</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 0b1c90b..bfd8b7e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
-    <version>3.2.3-SNAPSHOT</version>
+    <version>3.2.3-WTES-69-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache Sling Testing Sling Mock Parent</name>
@@ -42,7 +42,7 @@
         <servlet-helpers.version>1.4.2</servlet-helpers.version>
         <resourcebuilder.version>1.0.4</resourcebuilder.version>
 
-        <project.build.outputTimestamp>2021-12-02T20:14:16Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-12-07T10:48:47Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index b494ec2..cbdcd73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
-        <version>3.2.3-SNAPSHOT</version>
+        <version>3.2.3-WTES-69-SNAPSHOT</version>
         <relativePath>parent/pom.xml</relativePath>
     </parent>
 
diff --git a/relocate/pom.xml b/relocate/pom.xml
index 0a7e4d0..cb27465 100644
--- a/relocate/pom.xml
+++ b/relocate/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
-        <version>3.2.3-SNAPSHOT</version>
+        <version>3.2.3-WTES-69-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>