You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by du...@apache.org on 2021/12/08 17:39:54 UTC

[sling-org-apache-sling-testing-clients] branch master updated: [maven-release-plugin] prepare release org.apache.sling.testing.clients-3.0.0

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

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


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

commit cdbe86991610788cd71e133e73c4aafdfba42dab
Author: Andrei Dulvac <ad...@adobe.com>
AuthorDate: Wed Dec 8 18:39:51 2021 +0100

    [maven-release-plugin] prepare release org.apache.sling.testing.clients-3.0.0
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index eb693e5..f4ce8c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,19 +17,18 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
         <version>43</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.testing.clients</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
 
     <name>Apache Sling Testing Clients</name>
     <description>
@@ -40,7 +39,7 @@
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-clients.git
         </developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-clients.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.testing.clients-3.0.0</tag>
     </scm>
     
     <properties>