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 2018/11/05 17:57:15 UTC

[sling-org-apache-sling-models-api] branch master updated: [maven-release-plugin] prepare release org.apache.sling.models.api-1.3.8

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-models-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 16a3a8d  [maven-release-plugin] prepare release org.apache.sling.models.api-1.3.8
16a3a8d is described below

commit 16a3a8d0a8cf1790fbe265b2802002313f117c4a
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Mon Nov 5 18:57:12 2018 +0100

    [maven-release-plugin] prepare release org.apache.sling.models.api-1.3.8
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d0fcfb7..7201c4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,14 +28,15 @@
     
     <artifactId>org.apache.sling.models.api</artifactId>
     <packaging>bundle</packaging>
-    <version>1.3.7-SNAPSHOT</version>
+    <version>1.3.8</version>
     <name>Apache Sling Models API</name>
     <description>Apache Sling Models API</description>
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-api.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-api.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-models-api.git</url>
-    </scm>
+      <tag>org.apache.sling.models.api-1.3.8</tag>
+  </scm>
     
     <properties>
         <sling.java.version>7</sling.java.version>