This is an automated email from the ASF dual-hosted git repository.
radu 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 5b9366f [maven-release-plugin] prepare release
org.apache.sling.testing.sling-mock.reactor-3.4.8
5b9366f is described below
commit 5b9366f1e6f86b6813401e165ce6e604a4bc6d60
Author: Radu Cotescu <[email protected]>
AuthorDate: Fri Apr 28 15:48:56 2023 +0200
[maven-release-plugin] prepare release
org.apache.sling.testing.sling-mock.reactor-3.4.8
---
core/pom.xml | 6 +++---
junit4/pom.xml | 6 +++---
junit5/pom.xml | 6 +++---
parent/pom.xml | 6 +++---
pom.xml | 4 ++--
relocate/pom.xml | 2 +-
6 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/core/pom.xml b/core/pom.xml
index d273313..e90636e 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.4.7-SNAPSHOT</version>
+ <version>3.4.8</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.jcr-mock</artifactId>
- <version>${jcr-mock.version}</version>
+ <version>1.6.8</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.servlet-helpers</artifactId>
- <version>${servlet-helpers.version}</version>
+ <version>1.4.6</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/junit4/pom.xml b/junit4/pom.xml
index e232b8c..fab8074 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.4.7-SNAPSHOT</version>
+ <version>3.4.8</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.4.7-SNAPSHOT</version>
+ <version>3.4.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
- <version>3.4.7-SNAPSHOT</version>
+ <version>3.4.8</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
diff --git a/junit5/pom.xml b/junit5/pom.xml
index 06aa84e..1d8f3eb 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.4.7-SNAPSHOT</version>
+ <version>3.4.8</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.4.7-SNAPSHOT</version>
+ <version>3.4.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
- <version>3.4.7-SNAPSHOT</version>
+ <version>3.4.8</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index d56701c..02ea229 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.4.7-SNAPSHOT</version>
+ <version>3.4.8</version>
<packaging>pom</packaging>
<name>Apache Sling Testing Sling Mock Parent</name>
@@ -42,7 +42,7 @@
<servlet-helpers.version>1.4.7-SNAPSHOT</servlet-helpers.version>
<resourcebuilder.version>1.0.4</resourcebuilder.version>
-
<project.build.outputTimestamp>2023-04-23T19:27:30Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-04-28T13:48:41Z</project.build.outputTimestamp>
</properties>
<dependencies>
@@ -424,7 +424,7 @@
</profiles>
<scm>
- <tag>org.apache.sling.testing.sling-mock.reactor-3.3.2</tag>
+ <tag>org.apache.sling.testing.sling-mock.reactor-3.4.8</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 d6a56ae..1da8400 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.4.7-SNAPSHOT</version>
+ <version>3.4.8</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>org.apache.sling.testing.sling-mock.reactor-3.3.2</tag>
+ <tag>org.apache.sling.testing.sling-mock.reactor-3.4.8</tag>
</scm>
<modules>
diff --git a/relocate/pom.xml b/relocate/pom.xml
index c1b2461..3378b36 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.4.7-SNAPSHOT</version>
+ <version>3.4.8</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>