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/08/30 16:18:28 UTC

svn commit: r49678 - /release/sling/

Author: sseifert
Date: Mon Aug 30 16:18:28 2021
New Revision: 49678

Log:
Apache Sling Parent and Bundle Parent 45

Added:
    release/sling/sling-45-site.xml   (with props)
    release/sling/sling-45-site.xml.asc
    release/sling/sling-45-site.xml.md5
    release/sling/sling-45-site.xml.sha1
    release/sling/sling-45-source-release.zip   (with props)
    release/sling/sling-45-source-release.zip.asc
    release/sling/sling-45-source-release.zip.md5
    release/sling/sling-45-source-release.zip.sha1
    release/sling/sling-45-source-release.zip.sha512
    release/sling/sling-45-source-release.zip.sha512.md5
    release/sling/sling-45-source-release.zip.sha512.sha1
    release/sling/sling-45.pom
    release/sling/sling-45.pom.asc
    release/sling/sling-45.pom.md5
    release/sling/sling-45.pom.sha1
    release/sling/sling-bundle-parent-45-source-release.zip   (with props)
    release/sling/sling-bundle-parent-45-source-release.zip.asc
    release/sling/sling-bundle-parent-45-source-release.zip.md5
    release/sling/sling-bundle-parent-45-source-release.zip.sha1
    release/sling/sling-bundle-parent-45-source-release.zip.sha512
    release/sling/sling-bundle-parent-45-source-release.zip.sha512.md5
    release/sling/sling-bundle-parent-45-source-release.zip.sha512.sha1
    release/sling/sling-bundle-parent-45.pom
    release/sling/sling-bundle-parent-45.pom.asc
    release/sling/sling-bundle-parent-45.pom.md5
    release/sling/sling-bundle-parent-45.pom.sha1
Removed:
    release/sling/sling-44-source-release.zip
    release/sling/sling-44-source-release.zip.asc
    release/sling/sling-44-source-release.zip.md5
    release/sling/sling-44-source-release.zip.sha1
    release/sling/sling-44-source-release.zip.sha512
    release/sling/sling-44-source-release.zip.sha512.md5
    release/sling/sling-44-source-release.zip.sha512.sha1
    release/sling/sling-44.pom
    release/sling/sling-44.pom.asc
    release/sling/sling-44.pom.md5
    release/sling/sling-44.pom.sha1
    release/sling/sling-bundle-parent-44-source-release.zip
    release/sling/sling-bundle-parent-44-source-release.zip.asc
    release/sling/sling-bundle-parent-44-source-release.zip.md5
    release/sling/sling-bundle-parent-44-source-release.zip.sha1
    release/sling/sling-bundle-parent-44-source-release.zip.sha512
    release/sling/sling-bundle-parent-44-source-release.zip.sha512.md5
    release/sling/sling-bundle-parent-44-source-release.zip.sha512.sha1
    release/sling/sling-bundle-parent-44.pom
    release/sling/sling-bundle-parent-44.pom.asc
    release/sling/sling-bundle-parent-44.pom.md5
    release/sling/sling-bundle-parent-44.pom.sha1

Added: release/sling/sling-45-site.xml
==============================================================================
--- release/sling/sling-45-site.xml (added)
+++ release/sling/sling-45-site.xml Mon Aug 30 16:18:28 2021
@@ -0,0 +1,60 @@
+<?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
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
+    name="Apache Sling Maven Plugin">
+    <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.9</version>
+    </skin>
+    <version position="right"/>
+    <publishDate position="right"/>
+    <bannerLeft>
+        <name>Apache Sling</name>
+        <src>https://sling.apache.org/res/logos/sling.svg</src>
+        <href>https://sling.apache.org/</href>
+        <height>63</height>
+        <width>123</width>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache</name>
+        <src>https://sling.apache.org/res/logos/apache.png</src>
+        <href>https://apache.org/</href>
+    </bannerRight>
+    <edit>${project.scm.url}</edit>
+    <body>
+        <breadcrumbs>
+            <item name="Apache Sling" href="https://sling.apache.org/"/>
+            <item name="Maven Plugins" href="https://sling.apache.org/components/"/>
+        </breadcrumbs>
+    </body>
+    <custom>
+        <fluidoSkin>
+            <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
+            <gitHub>
+              <projectId>${github.project.id}</projectId>
+              <ribbonOrientation>right</ribbonOrientation>
+              <ribbonColor>gray</ribbonColor>
+            </gitHub>
+        </fluidoSkin>
+    </custom>
+</project>

Propchange: release/sling/sling-45-site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: release/sling/sling-45-site.xml
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Author

Propchange: release/sling/sling-45-site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: release/sling/sling-45-site.xml.asc
==============================================================================
--- release/sling/sling-45-site.xml.asc (added)
+++ release/sling/sling-45-site.xml.asc Mon Aug 30 16:18:28 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJhKQljAAoJEM4rf/Z1146SKEMIANZOCJXtrW1ThQBIifdhzUjy
+IEuDX3lFAFj9YV5QW8S+7NfOhuCS+hA0Tv/9fv24tKquihVo/rEHOzFtGy1q8HYX
+cdpS3LNr4rDG/4Ljy7SswIlvMIP5iC95C5Pg5qBDfZZgAkNFlKC2SQxvwpz2pL6Z
+HWV+gvW7Z7E8DCoJGu/k7nk7p8758UXgtpxQ2NZNBIz/E88yy4QdmklqHynZs/Du
+hz+UfamRtPiD27pDJwhPoQpDODsBI9+jYH3Kdh5/uph7+GZEbQDLScARCgPzQBZy
+FMWwfgynejWGfJc+QXUHfOzRLv5Y4501uZMXGVrHBWnsnHIR65IxtSX9Dt2Fvbw=
+=9D9T
+-----END PGP SIGNATURE-----

Added: release/sling/sling-45-site.xml.md5
==============================================================================
--- release/sling/sling-45-site.xml.md5 (added)
+++ release/sling/sling-45-site.xml.md5 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+24b0989e00ddab81cc33974725ee352a
\ No newline at end of file

Added: release/sling/sling-45-site.xml.sha1
==============================================================================
--- release/sling/sling-45-site.xml.sha1 (added)
+++ release/sling/sling-45-site.xml.sha1 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+bfd58310f372f561146edd44832295de08d430bd
\ No newline at end of file

