You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2020/07/30 08:58:51 UTC

[sling-org-apache-sling-settings] branch master updated: [maven-release-plugin] prepare release org.apache.sling.settings-1.4.0

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

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


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

commit 8517a6e6bc464be2b0dea3cb47ffda3c722ed7e8
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Thu Jul 30 10:58:47 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index ee21df2..5790e08 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>39</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.settings</artifactId>
-    <version>1.3.11-SNAPSHOT</version>
+    <version>1.4.0</version>
 
     <name>Apache Sling Settings</name>
     <description>
@@ -40,13 +39,13 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-settings.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-settings.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-settings.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.settings-1.4.0</tag>
     </scm>
 
     <properties>
         <site.jira.version.id>12315254</site.jira.version.id>
         <site.javadoc.exclude>**.impl.**</site.javadoc.exclude>
-        <project.build.outputTimestamp>2019-10-02T08:04:00Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-07-30T08:58:38Z</project.build.outputTimestamp>
     </properties>
 
     <build>