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:24:31 UTC

[sling-org-apache-sling-models-validation-impl] branch master updated: [maven-release-plugin] prepare release org.apache.sling.models.validation-impl-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-validation-impl.git


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

commit f608e40381b566a2a5533a99196f27e0c0cabafa
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Tue Dec 7 09:24:25 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 58eee5f..c2dade5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>org.apache.sling.models.validation-impl</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0</version>
 
     <name>Apache Sling Models Validation Implementation</name>
     <description>Validation Implementation which leverages Sling Validation</description>
@@ -39,14 +39,14 @@
         <http.host>localhost</http.host>
         <!-- start with -DkeepITServerRunning=true to allow to rerun ITs or inspect the server after the ITs have been executed there -->
         <keepITServerRunning>false</keepITServerRunning>
-        <project.build.outputTimestamp>2020-06-07T09:12:47Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-12-07T08:23:34Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-validation-impl.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-validation-impl.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-models-validation-impl.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.models.validation-impl-1.1.0</tag>
   </scm>
     <build>
         <plugins>