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 2019/05/06 16:22:27 UTC

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

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 778eff9  [maven-release-plugin] prepare release org.apache.sling.testing.sling-mock.reactor-2.3.10
778eff9 is described below

commit 778eff9736a446660aadefdb58028235aa9d94f7
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Mon May 6 18:22:22 2019 +0200

    [maven-release-plugin] prepare release org.apache.sling.testing.sling-mock.reactor-2.3.10
---
 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, 15 insertions(+), 11 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 7b1ced5..53c5c28 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>2.3.9-SNAPSHOT</version>
+        <version>2.3.10</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/junit4/pom.xml b/junit4/pom.xml
index de764ee..3140f0b 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>2.3.9-SNAPSHOT</version>
+        <version>2.3.10</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -48,13 +48,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>2.3.9-SNAPSHOT</version>
+            <version>2.3.10</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>2.3.9-SNAPSHOT</version>
+            <version>2.3.10</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
diff --git a/junit5/pom.xml b/junit5/pom.xml
index e625b8a..10eb1cc 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>2.3.9-SNAPSHOT</version>
+        <version>2.3.10</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -48,13 +48,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>2.3.9-SNAPSHOT</version>
+            <version>2.3.10</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>2.3.9-SNAPSHOT</version>
+            <version>2.3.10</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 6a76123..13305e8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.testing.sling-mock.parent</artifactId>
-    <version>2.3.9-SNAPSHOT</version>
+    <version>2.3.10</version>
     <packaging>pom</packaging>
 
     <name>Apache Sling Testing Sling Mock Parent</name>
@@ -129,4 +129,8 @@
             </build>
         </profile>
     </profiles>
+
+  <scm>
+    <tag>org.apache.sling.testing.sling-mock.reactor-2.3.10</tag>
+  </scm>
 </project>
diff --git a/pom.xml b/pom.xml
index 3863e7e..e712b39 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>2.3.9-SNAPSHOT</version>
+        <version>2.3.10</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-2.3.10</tag>
     </scm>
 
     <modules>
diff --git a/relocate/pom.xml b/relocate/pom.xml
index 344ca4d..ecee14c 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>2.3.9-SNAPSHOT</version>
+        <version>2.3.10</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>