Added: release/sling/org.apache.sling.feature.launcher-1.1.20.pom
==============================================================================
--- release/sling/org.apache.sling.feature.launcher-1.1.20.pom (added)
+++ release/sling/org.apache.sling.feature.launcher-1.1.20.pom Mon Jun 28 
12:28:37 2021
@@ -0,0 +1,312 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+    <!--
+        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>43</version>
+        <relativePath />
+    </parent>
+
+    <artifactId>org.apache.sling.feature.launcher</artifactId>
+    <version>1.1.20</version>
+
+    <name>Apache Sling Feature Model Launcher</name>
+    <description>
+        A application launcher using Apache Sling Features
+    </description>
+
+    <properties>
+        <sling.java.version>8</sling.java.version>
+        <bnd.version>5.3.0</bnd.version>
+    </properties>
+
+    <scm>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git</connection>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git</developerConnection>
+        
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-launcher.git</url>
+      <tag>org.apache.sling.feature.launcher-1.1.20</tag>
+  </scm>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>unpack</id>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>unpack</goal>
+                        </goals>
+                        <configuration>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>org.apache.commons</groupId>
+                                    <artifactId>commons-text</artifactId>
+                                    <version>1.9</version>
+                                    <type>jar</type>
+                                    <overWrite>false</overWrite>
+                                    
<outputDirectory>${project.build.directory}/classes</outputDirectory>
+                                    <includes>
+                                        org/apache/commons/text/Builder*,
+                                        
org/apache/commons/text/StringSubstitutor*,
+                                        
org/apache/commons/text/StringTokenizer*,
+                                        
org/apache/commons/text/TextStringBuilder*,
+                                        
org/apache/commons/text/lookup/StringLookup*,
+                                        org/apache/commons/text/matcher/*
+                                    </includes>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>org.apache.commons</groupId>
+                                    <artifactId>commons-lang3</artifactId>
+                                    <version>3.12.0</version>
+                                    <type>jar</type>
+                                    <overWrite>false</overWrite>
+                                    
<outputDirectory>${project.build.directory}/classes</outputDirectory>
+                                    <includes>
+                                        org/apache/commons/lang3/ArrayUtils*,
+                                        org/apache/commons/lang3/StringUtils*,
+                                        org/apache/commons/lang3/Validate*
+                                    </includes>
+                                </artifactItem>
+                            </artifactItems>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+                <version>5.3.0</version>
+                <configuration>
+                    <bnd>
+                        <![CDATA[
+                            Main-Class: 
org.apache.sling.feature.launcher.impl.Main
+                            -exportcontents:\
+                            org.apache.sling.feature.launcher.spi.*
+                            -conditionalpackage:\
+                            javax.json*,\
+                            org.apache.commons.cli.*,\
+                            org.apache.felix.cm.json.*,\
+                            org.apache.felix.converter.*,\
+                            org.apache.johnzon.core.*,\
+                            org.apache.johnzon.core.util.*,\
+                            org.apache.sling.feature.*,\
+                            org.osgi.util.function.*,\
+                            org.osgi.util.converter.*,\
+                            org.slf4j.*,\
+                            org.slf4j.impl.*
+                            Import-Package:\
+                            !org.osgi.framework.*,\
+                            !org.osgi.util.tracker.*,\
+                            !org.osgi.resource.*,\
+                            *
+                        ]]>
+                    </bnd>
+                </configuration>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>bnd-process</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>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>readme.md</exclude>
+                        
<exclude>src/main/resources/META-INF/services/**</exclude>
+                        <exclude>**/*.properties</exclude>
+                        <exclude>launcher/**</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-failsafe-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>integration-test</goal>
+                            <goal>verify</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    
<classpathDependencyScopeExclude>compile+runtime</classpathDependencyScopeExclude>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-clean-plugin</artifactId>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>${basedir}</directory>
+                            <includes>
+                                <include>launcher/**</include>
+                            </includes>
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-text</artifactId>
+            <version>1.9</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <version>3.12.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.core</artifactId>
+            <version>7.0.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.feature</artifactId>
+            <version>1.2.24</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.util.function</artifactId>
+            <version>1.0.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.converter</artifactId>
+            <version>1.0.18</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.cm.json</artifactId>
+            <version>1.0.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+             <groupId>commons-cli</groupId>
+             <artifactId>commons-cli</artifactId>
+             <version>1.4</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.johnzon</artifactId>
+            <version>1.2.6</version>
+            <scope>provided</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>biz.aQute.bnd</groupId>
+            <artifactId>biz.aQute.bndlib</artifactId>
+            <version>${bnd.version}</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <!-- Testing dependencies -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>3.3.3</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    
+    <profiles>
+        <profile>
+            <id>container</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-jar-plugin</artifactId>
+                    </plugin>
+                    <plugin>
+                        <groupId>io.fabric8</groupId>
+                        <artifactId>docker-maven-plugin</artifactId>
+                        <version>0.34.1</version>
+                        <configuration>
+                            <images>
+                                <image>
+                                    
<name>apache/sling-feature-launcher:${project.version}</name>
+                                    <build>
+                                        <tags>
+                                            <tag>latest</tag>
+                                            <tag>${project.version}</tag>
+                                        </tags>
+                                         <dockerFileDir>.</dockerFileDir>
+                                         <assembly>
+                                              
<descriptorRef>artifact</descriptorRef>
+                                         </assembly>
+                                    </build>
+                                </image>
+                            </images>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <id>docker:build</id>
+                                <phase>package</phase>
+                                <goals>
+                                    <goal>build</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+</project>

Added: release/sling/org.apache.sling.feature.launcher-1.1.20.pom.asc
==============================================================================
--- release/sling/org.apache.sling.feature.launcher-1.1.20.pom.asc (added)
+++ release/sling/org.apache.sling.feature.launcher-1.1.20.pom.asc Mon Jun 28 
12:28:37 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE6xvDHSN2Fhyp8Ax73f1PYfJPDZ8FAmDVoHgACgkQ3f1PYfJP
+DZ/iYA//XfAHKB+PUVrg/sNLklBZhJz7IKIFQVwmDiCqCKDkofFc56p6mQNb13Ny
+CWolJLbLN7FnPKpMz+JOeid6uZngq9yy+122c7mrbvtP08FghIBPw3/WdMONfWxF
+fsGrmiSw1CYvTYhCl97jh4QPqZpyNC6WzlzcdXMNBBh9mrTSazlS0UoqrRkMXp/Z
+BCa7P02G240o6NHZWWEGKeimV1gJGxyTG4Pu6z60j71S+uf1dGaGiz/KpIIVr9vS
+N9foyzFqPMmEIX+Cekq51Py+bzOdt3H2nyjbMK2K4yAyM+1d41Yd/ZAsEzv142JF
+QEv2UAiEEFk7/YFCoCYj+TrIdUTLGspn307eDVU1I+JHInoKs4C9bSlqOfoSuP0a
+GBbwZoLyQk9hmNS0cOo6nl1IrjTHETDEGOzyKgKcER4zLGntS5vS+1NXG/Ra3L0j
+SX/lWg4YJrGue0lZQfwSRewbU/SKImugXs6DX63qnk5cSzhK2I9P9mOzzbmpF3MQ
+NMPCHvtB0KAb8MpjqJMxswsSK4izIdDvm8YkaoVb0wP98wZdvG40g7C/ACjrnYFS
+PiMvKMVKuZgxqWWgu7l3kJxL5cgzKqgOKKxxu3RV1+dFGxsLqgd2chBxMYTv2vvU
+z+EuP6PMstscq+mqo/YlzoWvV8NO5qWziGhLFHpe/sHVLI0pv+I=
+=rLJi
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.feature.launcher-1.1.20.pom.md5
==============================================================================
--- release/sling/org.apache.sling.feature.launcher-1.1.20.pom.md5 (added)
+++ release/sling/org.apache.sling.feature.launcher-1.1.20.pom.md5 Mon Jun 28 
12:28:37 2021
@@ -0,0 +1 @@
+a78348eb7569bf497a710850e0b1eac5
\ No newline at end of file

Added: release/sling/org.apache.sling.feature.launcher-1.1.20.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.feature.launcher-1.1.20.pom.sha1 (added)
+++ release/sling/org.apache.sling.feature.launcher-1.1.20.pom.sha1 Mon Jun 28 
12:28:37 2021
@@ -0,0 +1 @@
+3f2e489c523d171875b093fec8634e11565582a5
\ No newline at end of file

Added: release/sling/slingfeature-maven-plugin-1.5.8-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/slingfeature-maven-plugin-1.5.8-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/slingfeature-maven-plugin-1.5.8-javadoc.jar.asc
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8-javadoc.jar.asc (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8-javadoc.jar.asc Mon Jun 28 
12:28:37 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE6xvDHSN2Fhyp8Ax73f1PYfJPDZ8FAmDVpOEACgkQ3f1PYfJP
+DZ8jGg//dHSClTUyMl0nfjMa3NLaMxtuL3RZVcG96qi8KZowJpy9x6aMd01t1y+S
+5W+341Fv7DJrcMWipWVJpYHfW/M8HxykOhZubFWe8g3pDR5UHYzid9NaloUEcaqf
+XMmKX4AdgYrcpia376X+pcjtS8weB+OzAwn5cvyK42NAP+2lJgc87v/F1dy4xPQG
+gjP+YHkQ+BzIHXgNoYs+lqmTgiSbGoSuTP8YMhOhwhDRpMiv32DONvaGeVYyCphn
+qIPJFxUxclGn1YpawJtcg1i8wEJjl3w1lG0Z5p8sv9sBRx+4eePXxp8odtNQpUyh
+wO5JTUYWAvwAUXSIao62JkN4mhsDeWPI4M2tfT5+Ne+L7TdrD86nNCr1nkcNUuld
+EspNEa1tjws7KPdy5Rj5isR3bkN45T2m6KZR4rZwpMxr0gqHAA51d54Z1n0Mp2HW
+Ox2UKvFlS+E5BoVD0cab1Gg1Wneu5l9lE5uthAo55Ke8ju2rAPtxcQLOiTM4qJjc
+jL2M76AZva4jYP5VPmDcD2yDo7ewVcwf96MtlY+x3DfiT1DbjEIIzy6VuwrWiDk9
+PBDOZKUH8MGGZKqq8QSa2qtyuvcqNeUiRlzM7QCQb9/4RRHQO+35r7tefN7088eQ
+brs3JzBb9DujvZ29dXKcARHGfsD3vkg2NJgeA3xhMuhSU6/UdeQ=
+=MvI8
+-----END PGP SIGNATURE-----

Added: release/sling/slingfeature-maven-plugin-1.5.8-javadoc.jar.md5
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8-javadoc.jar.md5 (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8-javadoc.jar.md5 Mon Jun 28 
12:28:37 2021
@@ -0,0 +1 @@
+3d5b3f35451d236c6a4f227d4be2c38f
\ No newline at end of file

Added: release/sling/slingfeature-maven-plugin-1.5.8-javadoc.jar.sha1
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8-javadoc.jar.sha1 (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8-javadoc.jar.sha1 Mon Jun 28 
12:28:37 2021
@@ -0,0 +1 @@
+c54f55611b9af9b4ac3f0021ac3480596f8bd0cf
\ No newline at end of file

Added: release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.asc
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.asc (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.asc Mon 
Jun 28 12:28:37 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE6xvDHSN2Fhyp8Ax73f1PYfJPDZ8FAmDVpOAACgkQ3f1PYfJP
+DZ/Q2g/+Jmd74wglRnj+ZBAWFn0SDnbcuWqJNM0Q1g5adflAh8iwHLq9zlUOPYkb
+b11hTfGxkWHTUc6XqHeDlKs1tRDaGhsegTHWlEQqBBxYf0Qa4SlPSES0Pnz+DhOy
+ZQU+e3zcXX6Dd1UkWysAvAXy/6hC+XIr61pOBAxu+BrlDHBVHQzq6DfBjLfhNeH5
+qkaGk1wZ6mYY/W9kPRGHl72DjkLO6YD1C2D9+G9gOMzGqw73N0IIKK4d+/qX+4mo
+p3134isMC0Q1yZ37uB0q8q5U65i00tvSA5XlwI1j5OHdbFqgDXgPiaGbj7UBa6tG
+tPP0rEiY4KRIYv4pX8Qf+zeJJfdlEykPJ0MtkhW8CKSUIE0pQPPX6Q59EeHIqITc
+PLsuAlrv5MZiXBwy2okW060ZR9fqNTE78fKil+aaXwKyM70z0kAmYpRBvTOcn6v8
+0pfr5q6/Q1FtRXeL1V7tmKSQ3zdkBodNkGLcN/spQPjB81HHLu+pPJqmPYgp3Ne0
+u5fYF53NJG3m9hhsruc5OVjAZfsXzK6CcMOfhtuD+PW8TyGnq3WTLoX8HBIKLGU2
+PkjgTHKT2eAllgQWFFXxT3hIjF2Rky5+EtKkU3a2yemFNTy78LOIqPmFytxdO7Dt
+e074BklLTgq8Kf4mnfRROb+V3I16eypp3klmBjryYTAAdWEGhQ4=
+=lw/D
+-----END PGP SIGNATURE-----

Added: release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.md5
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.md5 (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.md5 Mon 
Jun 28 12:28:37 2021
@@ -0,0 +1 @@
+d99991bfa7c079177b242d3cd4305f0f
\ No newline at end of file

Added: release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.sha1
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.sha1 
(added)
+++ release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.sha1 Mon 
Jun 28 12:28:37 2021
@@ -0,0 +1 @@
+53cc63115eba36d369eafcb80421246fd76b69cb
\ No newline at end of file

Added: release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.sha512
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.sha512 
(added)
+++ release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.sha512 Mon 
Jun 28 12:28:37 2021
@@ -0,0 +1 @@
+2e44535a6d3e10487d7fdf8ba151b92f601b33aa24a64b0d7b44990ffc7183764650537d8cb8e6e9219d445337e4ea399079f64d15d94b1ed67407bd41cdd9fc
\ No newline at end of file

Added: 
release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.sha512.md5
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.sha512.md5 
(added)
+++ release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.sha512.md5 
Mon Jun 28 12:28:37 2021
@@ -0,0 +1 @@
+d03adbf64c315347a228ce5c9bc2d211
\ No newline at end of file

Added: 
release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.sha512.sha1
==============================================================================
--- 
release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.sha512.sha1 
(added)
+++ 
release/sling/slingfeature-maven-plugin-1.5.8-source-release.zip.sha512.sha1 
Mon Jun 28 12:28:37 2021
@@ -0,0 +1 @@
+e3ab92a5f7566e45bb1b8ffd69f2965d1bb49cbb
\ No newline at end of file

Added: release/sling/slingfeature-maven-plugin-1.5.8-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/slingfeature-maven-plugin-1.5.8-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/slingfeature-maven-plugin-1.5.8-sources.jar.asc
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8-sources.jar.asc (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8-sources.jar.asc Mon Jun 28 
12:28:37 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE6xvDHSN2Fhyp8Ax73f1PYfJPDZ8FAmDVpOEACgkQ3f1PYfJP
+DZ9T4A//ThDycHFQL0VKliROUAlYwrWUGPyCLlW2rmhyAJXApQCr0mB8LQo1maak
+Pi5rNMGSEIScY/qS2Ojjq0Evs4E0pCMM6ilET5awSeRLA0lwL+FMg7go9xc0e9df
+EqevCBhPnR48knW9G5uc/GsOUpwwV8s6tw6mje69N8lw5RUHBpITvk+rj+ytIzus
+AF5YsICgLM+6BYHUibfie8b3nHWX9HvaUr79202VzVORXXmeA2CEw1imyQIUeSS9
+AySOwyaFPuIYNdLsyhay+5w3iOz/4OWif6Jf3X5BXWVUyE8W/+Deml+rWxrN1x2G
+yl+GlXpMdSsvcT9v8K2UpbAkQELigfAvt8JFClDsikig39/iFmUcpqvVa86V90Si
+MpQFrX20qmqF271zaUTJii9iThqjl978ygWRhBwgcbsuL1Ne0cTxafI+kTljFBf7
+PHpBIglrTFQSQsmtJza+VslxkxYv8f1S/kju5mffI2DBv+xaNoKCSGoYObBZ9aKc
+4/Ur95hTStpgHBFX4ufaXLGrFftx2dxum7uzcX7hBkD8XDggh67q0tzVyVEpNpQD
+S47lpn5+lVf1D+nvXkL4/tSdl9DjTKL2rNNI4aFHML6l4orVvH7KACW3/F1m/xyW
+2Lv0O+9ltOIhcGxg43diJeaIaELyl2kPvcdkm1sGzdbaZBoiMVs=
+=CB0L
+-----END PGP SIGNATURE-----

Added: release/sling/slingfeature-maven-plugin-1.5.8-sources.jar.md5
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8-sources.jar.md5 (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8-sources.jar.md5 Mon Jun 28 
12:28:37 2021
@@ -0,0 +1 @@
+e01345b215ebb698acf478d3e7b70515
\ No newline at end of file

Added: release/sling/slingfeature-maven-plugin-1.5.8-sources.jar.sha1
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8-sources.jar.sha1 (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8-sources.jar.sha1 Mon Jun 28 
12:28:37 2021
@@ -0,0 +1 @@
+8bb7a58c1a125ef506345a30c958e01b0bd79400
\ No newline at end of file

Added: release/sling/slingfeature-maven-plugin-1.5.8.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/slingfeature-maven-plugin-1.5.8.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/slingfeature-maven-plugin-1.5.8.jar.asc
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8.jar.asc (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8.jar.asc Mon Jun 28 12:28:37 
2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE6xvDHSN2Fhyp8Ax73f1PYfJPDZ8FAmDVpOAACgkQ3f1PYfJP
+DZ9UMhAAjT1cMYXZc3FLnnPSwrRKblkYTOHu5hVtYV9FrVXML4lLW5uL/NS85qab
+hQ4e4KkwJjYkZXmPAe8nuRDH4bPyiDQCTbo2rXL5O8LhJW7hcy961wGtRFWoH/8s
+qLdVV2jt/Cz17+oSUM2Ph/Y27HrANsbPUMm+Hm7fxyaW4FiyfxBV8Hds4ljX03Vo
+Yyr9uDdqGWq/titAAp0WSno/zLwfqrRbACQqE4h4hNsGmMJ4vjGCGEJVfU/BG+K2
+pE3Orj4J5hUrwCvf1Mxnh+INoyfCmtrSJUiRjfsf4omiKpeecB9xW8FTkSlZVAA6
+2OXNa5iAAIH82UgNZOhYvxHj4q2EGWgRbiC0Lu+sEp4ENu9g0OlH3FMjC74GsLy/
+wTYKAt9xDJl2jLNld4jHMKW+0h3LjAvn8M0CLDuo5eIz2IFhd7QQtFiyFVTEyCZa
+5+PfxsTZ3zcJHxTcq2yuxwg1sEFzJsG6FlHmJMUEOZnxfB9PdZY/1CBuKYOzBJi4
+ugTe4XoYC3Ih3N+mElImr6GVyU1//69R4qAqGpkPGS4P0tavyY2PGtX8MgXnFcBF
+EutQ+1AZgDs7w93ZhLztKalXhKOzabwFGuw9P6y2ignJ0GQ4TydjDydeTvizA41/
+gfM67pl8rsl9WHGhORkVQZnxvBQmLIxUBPvx5rHJhETu/Z/8mTI=
+=tnt0
+-----END PGP SIGNATURE-----

Added: release/sling/slingfeature-maven-plugin-1.5.8.jar.md5
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8.jar.md5 (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8.jar.md5 Mon Jun 28 12:28:37 
2021
@@ -0,0 +1 @@
+82f1e8bedd943ba35e9bd9a755636ad0
\ No newline at end of file

Added: release/sling/slingfeature-maven-plugin-1.5.8.jar.sha1
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8.jar.sha1 (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8.jar.sha1 Mon Jun 28 12:28:37 
2021
@@ -0,0 +1 @@
+d7fbd1dad2828a6b5ce90541392820cfff272a86
\ No newline at end of file

Added: release/sling/slingfeature-maven-plugin-1.5.8.pom
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8.pom (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8.pom Mon Jun 28 12:28:37 2021
@@ -0,0 +1,352 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    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>43</version>
+        <relativePath />
+    </parent>
+
+    <artifactId>slingfeature-maven-plugin</artifactId>
+    <version>1.5.8</version>
+    <packaging>maven-plugin</packaging>
+
+    <name>Apache Sling OSGi Feature Maven Plugin</name>
+    <description>
+        Maven Plugin for OSGi Applications
+    </description>
+    <url>https://sling.apache.org/components/slingfeature-maven-plugin/</url>
+
+    <properties>
+        <sling.java.version>8</sling.java.version>
+        <maven.version>3.6.3</maven.version>
+        <maven.scm.version>1.11.2</maven.scm.version>
+        
<maven.site.path>${project.artifactId}-archives/${project.artifactId}-LATEST</maven.site.path>
+    </properties>
+
+    <scm>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git</connection>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git</developerConnection>
+        
<url>https://gitbox.apache.org/repos/asf?p=sling-slingfeature-maven-plugin.git</url>
+      <tag>slingfeature-maven-plugin-1.5.8</tag>
+  </scm>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.plexus</groupId>
+                <artifactId>plexus-component-metadata</artifactId>
+                <version>2.1.0</version>
+                <executions>
+                    <execution>
+                        <id>generate-metadata</id>
+                        <goals>
+                            <goal>generate-metadata</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-plugin-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>mojo-descriptor</id>
+                        <phase>process-classes</phase>
+                        <goals>
+                            <goal>descriptor</goal>
+                        </goals>
+                    </execution>
+                    <execution>
+                        <id>generated-helpmojo</id>
+                        <goals>
+                            <goal>helpmojo</goal>
+                        </goals>
+                    </execution>
+               </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-scm-publish-plugin</artifactId>
+                <configuration>
+                    
<checkoutDirectory>${user.home}/maven-sites/${maven.site.path}</checkoutDirectory>
+                    <tryUpdate>true</tryUpdate>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>src/site/markdown/**</exclude>
+                        <exclude>src/test/resources/**/*.txt</exclude>
+                        <exclude>src/test/resources/**/*.feature</exclude>
+                                   
<exclude>src/test/resources/**/*.xml</exclude>
+                                   
<exclude>src/test/resources/META-INF/services/*</exclude>
+                        <exclude>src/it/**/*.json</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-invoker-plugin</artifactId>
+                <configuration>
+                    <debug>true</debug>
+                    <projectsDirectory>src/it</projectsDirectory>
+                    
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
+                    <settingsFile>src/it/settings.xml</settingsFile>
+                    <pomIncludes>
+                        <pomInclude>**/pom.xml</pomInclude>
+                    </pomIncludes>
+                    <postBuildHookScript>verify</postBuildHookScript>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>integration-test</id>
+                        <goals>
+                            <goal>install</goal>
+                            <goal>integration-test</goal>
+                            <goal>verify</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.core</artifactId>
+            <version>6.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-json_1.1_spec</artifactId>
+            <version>1.2</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.johnzon</groupId>
+            <artifactId>johnzon-core</artifactId>
+            <version>1.2.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-text</artifactId>
+            <version>1.9</version>
+        </dependency>
+         <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.converter</artifactId>
+            <version>1.0.18</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.cm.json</artifactId>
+            <version>1.0.6</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.util.function</artifactId>
+            <version>1.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.feature</artifactId>
+            <version>1.2.24</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.feature.analyser</artifactId>
+            <version>1.3.28</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            
<artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
+            <version>1.3.2</version>
+        </dependency>
+        <!-- aux dependencies for Content-Package check -->
+        <dependency>
+            <groupId>org.apache.jackrabbit.vault</groupId>
+            <artifactId>org.apache.jackrabbit.vault</artifactId>
+            <version>3.2.6</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jackrabbit-spi-commons</artifactId>
+            <version>2.19.1</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <!-- END Content-Package check -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.feature.diff</artifactId>
+            <version>0.0.6</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-core</artifactId>
+            <version>${maven.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-api</artifactId>
+            <version>${maven.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-artifact</artifactId>
+            <version>${maven.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-compat</artifactId>
+            <version>${maven.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-archiver</artifactId>
+            <version>3.5.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.plugin-tools</groupId>
+            <artifactId>maven-plugin-annotations</artifactId>
+            <version>3.6.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <!-- for converting Maven to OSGi versions -->
+        <dependency>
+            <groupId>biz.aQute.bnd</groupId>
+            <artifactId>biz.aQute.bndlib</artifactId>
+            <version>4.2.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-interactivity-api</artifactId>
+            <version>1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-archiver</artifactId>
+            <version>4.2.4</version>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
+            <version>3.3.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.framework</artifactId>
+            <version>1.9.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>versions-maven-plugin</artifactId>
+            <version>2.8.1</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.8.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.shared</groupId>
+            <artifactId>maven-filtering</artifactId>
+            <version>3.2.0</version>
+        </dependency>
+        <!-- schema validation -->
+        <dependency>
+            <groupId>com.github.java-json-tools</groupId>
+            <artifactId>json-schema-validator</artifactId>
+            <version>2.2.14</version>
+        </dependency>
+        <!-- APIs JARs -->
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.utils</artifactId>
+            <version>1.11.6</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-api</artifactId>
+            <version>${maven.scm.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-manager-plexus</artifactId>
+            <version>${maven.scm.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-provider-gitexe</artifactId>
+            <version>${maven.scm.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-provider-svnexe</artifactId>
+            <version>${maven.scm.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-model-builder</artifactId>
+            <version>3.6.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.shared</groupId>
+            <artifactId>maven-artifact-transfer</artifactId>
+            <version>0.13.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-exec</artifactId>
+            <version>1.3</version>
+        </dependency>
+        <!-- testing -->
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <version>1.10.19</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <version>1.6.2</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-plugin-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </reporting>
+
+</project>

Added: release/sling/slingfeature-maven-plugin-1.5.8.pom.asc
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8.pom.asc (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8.pom.asc Mon Jun 28 12:28:37 
2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE6xvDHSN2Fhyp8Ax73f1PYfJPDZ8FAmDVpOAACgkQ3f1PYfJP
+DZ8Upw/+I4L81YCaViwwMnofrNJnRP6oVvwtslxHESBIC6oXXVPjHciKnI8g8srn
+FIYbT2OBFAtgu84BaizU0zJRYj+SyaJdjHrkzycC1LgZZSwJRk3MLa7GGcEOovre
+wAMaEOpYpM4bJihbdI/3947yo/kuFspngFj9b6ODPu/aOvidHVxGPIr9ukuKKjd9
+Ye5562I6ik6KO5f2BOhaiRVn9fSGtAXr/raQwKSg1GyxqyM2vhG9KhYimfqiestp
+uomgRIXkSDaYX84sngTzKx/oKdw11FbAGUaSr06cQGvqb4ORCXbXOsvAhxXRB47s
+TTXMMm3K3d353tT+K4tY9JTyTkZkLutVgqwni4e6hz+tY3BT+ixg3XZeUxqMt+Yp
++tB32tEDCGhtkZmhIh9kacKfCrpuPuS30YZgjRcnUa4W7FSUkGnLvIrQoWO8cl1n
+ep4cFHRij2GFZxPM5oBtaoUB4h3qEjsar03tgxIwRNbc4c/tAIOczZ1SsuCToGX7
+4Iz/SXbOxDdjAvpUtpftWtpn2o7AfHZ8URmyZBquoRcs2UrUEfI6kFw6sVlS2TOL
+zyjEnTFq5lkEnW9FfUbNDZYUZUOjQFrHTPRQIaGVzKOmlvUGPgu78tapSS5no/HR
+0NzxG8vDkJXmiT6eJDsLVt+V93zRGFOnhfXCfboWb1TA2T0xBf0=
+=U4Bv
+-----END PGP SIGNATURE-----

Added: release/sling/slingfeature-maven-plugin-1.5.8.pom.md5
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8.pom.md5 (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8.pom.md5 Mon Jun 28 12:28:37 
2021
@@ -0,0 +1 @@
+d7006d6c94fa7fb122d88f0fa1902269
\ No newline at end of file

Added: release/sling/slingfeature-maven-plugin-1.5.8.pom.sha1
==============================================================================
--- release/sling/slingfeature-maven-plugin-1.5.8.pom.sha1 (added)
+++ release/sling/slingfeature-maven-plugin-1.5.8.pom.sha1 Mon Jun 28 12:28:37 
2021
@@ -0,0 +1 @@
+e852c7baeff31710291e88bea1efc0ada788c14a
\ No newline at end of file


Reply via email to