Added: release/sling/sling-45-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/sling-45-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: release/sling/sling-45-source-release.zip
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: release/sling/sling-45-source-release.zip.asc
==============================================================================
--- release/sling/sling-45-source-release.zip.asc (added)
+++ release/sling/sling-45-source-release.zip.asc Mon Aug 30 16:18:28 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJhKQljAAoJEM4rf/Z1146SriAIALQUvQWAjrVGOlRRGvW9Lxbb
+/KgGzV/c+V0hWZo2MfyiG+Y0CWh3e1uRSLRgjKsVjhgK7emsnmKH1Mvbo6DbEJbi
+IMC0Jyq5jhbjbhMp2GgULFt3bg5jcvDeyk2BURrnc+cJLsdYLR/Xbhkd6HwgkHmQ
+f0IT9yiAzMn3g2FT9CnSOdK3GnybEK5IpIhtfMCnJWBkPv7zYi2t2XgaCMhVCKMK
+cGQfgbBqlY8/zeSbMZBPiXFbZWSBKzswwmLYjZKDDQpVnQHvQFhjUKcOXumXCmNh
+j1E1oiEwHR2eu2woBV/+BGv35SoN5bkWZkW8sdYArRwnbDQh2MHTRmp357JB+f8=
+=niEL
+-----END PGP SIGNATURE-----

Added: release/sling/sling-45-source-release.zip.md5
==============================================================================
--- release/sling/sling-45-source-release.zip.md5 (added)
+++ release/sling/sling-45-source-release.zip.md5 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+3293e900f64c295378a606235dd8aa07
\ No newline at end of file

Added: release/sling/sling-45-source-release.zip.sha1
==============================================================================
--- release/sling/sling-45-source-release.zip.sha1 (added)
+++ release/sling/sling-45-source-release.zip.sha1 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+fa10942926ddd2a9dcbd14d7affc8dfb26d39fc3
\ No newline at end of file

Added: release/sling/sling-45-source-release.zip.sha512
==============================================================================
--- release/sling/sling-45-source-release.zip.sha512 (added)
+++ release/sling/sling-45-source-release.zip.sha512 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+11243da84112f5f5b03e9dbf7f118c8c4926642d414427982b51933b45fab24ec724575844e152204c8e660d842b5e2919fb3a17d2d778024595c5cb1a11926d
\ No newline at end of file

Added: release/sling/sling-45-source-release.zip.sha512.md5
==============================================================================
--- release/sling/sling-45-source-release.zip.sha512.md5 (added)
+++ release/sling/sling-45-source-release.zip.sha512.md5 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+9673523df1f98b37220d6c688f3496c1
\ No newline at end of file

Added: release/sling/sling-45-source-release.zip.sha512.sha1
==============================================================================
--- release/sling/sling-45-source-release.zip.sha512.sha1 (added)
+++ release/sling/sling-45-source-release.zip.sha512.sha1 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+440ca3a13b7e88e4ac1379cfafd05687dc675a86
\ No newline at end of file

