You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/07/24 14:15:52 UTC

[sling-org-apache-sling-contentparser-testutils] branch master updated: [maven-release-plugin] prepare release org.apache.sling.contentparser.testutils-2.0.0

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


The following commit(s) were added to refs/heads/master by this push:
     new 3d934ea  [maven-release-plugin] prepare release org.apache.sling.contentparser.testutils-2.0.0
3d934ea is described below

commit 3d934eaaf620ed485e7b44471d706c88f0ea8156
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Jul 24 16:15:48 2019 +0200

    [maven-release-plugin] prepare release org.apache.sling.contentparser.testutils-2.0.0
---
 pom.xml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8ee015e..22c6f96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,18 +17,17 @@
     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</artifactId>
         <version>35</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.contentparser.testutils</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <name>Apache Sling Content Parser Test Utilities</name>
     <description>
@@ -39,14 +38,14 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-contentparser-testutils.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-contentparser-testutils.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-contentparser-testutils.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.contentparser.testutils-2.0.0</tag>
     </scm>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.contentparser.api</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
+            <version>2.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>