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 09:18:16 UTC

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

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-osgi-mock.git

commit 912697768ff7aab183fd762cc137c9d6e46cffeb
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Dec 6 22:18:46 2021 +0100

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

diff --git a/core/pom.xml b/core/pom.xml
index 8f2bc33..37e378f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.testing.osgi-mock.parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.1-WTES-69-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -173,7 +173,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.osgi-mock.test-services</artifactId>
-            <version>3.2.1-SNAPSHOT</version>
+            <version>3.2.1-WTES-69-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/junit4/pom.xml b/junit4/pom.xml
index fdf73f1..0b9adab 100644
--- a/junit4/pom.xml
+++ b/junit4/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.testing.osgi-mock.parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.1-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.osgi-mock.core</artifactId>
-            <version>3.2.1-SNAPSHOT</version>
+            <version>3.2.1-WTES-69-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
-            <version>3.2.1-SNAPSHOT</version>
+            <version>3.2.1-WTES-69-SNAPSHOT</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
diff --git a/junit5/pom.xml b/junit5/pom.xml
index eed625f..c9220ca 100644
--- a/junit5/pom.xml
+++ b/junit5/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.testing.osgi-mock.parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.1-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.osgi-mock.core</artifactId>
-            <version>3.2.1-SNAPSHOT</version>
+            <version>3.2.1-WTES-69-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.osgi-mock.core</artifactId>
-            <version>3.2.1-SNAPSHOT</version>
+            <version>3.2.1-WTES-69-SNAPSHOT</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index bc5f6fb..c3a4162 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -28,14 +28,14 @@
     </parent>
 
     <artifactId>org.apache.sling.testing.osgi-mock.parent</artifactId>
-    <version>3.2.1-SNAPSHOT</version>
+    <version>3.2.1-WTES-69-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache Sling Testing OSGi Mock Parent</name>
     <description>Mock implementation of selected OSGi APIs.</description>
 
     <properties>
-        <project.build.outputTimestamp>2021-11-29T17:07:24Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-12-06T21:18:04Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 497b97b..46127f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.testing.osgi-mock.parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.1-WTES-69-SNAPSHOT</version>
         <relativePath>parent/pom.xml</relativePath>
     </parent>
 
diff --git a/relocate/pom.xml b/relocate/pom.xml
index 4fdc370..dbc9f80 100644
--- a/relocate/pom.xml
+++ b/relocate/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.testing.osgi-mock.parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.1-WTES-69-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/test-services/pom.xml b/test-services/pom.xml
index 80dd06c..d997d03 100644
--- a/test-services/pom.xml
+++ b/test-services/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.testing.osgi-mock.parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.1-WTES-69-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>