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:43 UTC

[sling-org-apache-sling-models-validation-impl] branch master updated: [maven-release-plugin] prepare for next development iteration

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 2e3c5f1  [maven-release-plugin] prepare for next development iteration
2e3c5f1 is described below

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

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c2dade5..606b5ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>org.apache.sling.models.validation-impl</artifactId>
-    <version>1.1.0</version>
+    <version>1.1.1-SNAPSHOT</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>2021-12-07T08:23:34Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-12-07T08:24:38Z</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>org.apache.sling.models.validation-impl-1.1.0</tag>
+      <tag>HEAD</tag>
   </scm>
     <build>
         <plugins>