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/02 20:14:09 UTC

[sling-org-apache-sling-testing-sling-mock] branch master updated: [maven-release-plugin] prepare release org.apache.sling.testing.sling-mock.reactor-3.2.2

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


The following commit(s) were added to refs/heads/master by this push:
     new 40aaaa6  [maven-release-plugin] prepare release org.apache.sling.testing.sling-mock.reactor-3.2.2
40aaaa6 is described below

commit 40aaaa6a0f7e3cf32ef2c146aa5bcc1728bfae28
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Thu Dec 2 21:14:05 2021 +0100

    [maven-release-plugin] prepare release org.apache.sling.testing.sling-mock.reactor-3.2.2
---
 core/pom.xml     | 2 +-
 junit4/pom.xml   | 6 +++---
 junit5/pom.xml   | 6 +++---
 parent/pom.xml   | 6 +++---
 pom.xml          | 4 ++--
 relocate/pom.xml | 2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 9d5fd48..119b313 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.1-SNAPSHOT</version>
+        <version>3.2.2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/junit4/pom.xml b/junit4/pom.xml
index 19609bd..d62091b 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.1-SNAPSHOT</version>
+        <version>3.2.2</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.1-SNAPSHOT</version>
+            <version>3.2.2</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>3.2.1-SNAPSHOT</version>
+            <version>3.2.2</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
diff --git a/junit5/pom.xml b/junit5/pom.xml
index bde5da8..17f0e95 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.1-SNAPSHOT</version>
+        <version>3.2.2</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.1-SNAPSHOT</version>
+            <version>3.2.2</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>3.2.1-SNAPSHOT</version>
+            <version>3.2.2</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 4d33589..adff6a7 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.1-SNAPSHOT</version>
+    <version>3.2.2</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-11-29T17:12:28Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-12-02T20:13:13Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>
@@ -404,7 +404,7 @@
     </profiles>
 
   <scm>
-    <tag>HEAD</tag>
+    <tag>org.apache.sling.testing.sling-mock.reactor-3.2.2</tag>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-sling-mock.git</url>
diff --git a/pom.xml b/pom.xml
index 1e60cbf..380ef4c 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.1-SNAPSHOT</version>
+        <version>3.2.2</version>
         <relativePath>parent/pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-sling-mock.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.testing.sling-mock.reactor-3.2.2</tag>
     </scm>
 
     <modules>
diff --git a/relocate/pom.xml b/relocate/pom.xml
index d350918..bb4bc12 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.1-SNAPSHOT</version>
+        <version>3.2.2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>