You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2021/05/07 23:04:25 UTC

[sling-project-archetype] branch master updated: SLING-10363 Update to Sling Archetype Parent 6

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

enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-project-archetype.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b66dba  SLING-10363 Update to Sling Archetype Parent 6
1b66dba is described below

commit 1b66dba1101119337bc633ae807c1fd212d5e984
Author: Eric Norman <en...@apache.org>
AuthorDate: Fri May 7 16:04:07 2021 -0700

    SLING-10363 Update to Sling Archetype Parent 6
    
    so the project will build properly with java 11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c2c1f76..e17ea17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-archetype-parent</artifactId>
-        <version>5</version>
+        <version>6</version>
         <relativePath />
     </parent>