Added: release/sling/sling-45.pom
==============================================================================
--- release/sling/sling-45.pom (added)
+++ release/sling/sling-45.pom Mon Aug 30 16:18:28 2021
@@ -0,0 +1,1018 @@
+<?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
+    distributed with this work for additional information regarding
+    copyright ownership. The ASF licenses this file to you under the
+    Apache License, Version 2.0 (the "License"); you may not use
+    this file except in compliance with the License. You may obtain
+    a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed
+    under the License is distributed on an "AS IS" BASIS, WITHOUT
+    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions
+    and limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>24</version>
+        <relativePath />
+    </parent>
+
+    <groupId>org.apache.sling</groupId>
+    <artifactId>sling</artifactId>
+    <packaging>pom</packaging>
+    <version>45</version>
+
+    <name>Apache Sling (Parent)</name>
+    <description>The parent project for Apache Sling</description>
+    <inceptionYear>2007</inceptionYear>
+
+    <url>https://sling.apache.org</url>
+
+    <issueManagement>
+        <system>Jira</system>
+        <url>https://issues.apache.org/jira/browse/SLING</url>
+    </issueManagement>
+
+    <ciManagement>
+        <system>Jenkins</system>
+        <url>https://ci-builds.apache.org/job/Sling/</url>
+    </ciManagement>
+
+    <properties>
+        <site.jira.version.id>12313945</site.jira.version.id>
+        <site.javadoc.exclude />
+        <!--
+            Java API and class file compliance. This property supports
+            one of these values:
+              - 8: Java 8 (default)
+              - 9: Java 9
+              - 10..19: Java 10-19
+        -->
+        <sling.java.version>8</sling.java.version>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+        <surefire.version>3.0.0-M4</surefire.version>
+        <minimalMavenBuildVersion>3.3.9</minimalMavenBuildVersion>
+        <minimalJavaBuildVersion>1.8</minimalJavaBuildVersion>
+        <!-- the github id used for the ribbon for Maven sites: https://maven.apache.org/skins/maven-fluido-skin/#GitHub_ribbons -->
+        <github.project.id>apache/sling-dummyproject</github.project.id>
+        <javadoc.excludePackageNames>*.impl:*.internal:${site.javadoc.exclude}</javadoc.excludePackageNames>
+    </properties>
+
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-parent.git</url>
+        <tag>sling-parent-reactor-45</tag>
+    </scm>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <!-- configuration set in build->pluginMgmt -->
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>javadoc</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-changes-plugin</artifactId>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>jira-report</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+                <configuration>
+                    <fixVersionIds>${site.jira.version.id}</fixVersionIds>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-enforcer-plugin</artifactId>
+                <executions>
+                     <execution>
+                        <id>enforce-sling-java-version</id>
+                        <goals>
+                          <goal>enforce</goal>
+                        </goals>
+                        <configuration>
+                            <rules>
+                                <requireProperty>
+                                    <property>sling.java.version</property>
+                                    <regex>^(8|9|1[0-9])$</regex>
+                                    <regexMessage>
+                                        The value of the "sling.java.version" property should comply with the following pattern: ^(8|9|1[0-9])$.
+                                    </regexMessage>
+                                </requireProperty>
+                            </rules>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <!-- Attach sources for all builds -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+                <inherited>true</inherited>
+                <executions>
+                    <execution>
+                        <id>attach-sources</id>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>ianal-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>verify-legal-files</id>
+                        <goals>
+                            <goal>verify-legal-files</goal>
+                        </goals>
+                        <configuration>
+                            <!-- Fail the build if any artifacts are missing legal files -->
+                            <strict>true</strict>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <!--
+                 Override the default remote-resources configuration from the Apache pom
+                 to include our custom NOTICE file
+            -->
+            <plugin>
+                <artifactId>maven-remote-resources-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>remote-resources-custom-notice</id>
+                        <goals>
+                            <goal>process</goal>
+                        </goals>
+                        <configuration>
+                            <resourceBundles>
+                                <resourceBundle>org.apache.sling:apache-sling-jar-resource-bundle:1.0.2</resourceBundle>
+                                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+                            </resourceBundles>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.maven.release</groupId>
+                        <artifactId>maven-release-oddeven-policy</artifactId>
+                        <version>3.0.0-M4</version>
+                    </dependency>
+                </dependencies>
+                <configuration>
+                    <projectVersionPolicyId>OddEvenVersionPolicy</projectVersionPolicyId>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes combine.children="append">
+                        <!-- Used by maven-remote-resources-plugin -->
+                        <exclude>src/main/appended-resources/META-INF/*</exclude>
+                        <!-- Generated by maven-remote-resources-plugin -->
+                        <exclude>velocity.log</exclude>
+                        <!-- Don't check anything in target -->
+                        <exclude>target/*</exclude>
+                        <!-- Files in markdown format -->
+                        <exclude>**/*.md</exclude>
+                        <!-- Ignore files generated by IDE plugins e.g. maven-eclipse-plugin -->
+                        <exclude>maven-eclipse.xml</exclude>
+                        <!-- Ignore "hidden" files and folders -->
+                        <exclude>.*</exclude>
+                        <exclude>.*/**</exclude>
+                        <!-- Exclude all JSON files -->
+                        <exclude>**/*.json</exclude>
+                        <!-- Generated for release source archives -->
+                        <exclude>DEPENDENCIES</exclude>
+                        <!-- .rej files from svn/patch -->
+                        <exclude>**/*.rej</exclude>
+                        <!-- Exclude Java crash log files -->
+                        <exclude>hs_err_*.log</exclude>
+                        <!-- Lucene index details (Oak 1.6) -->
+                        <exclude>**/repository/index/*/index-details.txt</exclude>
+                        <!-- bnd -->
+                        <exclude>bnd.bnd</exclude>
+                    </excludes>
+                    <consoleOutput>true</consoleOutput>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>rat-check</id>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+
+        <pluginManagement>
+            <plugins>
+                <!-- upgrade from 1.4.1 in ASF parent -->
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-enforcer-plugin</artifactId>
+                    <version>3.0.0</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <!-- this affects both direct invocation and execution in the context of site building (https://maven.apache.org/shared/maven-reporting-exec/) -->
+                    <configuration>
+                        <excludePackageNames>${javadoc.excludePackageNames}</excludePackageNames>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-changes-plugin</artifactId>
+                    <version>2.12.1</version>
+                </plugin>
+                <!-- upgrade from 2.5.2 in ASF parent -->
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-install-plugin</artifactId>
+                    <version>3.0.0-M1</version>
+                </plugin>
+                <!-- upgrade from 2.8.2 in ASF parent -->
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-deploy-plugin</artifactId>
+                    <version>3.0.0-M1</version>
+                    <configuration>
+                        <retryFailedDeploymentCount>10</retryFailedDeploymentCount>
+                    </configuration>
+                </plugin>
+                <!-- only overwrite config for surefire/failsafe -->
+                <plugin>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <configuration>
+                        <trimStackTrace>false</trimStackTrace>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-failsafe-plugin</artifactId>
+                    <configuration>
+                        <trimStackTrace>false</trimStackTrace>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <configuration>
+                        <relativizeDecorationLinks>false</relativizeDecorationLinks>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.sling</groupId>
+                    <artifactId>maven-jspc-plugin</artifactId>
+                    <version>2.0.8</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.sling</groupId>
+                    <artifactId>slingstart-maven-plugin</artifactId>
+                    <version>1.9.12</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.cargo</groupId>
+                    <artifactId>cargo-maven2-plugin</artifactId>
+                    <version>1.8.3</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>ianal-maven-plugin</artifactId>
+                    <version>1.0-alpha-1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>build-helper-maven-plugin</artifactId>
+                    <version>3.2.0</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.jacoco</groupId>
+                    <artifactId>jacoco-maven-plugin</artifactId>
+                    <version>0.8.7</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.servicemix.tooling</groupId>
+                    <artifactId>depends-maven-plugin</artifactId>
+                    <version>1.4.0</version>
+                    <executions>
+                        <execution>
+                            <id>generate-depends-file</id>
+                            <goals>
+                                <goal>generate-depends-file</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
+    <profiles>
+        <profile>
+            <id>jacoco-report</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.jacoco</groupId>
+                        <artifactId>jacoco-maven-plugin</artifactId>
+                        <configuration>
+                            <propertyName>jacoco.command</propertyName>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <id>prepare-agent</id>
+                                <goals>
+                                    <goal>prepare-agent</goal>
+                                </goals>
+                                <configuration>
+                                    <append>true</append>
+                                    <destFile>${project.build.directory}/jacoco-unit.exec</destFile>
+                                </configuration>
+                            </execution>
+                            <execution>
+                                <id>prepare-agent-integration</id>
+                                <goals>
+                                    <goal>prepare-agent-integration</goal>
+                                </goals>
+                                <configuration>
+                                    <append>true</append>
+                                    <destFile>${project.build.directory}/jacoco-it.exec</destFile>
+                                </configuration>
+                            </execution>
+                            <execution>
+                                <id>report</id>
+                                <goals>
+                                    <goal>report</goal>
+                                </goals>
+                                <configuration>
+                                    <dataFile>${project.build.directory}/jacoco-unit.exec</dataFile>
+                                    <outputDirectory> ${project.reporting.outputDirectory}/jacoco-unit</outputDirectory>
+                                </configuration>
+                            </execution>
+                            <execution>
+                                <id>report-integration</id>
+                                <goals>
+                                    <goal>report-integration</goal>
+                                </goals>
+                                <configuration>
+                                    <dataFile>${project.build.directory}/jacoco-it.exec</dataFile>
+                                    <outputDirectory> ${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
+                                </configuration>
+                            </execution>
+                            <execution>
+                                <id>merge-unit-and-it</id>
+                                <phase>post-integration-test</phase>
+                                <goals>
+                                    <goal>merge</goal>
+                                </goals>
+                                <configuration>
+                                    <destFile>${project.build.directory}/jacoco-merged.exec</destFile>
+                                    <fileSets>
+                                        <fileSet>
+                                            <directory>${project.build.directory}</directory>
+                                            <includes>
+                                                <include>jacoco-unit.exec</include>
+                                                <include>jacoco-it.exec</include>
+                                            </includes>
+                                        </fileSet>
+                                    </fileSets>
+                                </configuration>
+                            </execution>
+                            <execution>
+                                <id>report-merged</id>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>report</goal>
+                                </goals>
+                                <configuration>
+                                    <dataFile>${project.build.directory}/jacoco-merged.exec</dataFile>
+                                    <outputDirectory> ${project.reporting.outputDirectory}/jacoco-merged</outputDirectory>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <argLine>${jacoco.command}</argLine>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-failsafe-plugin</artifactId>
+                        <configuration>
+                            <argLine>${jacoco.command}</argLine>
+                            <systemPropertyVariables>
+                                <!--
+                                for IT where you need a forked JVM to run the tests you can use this system property to make sure that
+                                the JaCoCo agent correctly instruments your code
+                                 -->
+                                <jacoco.command>${jacoco.command}</jacoco.command>
+                            </systemPropertyVariables>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+
+        <profile>
+            <id>jdk8</id>
+            <activation>
+                <jdk>1.8</jdk>
+            </activation>
+            <properties>
+                <!-- this affects m-compiler-p and m-javadoc-p -->
+                <maven.compiler.source>${sling.java.version}</maven.compiler.source>
+                <maven.compiler.target>${sling.java.version}</maven.compiler.target>
+            </properties>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.codehaus.mojo</groupId>
+                        <artifactId>animal-sniffer-maven-plugin</artifactId>
+                        <version>1.20</version>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>check</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                        <configuration>
+                            <signature>
+                                <groupId>org.codehaus.mojo.signature</groupId>
+                                <artifactId>java18</artifactId>
+                                <version>1.0</version>
+                            </signature>
+                        </configuration>
+                     </plugin>
+                </plugins>
+            </build>
+        </profile>
+        <profile>
+            <id>jdk9-or-higher</id>
+            <activation>
+                <!-- syntax according to http://maven.apache.org/enforcer/enforcer-rules/versionRanges.html -->
+                <jdk>[9,)</jdk>
+            </activation>
+            <properties>
+                 <!-- 
+                 release sets API classpath, source and target, see 
+                 https://docs.oracle.com/javase/9/tools/javac.htm#GUID-AEEC9F07-CB49-4E96-8BC7-BCC2C7F725C9__GUID-D343F6B4-3FDD-43A8-AD24-43DD70214471 
+                 and http://openjdk.java.net/jeps/247, this affects m-compiler-p and m-javadoc-p -->
+                <maven.compiler.release>${sling.java.version}</maven.compiler.release>
+            </properties>
+        </profile>
+        <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
+        <profile>
+            <id>only-eclipse</id>
+            <activation>
+                <property>
+                    <name>m2e.version</name>
+                </property>
+            </activation>
+            <build>
+                <pluginManagement>
+                    <plugins>
+                        <plugin>
+                            <groupId>org.eclipse.m2e</groupId>
+                            <artifactId>lifecycle-mapping</artifactId>
+                            <version>1.0.0</version>
+                            <configuration>
+                                <lifecycleMappingMetadata>
+                                    <pluginExecutions>
+                                        <pluginExecution>
+                                        <pluginExecutionFilter>
+                                            <groupId>
+                                                org.apache.maven.plugins
+                                            </groupId>
+                                            <artifactId>
+                                                maven-dependency-plugin
+                                            </artifactId>
+                                            <versionRange>
+                                                [2.2,)
+                                            </versionRange>
+                                            <goals>
+                                                <goal>copy-dependencies</goal>
+                                                <goal>unpack</goal>
+                                            </goals>
+                                        </pluginExecutionFilter>
+                                        <action>
+                                             <ignore />
+                                        </action>
+                                    </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>
+                                                    org.codehaus.groovy.maven
+                                                </groupId>
+                                                <artifactId>
+                                                    gmaven-plugin
+                                                </artifactId>
+                                                <versionRange>
+                                                    [1.0,)
+                                                </versionRange>
+                                                <goals>
+                                                    <goal>compile</goal>
+                                                    <goal>testCompile</goal>
+                                                    <goal>execute</goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>
+                                                    org.codehaus.mojo
+                                                </groupId>
+                                                <artifactId>
+                                                    build-helper-maven-plugin
+                                                </artifactId>
+                                                <versionRange>
+                                                    [1.5,)
+                                                </versionRange>
+                                                <goals>
+                                                    <goal>
+                                                        reserve-network-port
+                                                    </goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>
+                                                    org.apache.sling
+                                                </groupId>
+                                                <artifactId>
+                                                    maven-launchpad-plugin
+                                                </artifactId>
+                                                <versionRange>
+                                                    [2.0.10,)
+                                                </versionRange>
+                                                <goals>
+                                                    <goal>prepare-package</goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>
+                                                    org.apache.sling
+                                                </groupId>
+                                                <artifactId>
+                                                    maven-jcrocm-plugin
+                                                </artifactId>
+                                                <versionRange>
+                                                    [2.0.4-incubator,)
+                                                </versionRange>
+                                                <goals>
+                                                    <goal>ocm</goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>
+                                                    org.apache.sling
+                                                </groupId>
+                                                <artifactId>
+                                                    sling-maven-plugin
+                                                </artifactId>
+                                                <versionRange>
+                                                    [2.1.0,)
+                                                </versionRange>
+                                                <goals>
+                                                    <goal>generate-adapter-metadata</goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>
+                                                    org.apache.maven.plugins
+                                                </groupId>
+                                                <artifactId>
+                                                    maven-dependency-plugin
+                                                </artifactId>
+                                                <versionRange>
+                                                    [2.2,)
+                                                </versionRange>
+                                                <goals>
+                                                    <goal>
+                                                        unpack-dependencies
+                                                    </goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>
+                                                    org.apache.maven.plugins
+                                                </groupId>
+                                                <artifactId>
+                                                    maven-jar-plugin
+                                                </artifactId>
+                                                <versionRange>
+                                                    [2.3.1,)
+                                                </versionRange>
+                                                <goals>
+                                                    <goal>
+                                                        jar
+                                                    </goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>
+                                                    org.apache.sling
+                                                </groupId>
+                                                <artifactId>
+                                                    maven-jspc-plugin
+                                                </artifactId>
+                                                <versionRange>
+                                                    [2.0.4,)
+                                                </versionRange>
+                                                <goals>
+                                                    <goal>
+                                                        jspc
+                                                    </goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>
+                                                    net.alchim31.maven
+                                                </groupId>
+                                                <artifactId>
+                                                    yuicompressor-maven-plugin
+                                                </artifactId>
+                                                <versionRange>
+                                                    [1.3.0,)
+                                                </versionRange>
+                                                <goals>
+                                                    <goal>
+                                                        compress
+                                                    </goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>
+                                                    org.scala-tools
+                                                </groupId>
+                                                <artifactId>
+                                                    maven-scala-plugin
+                                                </artifactId>
+                                                <versionRange>
+                                                    [2.15.2,)
+                                                </versionRange>
+                                                <goals>
+                                                    <goal>
+                                                        compile
+                                                    </goal>
+                                                    <goal>
+                                                        testCompile
+                                                    </goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>
+                                                    org.apache.maven.plugins
+                                                </groupId>
+                                                <artifactId>
+                                                    maven-enforcer-plugin
+                                                </artifactId>
+                                                <versionRange>
+                                                    [1.3.1,)
+                                                </versionRange>
+                                                <goals>
+                                                    <goal>
+                                                        enforce
+                                                    </goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>
+                                                    org.apache.maven.plugins
+                                                </groupId>
+                                                <artifactId>
+                                                    maven-remote-resources-plugin
+                                                </artifactId>
+                                                <versionRange>
+                                                    [1.5,)
+                                                </versionRange>
+                                                <goals>
+                                                    <goal>
+                                                        process
+                                                    </goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>
+                                                    org.apache.avro
+                                                </groupId>
+                                                <artifactId>
+                                                    avro-maven-plugin
+                                                </artifactId>
+                                                <versionRange>
+                                                    [1.7.7,)
+                                                </versionRange>
+                                                <goals>
+                                                    <goal>schema</goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
+                                    </pluginExecutions>
+                                </lifecycleMappingMetadata>
+                            </configuration>
+                        </plugin>
+                    </plugins>
+                </pluginManagement>
+            </build>
+        </profile>
+        <!-- This profile is only active when building this parent pom (or sling-bundle-parent) -->
+        <profile>
+            <id>parent-pom-build</id>
+            <activation>
+                <file>
+                    <exists>.isParentPom</exists>
+                </file>
+            </activation>
+            <build>
+                <pluginManagement>
+                    <plugins>
+                    <!-- Create a source-release artifact that contains the fully buildable
+                         project directory source structure. This is the artifact which is
+                         the official subject of any release vote. -->
+                        <plugin>
+                            <groupId>org.apache.maven.plugins</groupId>
+                            <artifactId>maven-assembly-plugin</artifactId>
+                            <!-- add dedicated execution as the one defined in ASF Parent POM only runs at execution root -->
+                            <executions>
+                                <execution>
+                                    <id>source-release-assembly-for-pom</id>
+                                    <phase>package</phase>
+                                    <goals>
+                                        <goal>single</goal>
+                                    </goals>
+                                    <configuration>
+                                        <runOnlyAtExecutionRoot>false</runOnlyAtExecutionRoot>
+                                        <descriptorRefs>
+                                            <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
+                                        </descriptorRefs>
+                                        <tarLongFileMode>posix</tarLongFileMode>
+                                    </configuration>
+                                </execution>
+                            </executions>
+                        </plugin>
+                        <plugin>
+                            <groupId>org.apache.maven.plugins</groupId>
+                            <artifactId>maven-enforcer-plugin</artifactId>
+                            <executions>
+                                <execution>
+                                    <id>enforce-output-timestamp-property</id>
+                                    <configuration>
+                                        <skip>true</skip>
+                                    </configuration>
+                                </execution>
+                            </executions>
+                        </plugin>
+                    </plugins>
+                </pluginManagement>
+            </build>
+        </profile>
+    </profiles>
+
+    <mailingLists>
+        <mailingList>
+            <name>Apache Sling Users List</name>
+            <subscribe>
+                users-subscribe@sling.apache.org
+            </subscribe>
+            <unsubscribe>
+                users-unsubscribe@sling.apache.org
+            </unsubscribe>
+            <!-- to prevent scraping just point to Sling websites, which contains hints how to post -->
+            <post>https://sling.apache.org/project-information.html#mailing-lists</post>
+            <archive>
+                https://lists.apache.org/list.html?users@sling.apache.org
+            </archive>
+            <otherArchives>
+                <otherArchive>
+                    https://www.mail-archive.com/users@sling.apache.org/
+                </otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Apache Sling Development List</name>
+            <subscribe>
+                dev-subscribe@sling.apache.org
+            </subscribe>
+            <unsubscribe>
+                dev-unsubscribe@sling.apache.org
+            </unsubscribe>
+            <!-- to prevent scraping just point to Sling websites, which contains hints how to post -->
+            <post>https://sling.apache.org/project-information.html#mailing-lists</post>
+            <archive>
+                https://lists.apache.org/list.html?dev@sling.apache.org
+            </archive>
+            <otherArchives>
+                <otherArchive>
+                    https://www.mail-archive.com/dev@sling.apache.org/
+                </otherArchive>
+            </otherArchives>
+        </mailingList>
+        <mailingList>
+            <name>Apache Sling Source Control List</name>
+            <subscribe>
+                commits-subscribe@sling.apache.org
+            </subscribe>
+            <unsubscribe>
+                commits-unsubscribe@sling.apache.org
+            </unsubscribe>
+            <archive>
+                https://mail-archives.apache.org/mod_mbox/sling-commits/
+            </archive>
+            <otherArchives>
+                <otherArchive>
+                    https://sling-commits.markmail.org/
+                </otherArchive>
+                <otherArchive>
+                    https://www.mail-archive.com/commits@sling.apache.org/
+                </otherArchive>
+            </otherArchives>
+        </mailingList>
+    </mailingLists>
+
+    <!-- Please visit our website for the current information about the
+         Apache Sling project team. (see #SLING-1120 why we don't include
+         the list here) -->
+    <developers>
+        <developer>
+            <name>Apache Sling Project</name>
+            <id>sling</id>
+            <url>https://sling.apache.org/site/project-team.html</url>
+        </developer>
+    </developers>
+
+    <dependencyManagement>
+
+        <dependencies>
+            <!-- Web Application API -->
+            <dependency>
+                <groupId>javax.servlet</groupId>
+                <artifactId>javax.servlet-api</artifactId>
+                <version>3.1.0</version>
+                <scope>provided</scope>
+            </dependency>
+
+            <!-- Dependency injection annotations -->
+            <dependency>
+                <groupId>javax.inject</groupId>
+                <artifactId>javax.inject</artifactId>
+                <version>1</version>
+                <scope>provided</scope>
+            </dependency>
+
+            <!-- JCR API -->
+            <dependency>
+                <groupId>javax.jcr</groupId>
+                <artifactId>jcr</artifactId>
+                <version>2.0</version>
+                <scope>provided</scope>
+            </dependency>
+
+            <!-- Basic Logging -->
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-api</artifactId>
+                <version>1.7.25</version>
+                <scope>provided</scope>
+            </dependency>
+
+            <!-- JetBrains annotations for null-analysis (SLING-7798) -->
+            <dependency>
+                <groupId>org.jetbrains</groupId>
+                <artifactId>annotations</artifactId>
+                <version>16.0.2</version>
+                <scope>provided</scope>
+            </dependency>
+
+            <!-- Basic dependencies for Unit Tests -->
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>4.13.2</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-simple</artifactId>
+                <version>1.7.25</version>
+                <scope>test</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+    <pluginRepositories>
+        <pluginRepository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshot Repository</name>
+            <url>https://repository.apache.org/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </pluginRepository>
+    </pluginRepositories>
+
+</project>

Added: release/sling/sling-45.pom.asc
==============================================================================
--- release/sling/sling-45.pom.asc (added)
+++ release/sling/sling-45.pom.asc Mon Aug 30 16:18:28 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJhKQljAAoJEM4rf/Z1146SkKwH+wcDeoPUYwuf0s4rC8KKT7ir
+RoH3JXaNfF+TeVteFpM5YoZyumYFxR2CZimcibww3kEIpC+GRMXaKgmzFO6lb8qX
+RCrVXJ5jG9uFqWqmGCgRhZ417V1vjPQF4040uZ8rJIiCuDxIwe5ohMUZ/1eU/WIb
+sZ65uFe7St7HkSowb6Qv+IzcfM+9Hcuku4bk832xFNeFiRUV4kTvd6gp6mmP9q01
+3RjHf7dDMvZqXhl3lEVNXzEEP5HZHoL/IdcvgG88IjtPbA2PvjQFmeCbBLmJIKx+
+Oyy1uY9X3VwADghJnVPA9VzVwM7ufgPddx3GOsS3dvPEgWn2lLH3SdgpwDLcb1Q=
+=tSBQ
+-----END PGP SIGNATURE-----

Added: release/sling/sling-45.pom.md5
==============================================================================
--- release/sling/sling-45.pom.md5 (added)
+++ release/sling/sling-45.pom.md5 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+319f63e1547479976fcbd446a019943c
\ No newline at end of file

Added: release/sling/sling-45.pom.sha1
==============================================================================
--- release/sling/sling-45.pom.sha1 (added)
+++ release/sling/sling-45.pom.sha1 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+a5df6c52e4797daae7813fd24b1742a8b7c83460
\ No newline at end of file

Added: release/sling/sling-bundle-parent-45-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/sling-bundle-parent-45-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: release/sling/sling-bundle-parent-45-source-release.zip
------------------------------------------------------------------------------
    svn:needs-lock = *

Added: release/sling/sling-bundle-parent-45-source-release.zip.asc
==============================================================================
--- release/sling/sling-bundle-parent-45-source-release.zip.asc (added)
+++ release/sling/sling-bundle-parent-45-source-release.zip.asc Mon Aug 30 16:18:28 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJhKQlnAAoJEM4rf/Z1146SpT0IALLiEoT19oLK5C78GgZPMB//
+fDJZLjYgl81B2/f+5uR5SW+9EJ88UYxaWLdL5sWpbEIEEpE/S5qyWDL5IdDV8QJi
+Dnrlaxt47xM3/ynURuzsE0FbTYNk+ata+zI37l0+8ldAfP2CsS8AKFhubJ96g4Ha
+rImahDQ3GworIMGKwGbbUeNln02g195ZwKCQ3AI3Y1LAEyinNl4AuMcn42fO8pCu
+SVdufrw2PnJNvosrky8ztKTVdtNSxyt16zBrApA9vtO4oaNJpoaJVaVveUpI1idB
+ZHTmlHbqQ4cruKaSw+bY9Og7M+fniMO8h/n6gWUrqIyR1ir4vtL5x7QGcZg8A0Q=
+=cVtI
+-----END PGP SIGNATURE-----

Added: release/sling/sling-bundle-parent-45-source-release.zip.md5
==============================================================================
--- release/sling/sling-bundle-parent-45-source-release.zip.md5 (added)
+++ release/sling/sling-bundle-parent-45-source-release.zip.md5 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+e50594510c3a315ef0322cc10bd43623
\ No newline at end of file

Added: release/sling/sling-bundle-parent-45-source-release.zip.sha1
==============================================================================
--- release/sling/sling-bundle-parent-45-source-release.zip.sha1 (added)
+++ release/sling/sling-bundle-parent-45-source-release.zip.sha1 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+a686b44347008eddd23f7f50be94d731235b266c
\ No newline at end of file

Added: release/sling/sling-bundle-parent-45-source-release.zip.sha512
==============================================================================
--- release/sling/sling-bundle-parent-45-source-release.zip.sha512 (added)
+++ release/sling/sling-bundle-parent-45-source-release.zip.sha512 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+3e056f1d213eff78041619197224f1bb3356e59166bbd0393ab3ff9c2217b18855f9f1ae369f417e3a85dec276f8501cea3aad9663e8ac628ddb7e5e68e05d60
\ No newline at end of file

Added: release/sling/sling-bundle-parent-45-source-release.zip.sha512.md5
==============================================================================
--- release/sling/sling-bundle-parent-45-source-release.zip.sha512.md5 (added)
+++ release/sling/sling-bundle-parent-45-source-release.zip.sha512.md5 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+2efa8b9db5f81a6a3dfa422b78ff0da7
\ No newline at end of file

Added: release/sling/sling-bundle-parent-45-source-release.zip.sha512.sha1
==============================================================================
--- release/sling/sling-bundle-parent-45-source-release.zip.sha512.sha1 (added)
+++ release/sling/sling-bundle-parent-45-source-release.zip.sha512.sha1 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+d2a4f1eb9f1437e91abcf2d0a0b594098c8e4286
\ No newline at end of file

Added: release/sling/sling-bundle-parent-45.pom
==============================================================================
--- release/sling/sling-bundle-parent-45.pom (added)
+++ release/sling/sling-bundle-parent-45.pom Mon Aug 30 16:18:28 2021
@@ -0,0 +1,315 @@
+<?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
+    distributed with this work for additional information regarding
+    copyright ownership. The ASF licenses this file to you under the
+    Apache License, Version 2.0 (the "License"); you may not use
+    this file except in compliance with the License. You may obtain
+    a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed
+    under the License is distributed on an "AS IS" BASIS, WITHOUT
+    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions
+    and limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling</artifactId>
+        <version>45</version>
+        <relativePath>../sling-parent</relativePath>
+    </parent>
+
+    <groupId>org.apache.sling</groupId>
+    <artifactId>sling-bundle-parent</artifactId>
+    <packaging>pom</packaging>
+
+    <name>Apache Sling (Bundle Parent)</name>
+    <description>The parent project for Apache Sling bundle modules</description>
+
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-parent.git</url>
+        <tag>sling-parent-reactor-45</tag>
+    </scm>
+
+    <properties>
+        <bnd.version>5.3.0</bnd.version>
+    </properties>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+
+                <plugin>
+                    <groupId>org.apache.sling</groupId>
+                    <artifactId>sling-maven-plugin</artifactId>
+                    <version>2.4.2</version>
+                </plugin>
+                <plugin>
+                    <groupId>biz.aQute.bnd</groupId>
+                    <artifactId>bnd-maven-plugin</artifactId>
+                    <version>${bnd.version}</version>
+                    <executions>
+                        <execution>
+                            <id>bnd-process</id>
+                            <goals>
+                                <goal>bnd-process</goal>
+                            </goals>
+                            <configuration>
+                                <bnd><![CDATA[
+# a lot of bundle header are generated from pom elements by default: https://github.com/bndtools/bnd/tree/master/maven/bnd-maven-plugin#default-bundle-headers
+Bundle-Category: sling
+
+# export all versioned packages except for conditional ones (https://github.com/bndtools/bnd/issues/3721#issuecomment-579026778)
+-exportcontents: ${removeall;${packages;VERSIONED};${packages;CONDITIONAL}}
+
+# see https://issues.apache.org/jira/browse/SLING-8980
+-snapshot: SNAPSHOT
+
+# reproducible builds (https://github.com/bndtools/bnd/issues/3521)
+-noextraheaders: true
+
+# we cannot let bnd-maven-plugin generate it automatically, as Maven applies some inheritance logic which is incorrect for Sling (https://issues.apache.org/jira/browse/SLING-8537)
+Bundle-DocURL: https://sling.apache.org
+
+# generate error (instead of warning) when exported package uses private (non-exported) reference
+-fixupmessages:"Export *,  has \\d+,  private references"; \
+    restrict:=warning; \
+    is:=error
+                                ]]></bnd>
+                            </configuration>
+                        </execution>
+                    </executions>
+                </plugin>
+                <plugin>
+                    <groupId>biz.aQute.bnd</groupId>
+                    <artifactId>bnd-baseline-maven-plugin</artifactId>
+                    <version>${bnd.version}</version>
+                    <configuration>
+                        <includeDistributionManagement>false</includeDistributionManagement>
+                        <fullReport>true</fullReport>
+                        <diffignores>
+                            <!-- ignore Bundle-Version header for baseline, i.e. no enforcement of specific bundle versions -->
+                            <diffignore>Bundle-Version</diffignore>
+                        </diffignores>
+                    </configuration>
+                    <executions>
+                        <execution>
+                            <id>bnd-baseline</id>
+                            <goals>
+                                <goal>baseline</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <configuration>
+                        <archive>
+                            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+                        </archive>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-enforcer-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>ban-plugins-and-dependencies</id>
+                        <goals>
+                            <goal>enforce</goal>
+                        </goals>
+                        <configuration>
+                            <rules>
+                                <bannedPlugins>
+                                    <excludes>
+                                        <exclude>org.apache.felix:maven-scr-plugin</exclude>
+                                    </excludes>
+                                    <message>Felix SCR annotations and the maven-scr-plugin are no longer supported - please migrate to OSGi
+                                        annotations or stick with Sling Parent 29.</message>
+                                </bannedPlugins>
+                                <bannedDependencies>
+                                    <excludes>
+                                        <exclude>org.apache.felix:org.apache.felix.scr.annotations</exclude>
+                                    </excludes>
+                                    <message>Felix SCR annotations and the maven-scr-plugin are no longer supported - please migrate to OSGi
+                                        annotations or stick with Sling Parent 29.</message>
+                                </bannedDependencies>
+                                <bannedPlugins>
+                                    <excludes>
+                                        <exclude>org.apache.felix:maven-bundle-plugin</exclude>
+                                    </excludes>
+                                    <message>The maven-bundle-plugin is no longer supported - please migrate to bnd-maven-plugin or stick
+                                        with Sling Parent 34.</message>
+                                </bannedPlugins>
+                                <bannedPlugins>
+                                    <excludes>
+                                        <exclude>org.apache.sling:maven-sling-plugin</exclude>
+                                    </excludes>
+                                    <message>Please change all occurences of maven-sling-plugin to sling-maven-plugin (plugin was renamed).</message>
+                                </bannedPlugins>
+                            </rules>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+            </plugin>
+             <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
+            </plugin>
+        </plugins>
+
+    </build>
+
+    <profiles>
+        <profile>
+            <!--
+                Use this profile to install the OSGi bundle
+                automatically, during development
+            -->
+            <id>autoInstallBundle</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.sling</groupId>
+                        <artifactId>sling-maven-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>install-bundle</id>
+                                <goals>
+                                    <goal>install</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
+    <dependencyManagement>
+
+        <!-- OSGi -->
+        <dependencies>
+            <!-- Aggregates (rather use individual artifacts referenced below) -->
+            <!-- Core R7 -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>osgi.core</artifactId>
+                <version>7.0.0</version>
+                <scope>provided</scope>
+            </dependency>
+            <!-- Compendium R6 -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>osgi.cmpn</artifactId>
+                <version>7.0.0</version>
+                <scope>provided</scope>
+            </dependency>
+            <!-- individual OSGi spec API artifacts (preferred) -->
+            <!-- Framework 1.9, Core R7 (https://docs.osgi.org/javadoc/osgi.core/7.0.0/org/osgi/framework/package-summary.html) -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.framework</artifactId>
+                <version>1.9.0</version>
+                <scope>provided</scope>
+            </dependency>
+            <!-- Tracker 1.5, Core R7 (https://docs.osgi.org/javadoc/osgi.core/7.0.0/org/osgi/util/tracker/package-summary.html) -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.util.tracker</artifactId>
+                <version>1.5.3</version>
+                <scope>provided</scope>
+            </dependency>
+            <!-- Data Transfer Object 1.1, Core R7 (https://docs.osgi.org/javadoc/osgi.core/7.0.0/org/osgi/dto/package-summary.html) -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.dto</artifactId>
+                <version>1.1.1</version>
+            </dependency>
+            <!-- URL Handlers 1.0, Core R7 (https://docs.osgi.org/javadoc/osgi.core/7.0.0/org/osgi/service/url/package-summary.html) -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.service.url</artifactId>
+                <version>1.0.0</version>
+            </dependency>
+            <!-- Configuration Admin 1.6, Compendium R7 (https://osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/cm/package-frame.html) -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.service.cm</artifactId>
+                <version>1.6.0</version>
+                <scope>provided</scope>
+            </dependency>
+            <!-- Service Component 1.4, Compendium R7 (https://osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/component/package-frame.html) -->
+            <!-- and component property types (https://osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/component/propertytypes/package-frame.html) -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.service.component</artifactId>
+                <version>1.4.0</version>
+                <scope>provided</scope>
+            </dependency>
+            <!-- Event Admin 1.4, Compendium R7 (https://docs.osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/event/package-summary.html) -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.service.event</artifactId>
+                <version>1.4.0</version>
+                <scope>provided</scope>
+            </dependency>
+            <!-- OSGi annotations (OSGi R7) -->
+            <!-- https://osgi.org/javadoc/osgi.annotation/7.0.0/org/osgi/annotation/versioning/package-frame.html -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.annotation.versioning</artifactId>
+                <version>1.1.1</version>
+                <scope>provided</scope>
+            </dependency>
+            <!-- https://osgi.org/javadoc/osgi.annotation/7.0.0/org/osgi/annotation/bundle/package-frame.html -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.annotation.bundle</artifactId>
+                <version>1.0.0</version>
+                <scope>provided</scope>
+            </dependency>
+            <!-- https://osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/component/annotations/package-frame.html -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.service.component.annotations</artifactId>
+                <version>1.4.0</version>
+                <scope>provided</scope>
+            </dependency>
+            <!-- https://osgi.org/javadoc/osgi.cmpn/7.0.0/org/osgi/service/metatype/annotations/package-frame.html -->
+            <dependency>
+                <groupId>org.osgi</groupId>
+                <artifactId>org.osgi.service.metatype.annotations</artifactId>
+                <version>1.4.0</version>
+                <scope>provided</scope>
+            </dependency>
+            <!-- https://sling.apache.org/apidocs/sling11/org/apache/sling/servlets/annotations/package-summary.html -->
+            <dependency>
+                <groupId>org.apache.sling</groupId>
+                <artifactId>org.apache.sling.servlets.annotations</artifactId>
+                <version>1.2.4</version>
+                <scope>provided</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+</project>

Added: release/sling/sling-bundle-parent-45.pom.asc
==============================================================================
--- release/sling/sling-bundle-parent-45.pom.asc (added)
+++ release/sling/sling-bundle-parent-45.pom.asc Mon Aug 30 16:18:28 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJhKQlnAAoJEM4rf/Z1146Sf3wH/RhAVQs+4TnqPk0NjmKAtRDn
+I5OREZy9flDPMF6h4mryzCqDDIFnubRIzoA+MRnjtrCJ1EB+8GAkdcNv0XeBAQwS
+7zyx1LwcA5IdtR4y817ndIh9OHoNNNzszhKIF9uUasTahxkoCJUUc2pfy7IsCXRW
+kmpH7LAOT7QC6oT3VKdYwrK7npsfXgIxHdtejg81oaM9m3aajCbcNdcqdiS+3Psh
+eLin41wi4Zu0sX2WMIyoX24U8tUAPW/qam5D1GPwUfhH7klPkbHsKwC+tTZD9hax
+ulB0udPYqlDjGArFgsV1OfvjIG9MhfpP01xnZ5+V52onEatZ7yPCTW9YYMGWvbU=
+=PiZd
+-----END PGP SIGNATURE-----

Added: release/sling/sling-bundle-parent-45.pom.md5
==============================================================================
--- release/sling/sling-bundle-parent-45.pom.md5 (added)
+++ release/sling/sling-bundle-parent-45.pom.md5 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+e06de41c7d1489fb3a074b75ab57f4c1
\ No newline at end of file

Added: release/sling/sling-bundle-parent-45.pom.sha1
==============================================================================
--- release/sling/sling-bundle-parent-45.pom.sha1 (added)
+++ release/sling/sling-bundle-parent-45.pom.sha1 Mon Aug 30 16:18:28 2021
@@ -0,0 +1 @@
+759b395c5916d81e09d8418181ec822c595fac1c
\ No newline at end of file