You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/03/17 13:34:05 UTC

[sling-org-apache-sling-installer-it] branch master updated: Set version to 3.11.0-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8d79f87  Set version to 3.11.0-SNAPSHOT
8d79f87 is described below

commit 8d79f87a0a852ad0f87ca153d9739f6a43877188
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Mar 17 14:33:37 2020 +0100

    Set version to 3.11.0-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 16ea99d..ee29c64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.it</artifactId>
-    <version>3.10.3-SNAPSHOT</version>
+    <version>3.11.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache Sling Installer Integration Tests</name>