You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/11/09 10:16:45 UTC

[sling-org-apache-sling-adapter-annotations] branch master updated: SLING-2938 - use latest slingstart-maven-plugin

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2e9505f  SLING-2938 - use latest slingstart-maven-plugin
2e9505f is described below

commit 2e9505f34ac8a76be22ed5492d6a658824338ad6
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Nov 9 11:06:01 2020 +0100

    SLING-2938 - use latest slingstart-maven-plugin
---
 src/it/annotations-it/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/annotations-it/pom.xml b/src/it/annotations-it/pom.xml
index 466f278..d8a9fc9 100644
--- a/src/it/annotations-it/pom.xml
+++ b/src/it/annotations-it/pom.xml
@@ -82,7 +82,7 @@
                 <groupId>org.apache.sling</groupId>
                 <artifactId>slingstart-maven-plugin</artifactId>
                 <!-- for https://issues.apache.org/jira/browse/SLING-7662 -->
-                <version>1.8.2</version>
+                <version>1.9.8</version>
                 <extensions>true</extensions>
                 <executions>
                     <execution>