You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2019/11/01 10:49:50 UTC

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

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

npeltier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git


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

commit 00c073749bca3a4b50f559b407cd0b462fada13e
Author: Nicolas Peltier <pe...@gmail.com>
AuthorDate: Fri Nov 1 11:48:02 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 5b8b548..598f77a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,17 +17,16 @@
     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>35</version>
-        <relativePath/>
+        <relativePath />
     </parent>
     <artifactId>org.apache.sling.models.impl</artifactId>
-    <version>1.4.11-SNAPSHOT</version>
+    <version>1.4.12</version>
     <name>Apache Sling Models Implementation</name>
     <description>Apache Sling Models Implementation</description>
 
@@ -35,7 +34,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-models-impl.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.models.impl-1.4.12</tag>
     </scm>
     <properties>
         <sling.java.version>8</sling.java.version>