You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/06/30 07:15:32 UTC

[sling-org-apache-sling-testing-sling-mock] branch master updated (07497b2 -> fe1679e)

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

kwin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git


    from 07497b2  SLING-11362 Prevent potential ClassCastException in tearDown (#13)
     add 0b53f9a  releng: Use parent 48
     add b20c11c  [maven-release-plugin] prepare release org.apache.sling.testing.sling-mock.reactor-3.3.2
     add 7572d80  Merge branch 'master' of github.com:apache/sling-org-apache-sling-testing-sling-mock
     new fe1679e  [maven-release-plugin] prepare for next development iteration

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:
 core/pom.xml     | 2 +-
 junit4/pom.xml   | 6 +++---
 junit5/pom.xml   | 6 +++---
 parent/pom.xml   | 8 ++++----
 pom.xml          | 4 ++--
 relocate/pom.xml | 2 +-
 6 files changed, 14 insertions(+), 14 deletions(-)


[sling-org-apache-sling-testing-sling-mock] 01/01: [maven-release-plugin] prepare for next development iteration

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git

commit fe1679e14f5a657731921a16e9aa5fd22bf96621
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Thu Jun 30 09:15:29 2022 +0200

    [maven-release-plugin] prepare for next development iteration
---
 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 6cab632..6b126a5 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.3.2</version>
+        <version>3.3.3-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/junit4/pom.xml b/junit4/pom.xml
index 312dfc3..1e9cd61 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.3.2</version>
+        <version>3.3.3-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.3.2</version>
+            <version>3.3.3-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>3.3.2</version>
+            <version>3.3.3-SNAPSHOT</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
diff --git a/junit5/pom.xml b/junit5/pom.xml
index 03649cf..2cb5fdd 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.3.2</version>
+        <version>3.3.3-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.3.2</version>
+            <version>3.3.3-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>3.3.2</version>
+            <version>3.3.3-SNAPSHOT</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index f5fbef7..ceab26a 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.3.2</version>
+    <version>3.3.3-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>2022-06-30T07:13:24Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-06-30T07:15:29Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 0796c9a..20f8914 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.3.2</version>
+        <version>3.3.3-SNAPSHOT</version>
         <relativePath>parent/pom.xml</relativePath>
     </parent>
 
diff --git a/relocate/pom.xml b/relocate/pom.xml
index 81fec2b..e411d2d 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.3.2</version>
+        <version>3.3.3-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>