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

kwin pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new f613e70  Update to Parent 52 to fix Maven Site creation
f613e70 is described below

commit f613e701b2a11adb388f86553f98e8d186088645
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Jul 28 16:33:22 2023 +0200

    Update to Parent 52 to fix Maven Site creation
---
 pom.xml           | 2 +-
 src/site/site.xml | 7 -------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 620f2a7..a5d7f14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>51</version>
+        <version>52</version>
         <relativePath />
     </parent>
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 9abab11..cc7ae75 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -18,13 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
 <project>
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.6</version>
-  </skin>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>

Reply via email to