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 2021/12/07 08:21:20 UTC

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

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-jacksonexporter.git


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

commit f8572a43fddc1435e67b783cc2f8d3d2788c61a9
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Tue Dec 7 09:21:16 2021 +0100

    [maven-release-plugin] prepare release org.apache.sling.models.jacksonexporter-1.1.0
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6c0577e..66227ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.models.jacksonexporter</artifactId>
-    <version>1.0.9-SNAPSHOT</version>
+    <version>1.1.0</version>
     <name>Apache Sling Models Jackson Exporter</name>
     <description>Apache Sling Models Client Model Exporter - Jackson</description>
 
@@ -35,11 +35,12 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-jacksonexporter.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-jacksonexporter.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-models-jacksonexporter.git</url>
-    </scm>
+      <tag>org.apache.sling.models.jacksonexporter-1.1.0</tag>
+  </scm>
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2021-12-01T00:00:00Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-12-07T08:20:54Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>