Added: release/sling/org.apache.sling.cms.reference-0.9.0.pom
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.9.0.pom (added)
+++ release/sling/org.apache.sling.cms.reference-0.9.0.pom Wed Aug  1 13:49:16 
2018
@@ -0,0 +1,149 @@
+<?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>
+               <artifactId>org.apache.sling.cms</artifactId>
+               <groupId>org.apache.sling</groupId>
+               <version>0.9.0</version>
+       </parent>
+       <artifactId>org.apache.sling.cms.reference</artifactId>
+       <packaging>bundle</packaging>
+       <name>Apache Sling - CMS Reference Application</name>
+
+       <build>
+               <plugins>
+                       <plugin>
+                               <artifactId>maven-resources-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>copy-resources</id>
+                                               <phase>validate</phase>
+                                               <goals>
+                                                       
<goal>copy-resources</goal>
+                                               </goals>
+                                               <configuration>
+                                                       
<outputDirectory>${basedir}/${frontend.target}</outputDirectory>
+                                                       <resources>
+                                                               <resource>
+                                                                       
<directory>src/main/frontend</directory>
+                                                               </resource>
+                                                       </resources>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <instructions>
+                                               <Sling-Initial-Content>
+                                                       jcr_root,
+                                                       
jcr_root/apps/reference;overwrite:=true;uninstall:=true;path:=/apps/reference,
+                                                       
jcr_root/content/apache;overwrite:=false;uninstall:=false;path:=/content/apache,
+                                                       
jcr_root/etc/taxonomy/reference;overwrite:=false;uninstall:=false;path:=/etc/taxonomy/reference,
+                                                       
jcr_root/static/clientlibs/reference;overwrite=true;ignoreImportProviders:=xml;path:=/static/clientlibs/reference
+                                               </Sling-Initial-Content>
+                                               <Sling-Model-Packages>
+                                                       
org.apache.sling.cms.reference.models
+                                               </Sling-Model-Packages>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+
+       <dependencies>
+               <dependency>
+                       <groupId>org.apache.sling</groupId>
+                       <artifactId>org.apache.sling.cms.core</artifactId>
+                       <version>0.9.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.geronimo.specs</groupId>
+                       <artifactId>geronimo-atinject_1.0_spec</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>servlet-api</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.osgi</groupId>
+                       
<artifactId>org.osgi.service.component.annotations</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.osgi</groupId>
+                       
<artifactId>org.osgi.service.metatype.annotations</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.osgi</groupId>
+                       <artifactId>osgi.core</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.osgi</groupId>
+                       <artifactId>osgi.cmpn</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.jcr</groupId>
+                       <artifactId>jcr</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.sling</groupId>
+                       <artifactId>org.apache.sling.api</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-api</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.sling</groupId>
+                       <artifactId>org.apache.sling.models.api</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>commons-lang</groupId>
+                       <artifactId>commons-lang</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.jackrabbit</groupId>
+                       <artifactId>jackrabbit-jcr-commons</artifactId>
+               </dependency>
+       </dependencies>
+
+       <profiles>
+               <profile>
+                       <id>autoInstallBundle</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               
<groupId>org.apache.sling</groupId>
+                                               
<artifactId>maven-sling-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               
<id>install-bundle</id>
+                                                               <goals>
+                                                                       
<goal>install</goal>
+                                                               </goals>
+                                                               <configuration>
+                                                                       
<slingUrl>${sling.protocol}://${sling.host}:${sling.port}/system/console</slingUrl>
+                                                                       
<user>${sling.username}</user>
+                                                                       
<password>${sling.password}</password>
+                                                               </configuration>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                               </plugins>
+                       </build>
+               </profile>
+       </profiles>
+</project>
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.9.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.9.0.pom.asc (added)
+++ release/sling/org.apache.sling.cms.reference-0.9.0.pom.asc Wed Aug  1 
13:49:16 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEENj5pfUadRipAxSVsGFq0kOHJ39cFAltaEVgACgkQGFq0kOHJ
+39cf8g/7Bj4LZ+R18ZkPWNGYAMTK8gsCxeV06HpsUi15Vy40zSS3oLkvqV7RuQSw
+z/AEYu8Tm/gSaSatC/KOaHi0Fj0+OG5tV48gY/v76n4ckH6XtBoLwOmEiRSjRTbe
+kvVQmewW7h7EIgay1QiXIUOxjE5iIkNJI1pSJBMPjfo6nO+G72rf3ZEpga8TKuBp
+IHU720m9HG9tO4Wz4NJKlGrk9oeAZKPHnn+FGJ/Esij7QQEHacS+dfxVklOBAHk7
+5XhLRz1bh79HdveSbcX5kDjRzMMiXmjyYU6cubDkdXO6ThG70drgGjEMrUxTCkQi
+NA2/Xdzd+c/jYz8Y9HxjN1EGcwb+XZ+BoYOS8spVOkIj7hwDaClPzum7ydwC//Qf
+peim5Txs8tRIx/KOOt9Nmz11ugKRuNFiMU4fEgv9KEWkLhTU56bBrcYeD2ZijNbR
+8R/Dg+StN2tuhZHBMuYGbQP6BslgLxLGEBZLwmcQZ9rk+9TzNgCGnAReoG8fixjf
+a4rfIKeb7pn2DznledLt7Xrm4VVAMf7gdG54yKzMlVtGEcQv3MErui/AmTrtNOXk
+CdUKm8XczUDmhfwyoyUXndnEqaFVY067UmIi1dBI8+YNZ/waiFPAj5UxSeqXs9Ae
+13Xi7jMjsnvq8OLVMjQ35HCBn4FbUVf3z4jB8kGsH9j69VFYqz4=
+=YFvA
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.reference-0.9.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.9.0.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.reference-0.9.0.pom.md5 Wed Aug  1 
13:49:16 2018
@@ -0,0 +1 @@
+c31376195cc3af6c54e33a596ccf553c
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.reference-0.9.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.reference-0.9.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.reference-0.9.0.pom.sha1 Wed Aug  1 
13:49:16 2018
@@ -0,0 +1 @@
+cbba8868ed1d0fabec9572a725f86a1f4904c00f
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.9.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.cms.ui-0.9.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.cms.ui-0.9.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.9.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.cms.ui-0.9.0-sources.jar.asc Wed Aug  1 
13:49:16 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEENj5pfUadRipAxSVsGFq0kOHJ39cFAltaEVAACgkQGFq0kOHJ
+39d2chAAxX3ZPuTIg5Ry/Q5LPNWf/z/txYbAjf7Gt/YsDfheiQJ/oRc8su3pGhpi
+ZkDc3CorJ2xcUVy7EFZXTmLMk90edDkTJ2HsrupO27y6jA825bQtN6HyOYZ0HIWH
+C/xQVWM67+8xWgTB5Zlb5cjsFC1Amd3twaIhWLCpnETlxVRRXh/z85j1vNIFpP3W
+E7O+8rrLrr1mHVOuxX6elFt1liKvjJejs0VswHXL/FGth7E6X7TOOMmixR3N2XIe
+FT4cJL2CEcXNHH2toeHWTO+7g1PhGmTbPMvPspRWVYMojkOVWDnw5ie7+BrdNvJs
+eWBGQc8F5tKla0+PNsLpYGS9F/2O9hsaYr+nSMr4U/mQYQDkUrnZzlN5gxtbeFAD
+p5Px+C9JX5XRcvEZ5v9HBaRLsMLnafTSLmVY7x5QXDxQQ8j/7PshYdVSeLX/ZX1s
+15dEslCAeDc7J3FJt5QoqWhsw/fz88ZehLHoDOuVaS1v7NLNG9HkAmM+Ss5wkxyh
+gBJWtcnkzcswmdeFM4fL/BOeQJ68rmNWcFnLpeZHJD4gT8xMwb82vhkIJW8BYQKw
+08pyOLpfeOlUf5SyJnSCl4hZa4vK5CxvNlNyGGuvE95NmJx3pB/f7K1sWsuO4cdP
+arMTjBEISfOHZm2ngmxeMky77PqYlgPmsmdfNPeGrO42QEHPLQU=
+=IKcg
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-0.9.0-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.9.0-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-0.9.0-sources.jar.md5 Wed Aug  1 
13:49:16 2018
@@ -0,0 +1 @@
+3f31631121cb7e228204fa8d320989e1
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.9.0-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.9.0-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-0.9.0-sources.jar.sha1 Wed Aug  1 
13:49:16 2018
@@ -0,0 +1 @@
+53145994de1600b8285a9f351d5f528b91d4d7e2
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.9.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.cms.ui-0.9.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.cms.ui-0.9.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.9.0.jar.asc (added)
+++ release/sling/org.apache.sling.cms.ui-0.9.0.jar.asc Wed Aug  1 13:49:16 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEENj5pfUadRipAxSVsGFq0kOHJ39cFAltaEVAACgkQGFq0kOHJ
+39ePsw//RwD5xGToR3UpXNJzYyVfoSfRdzggfnwne6ZhcnmVDCKFlC9E8/GI3LjM
+5f9aQ5dvEfE/4kPC77lhEK+Yuy844vF6ZoEFbhW9LKk7ahew437nmAdFmeg2KWJr
+G5dvsHmUa5IRq61RrGJGLEQrTBXSdOaFiQyBCejgsaypptUAledIuDeMuso8oEf+
+nuUQaKdxWowak+3eVx/bBmj7Uw7ql1e/HBuT8cEr+LXgNgETYP7hbUaknUyYQJ8E
+Y2agC+3+fXxVf07N8ypfinsSrF1gIvtsw2OpUpWqwcucL4cIkhmy0Wu0+aa6aE79
+LIZihY5KmklkfJe7dukCvoKgKTxadJz4lHL9TZWL/Z69wRmqHb0yIBYwxOuKlLYx
+BTTjTP3feH5f2CfQU7cgXyGJSB1THdt4PWo0Y3Nltk+Aacm0425U+wUHikM6UI4M
+Yb0a29vMVVmwKfht7p1qFXuNa0ibY90rtCARgfwrYS1pxvHhZfsJwY8ZO1fvGMPS
+gaFPBL7G9dAVK3PvO5an8oxRfL66qIeiBIokAHZ8Y0t3MsPexw5lYXcSvFE6Zbrl
+K9kk2fo6axFwJNWFc/ve0rIvbx2RHfr43X+A9Zz4idz8xf1X77tvLmU9xOslnFAE
+TUDks/YLN8nTiW9g2tlkJaAdtxyKHHaKlg4Ip1Zc/EMXNBjc/04=
+=TsAR
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-0.9.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.9.0.jar.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-0.9.0.jar.md5 Wed Aug  1 13:49:16 2018
@@ -0,0 +1 @@
+630eb867cc2d7330960b97894d3c63f6
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.9.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.9.0.jar.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-0.9.0.jar.sha1 Wed Aug  1 13:49:16 
2018
@@ -0,0 +1 @@
+168013d21dd6cff8c6102341d243eb1c38db9cd2
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.9.0.pom
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.9.0.pom (added)
+++ release/sling/org.apache.sling.cms.ui-0.9.0.pom Wed Aug  1 13:49:16 2018
@@ -0,0 +1,136 @@
+<?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>
+               <artifactId>org.apache.sling.cms</artifactId>
+               <groupId>org.apache.sling</groupId>
+               <version>0.9.0</version>
+       </parent>
+       <artifactId>org.apache.sling.cms.ui</artifactId>
+       <packaging>bundle</packaging>
+       <name>Apache Sling - CMS UI</name>
+
+       <properties>
+               <frontend.target>target/frontend</frontend.target>
+       </properties>
+
+       <build>
+               <plugins>
+                       <plugin>
+                               <artifactId>maven-resources-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>copy-resources</id>
+                                               <phase>validate</phase>
+                                               <goals>
+                                                       
<goal>copy-resources</goal>
+                                               </goals>
+                                               <configuration>
+                                                       
<outputDirectory>${basedir}/${frontend.target}</outputDirectory>
+                                                       <resources>
+                                                               <resource>
+                                                                       
<directory>src/main/frontend</directory>
+                                                               </resource>
+                                                       </resources>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+
+                       <plugin>
+                               <groupId>com.github.eirslett</groupId>
+                               <artifactId>frontend-maven-plugin</artifactId>
+                               <version>1.4</version>
+                               <configuration>
+                                       
<installDirectory>${frontend.target}</installDirectory>
+                                       
<workingDirectory>${frontend.target}</workingDirectory>
+                               </configuration>
+                               <executions>
+                                       <execution>
+                                               <id>install node and npm</id>
+                                               <goals>
+                                                       
<goal>install-node-and-npm</goal>
+                                               </goals>
+                                               <configuration>
+                                                       
<nodeVersion>v6.11.0</nodeVersion>
+                                                       
<npmVersion>3.10.10</npmVersion>
+                                               </configuration>
+                                       </execution>
+                                       <execution>
+                                               <id>npm install</id>
+                                               <goals>
+                                                       <goal>npm</goal>
+                                               </goals>
+                                               <configuration>
+                                                       
<arguments>install</arguments>
+                                               </configuration>
+                                       </execution>
+                                       <execution>
+                                               <id>gulp build</id>
+                                               <goals>
+                                                       <goal>gulp</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <instructions>
+                                               
<Sling-Nodetypes>SLING-INF/nodetypes/nodetypes.cnd</Sling-Nodetypes>
+                                               <Sling-Initial-Content>
+                                                       jcr_root,
+                                                       
jcr_root/oak%3Aindex;overwrite:=false;uninstall:=true;path:=/oak:index,
+                                                       
jcr_root/conf/global;overwrite:=false;uninstall:=true;path:=/conf/global,
+                                                       
jcr_root/etc/clientlibs;overwrite=true;ignoreImportProviders:=xml;path:=/etc/clientlibs,
+                                                       
jcr_root/etc/taxonomy;overwrite:=false;uninstall:=true;path:=/etc/taxonomy,
+                                                       
jcr_root/libs/sling/servlet/errorhandler;overwriteProperties:=true;overwrite:=true;uninstall:=true;path:=/libs/sling/servlet/errorhandler,
+                                                       
jcr_root/libs/sling-cms;overwrite:=true;uninstall:=true;path:=/libs/sling-cms,
+                                                       
jcr_root/static/clientlibs/sling-cms;overwrite:=true;uninstall:=true;path:=/static/clientlibs/sling-cms
+                                               </Sling-Initial-Content>
+                               
<Include-Resource>{maven-resources},${basedir}/target/frontend/dist</Include-Resource>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+       <profiles>
+               <profile>
+                       <id>autoInstallBundle</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               
<groupId>org.apache.sling</groupId>
+                                               
<artifactId>maven-sling-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               
<id>install-bundle</id>
+                                                               <goals>
+                                                                       
<goal>install</goal>
+                                                               </goals>
+                                                               <configuration>
+                                                                       
<slingUrl>${sling.protocol}://${sling.host}:${sling.port}/system/console</slingUrl>
+                                                                       
<user>${sling.username}</user>
+                                                                       
<password>${sling.password}</password>
+                                                               </configuration>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                               </plugins>
+                       </build>
+               </profile>
+       </profiles>
+</project>
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.9.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.9.0.pom.asc (added)
+++ release/sling/org.apache.sling.cms.ui-0.9.0.pom.asc Wed Aug  1 13:49:16 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEENj5pfUadRipAxSVsGFq0kOHJ39cFAltaEVAACgkQGFq0kOHJ
+39e4Iw/5ARuqeXg9qmMdPRmDqx6a9XJhEtDzfG1pzoUhhvIqcWXFM2hEUK94YLDV
+2YAeQ2Lj8mEUYUXF0xDi2tI16/lB6MpnSCo1Ntx9wGvAcbZcx1A6JfkWbh6nelSr
+TxoeuoblloXAlGEnQyTA1eRp2PWXck+zuYYN+8Fj5Kjumy43Lbf2fMHfn2IdRH++
+LOdR2x33n+gA73Oh+lavhNN8D2zT0VXE59/lejJjrnZ0wqQHyLgRYIW1io0lgiBP
+wEWy3GBTLfiNDQj/O2FN0mMuzyIV+ZZxqcjzshU1iL1sC/dheOfO6Vl4cSYNhji1
+jYWVYCKBfh9xUE8x6Jx9BmqWCzP3PwGvRcfpbibHfUkngqP/I8CtOMY7l0DiqfyW
+d7AW3AoOxDguE7JQzDj9+L4H1FaSmsbZR6ucchU7PNvIZUghqo+qlv2mhh67Chc5
+TyUc/d453kEuZhWLa8XSzp9C6blLitUsInNjYJDCfVeYae/va3SJW54jeSXUn+T+
+I3r5qgZdxmKhbOlhz/vVmcVhbp1sqtBSaLzC0AH7NeQeylS6Xcoh6Qp40C4z4RhV
+9N5KaZmBMUd9+YJosaC7MpRvV4vXJZ1F4mqFD38k1+JEdejMJDio7bXAd0IUD4fp
+YPQ2wXGbvEIRRBYtUxLed+RKrUkuGoASuYxuuXIOZ59gHMzwKQc=
+=ksB+
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.cms.ui-0.9.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.9.0.pom.md5 (added)
+++ release/sling/org.apache.sling.cms.ui-0.9.0.pom.md5 Wed Aug  1 13:49:16 2018
@@ -0,0 +1 @@
+da71acc09fa21566ed2b4ac7cfc90551
\ No newline at end of file

Added: release/sling/org.apache.sling.cms.ui-0.9.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.cms.ui-0.9.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.cms.ui-0.9.0.pom.sha1 Wed Aug  1 13:49:16 
2018
@@ -0,0 +1 @@
+99dae8bd30d9a45d5d47d9ebebc9ffd79c527914
\ No newline at end of file

Added: release/sling/org.apache.sling.fileoptim-0.9.0-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.fileoptim-0.9.0-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.fileoptim-0.9.0-javadoc.jar.asc
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0-javadoc.jar.asc (added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0-javadoc.jar.asc Wed Aug  1 
13:49:16 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEENj5pfUadRipAxSVsGFq0kOHJ39cFAltaOwcACgkQGFq0kOHJ
+39c/Ag/+OgpflxrBQtefWSRl3k4IGNFIEwwuEPeaYNYGXRNd/6pL+xA1IDYaCvvQ
+N4IrjggtqA2L58ljnMX4IrjiLKEQohRRPuf0A971ORzprliVwGc6i8sQOxi5CAZ+
+bPcHwiU0Pr33hre3R/RSxLR/c0M805FqNCk8w1M0YNZvqUHqPh0T5/stRABw45kw
+qonpiaBV3yWIkaN739LNCO31GyFrAZNquoCpV7HuWp0FzQJeX+hWmPm/fjvkKx60
+QCYZ6fQvUHfG8AgEnuc00uu4LbkWhpYrW4MCGuN/8wRtqOMqgp8f1bssf6TxtEkN
+R8uZOjb8zGNqTxQXLdNoNvGlbS7wh0EamD5VXLAq14Obl8l8XWCbkaJxS+mEHuyT
+jhyY4PNNQmmHAfubb7ydPzdm4PjLSu06cpRh3iaPTvgmPOKizLB566kPkq6wn+Of
+xBowZcJB7KItJfc1orZvGGc8Roi5wjVs2bMqYnDK+n9H1USpxv/KoeGXiI6tmxFb
+2rG/xCkfmxhAiR3aGoBea3KhzR40h37/XE8zO6vRqdMQeSNk1lZHqPNhH/h9vVFc
+hW19gLSPOlvBmFoK1Nqgib7/09QAki6rG2D+NlOSbCPNoOJnNlksJ3IRX0fiADbo
+BHTrzFyFTiFLYZcSuHr1fMwp0PdVa/3BlvunwjcLoUjswTEgJz0=
+=H07I
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.fileoptim-0.9.0-javadoc.jar.md5
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0-javadoc.jar.md5 (added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0-javadoc.jar.md5 Wed Aug  1 
13:49:16 2018
@@ -0,0 +1 @@
+9bba5d9f926941641b0d303084654ee0
\ No newline at end of file

Added: release/sling/org.apache.sling.fileoptim-0.9.0-javadoc.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0-javadoc.jar.sha1 (added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0-javadoc.jar.sha1 Wed Aug  1 
13:49:16 2018
@@ -0,0 +1 @@
+03289e5ad3248f92fbb4035525adba3561bd50ce
\ No newline at end of file

Added: release/sling/org.apache.sling.fileoptim-0.9.0-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.fileoptim-0.9.0-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.fileoptim-0.9.0-source-release.zip.asc
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0-source-release.zip.asc 
(added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0-source-release.zip.asc Wed 
Aug  1 13:49:16 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEENj5pfUadRipAxSVsGFq0kOHJ39cFAltaOwcACgkQGFq0kOHJ
+39fB8w//ccE/cFDvWC1tLTvVSC2AU9QaAWUVV/HNBkNlbnVIKsuxLN07pN7JfyU4
+QrITtLy6Rdu4yek/IRHW8ICKxW9UlPXGwt1FZzS5jo+EGpDVP9HBs8RRbfaquLKG
+lO1yADtjbxD9qWJ6fPCCl0A7EimkgpuZdfHNgrGr2NSB1f37PGq31aEt0bquwfNY
+6i2u+/gajEJe1hury8DBJh6rcXcp4NlUG9RlVLofo6KYdFkClUitOnQmT2D8XAE6
+uqx41Uz1tdgtll1vgE1AhvfnTmoVNv2rztq7wPdTotLzrJ1RX+JOZR98grZxQHAT
+WXSvTC5GmSzhZrE7KdOqd+kVYaO/yvsUcEx9323OiP1cH/tt35YrSD5ow71uFuP5
+wqiMMIxcPEr201tmy863ypLSNem1ASX+0GcS9rCralxYAN/spKfwHLOy8cGFGWT5
+AdKDuZS7fT9Dx+ShXOeEJL0B1m2/c0q/LSsvYc0pEbnczuP++ZlF5GiOoR0eEnTp
+PRODtkymmTrkl+SlNur9WtLnVrfmhtnWQtSYJ9OMocRwxo2ZG6KSTUiJGS5Qum09
+1XOKPINpq10ruqjmOiMCPFRyROTfnKyuPDChacbYH2iIgbe8399lZxb5hz8EtG2p
+GNsj8JoBVcnDy3eu1PEiqLjp8O8dEEjojGI6LNnFPpkMeiD0gYQ=
+=xXZr
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.fileoptim-0.9.0-source-release.zip.md5
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0-source-release.zip.md5 
(added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0-source-release.zip.md5 Wed 
Aug  1 13:49:16 2018
@@ -0,0 +1 @@
+5a0912c9296a0d51636b963989d144af
\ No newline at end of file

Added: release/sling/org.apache.sling.fileoptim-0.9.0-source-release.zip.sha1
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0-source-release.zip.sha1 
(added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0-source-release.zip.sha1 Wed 
Aug  1 13:49:16 2018
@@ -0,0 +1 @@
+1a4e8502c256441941157de9c79351f7092ecde3
\ No newline at end of file

Added: release/sling/org.apache.sling.fileoptim-0.9.0-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.fileoptim-0.9.0-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.fileoptim-0.9.0-sources.jar.asc
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0-sources.jar.asc (added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0-sources.jar.asc Wed Aug  1 
13:49:16 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEENj5pfUadRipAxSVsGFq0kOHJ39cFAltaOwcACgkQGFq0kOHJ
+39cyrA//UycOCkTMAkGTi8OdeL/IQeeML3jQYbkGiXSPtZXbm1samcFqVyu0b53u
+J2e/IfxJekzHaSYC5tQzU2jvGm2xBp9Zwbfh6GTJAHOcyHvgfruLgN2+rxTmc7jG
+FQU14f91JtYfEiMxiB/BgxQHxvc0TzdKe6Ut7KKpjL78C6uKuOrp4BLxqm3N/RSb
+gY70pKPvJYxsDIgLCmIrZulNaNvNsLTQhqfPWiJKzmklIZc7wuG7Yhc7cbagxDRN
+MjWJbIYT0/v1g4kSA6Blrxo3+aOOuUs9siii1h1Bkbw3TrkpZRWJ1w1vwA+Clkm4
+MAnF6q3DqaDoyvVB13Z7jKLdLgZzyWmBj0bQ1jc3SXbQc6BmIA2Z0VuOdhOP0bYL
+HnmQuZLDQkMFb4DCdNArWffUaqb63NRpXV+AdhYmIinvQXFWLK73gJ5kSPtIgw4n
+oB2fxMQNLxvCVIy5ir6YrZsILaMa98pGoKy621kv2OWxklmGbwcFCeJuzDQFdNUN
+9HQb13G5wE1uRAmEJkf0MO8ayGbKwYNeTupQdrCdvXoDYmXhXqhjJXID294ZzWh0
+hc0tFOZjY4K1FNwVtxVSI8102iJJLSn4axaejs9+Ex7l1HTqvhdoI7LmNXl1Csnn
+t+LqKss3MnRD0Pu260Ig5l21qtVHAwWuqIdpUIRFyZodz/55OTE=
+=9HXQ
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.fileoptim-0.9.0-sources.jar.md5
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0-sources.jar.md5 (added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0-sources.jar.md5 Wed Aug  1 
13:49:16 2018
@@ -0,0 +1 @@
+54e9db8890dc2dc11508d1dbcf63c56a
\ No newline at end of file

Added: release/sling/org.apache.sling.fileoptim-0.9.0-sources.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0-sources.jar.sha1 (added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0-sources.jar.sha1 Wed Aug  1 
13:49:16 2018
@@ -0,0 +1 @@
+80232f1d69a88496069593a64f7a3652bc872658
\ No newline at end of file

Added: release/sling/org.apache.sling.fileoptim-0.9.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/sling/org.apache.sling.fileoptim-0.9.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/sling/org.apache.sling.fileoptim-0.9.0.jar.asc
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0.jar.asc (added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0.jar.asc Wed Aug  1 13:49:16 
2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEENj5pfUadRipAxSVsGFq0kOHJ39cFAltaOwYACgkQGFq0kOHJ
+39eFzBAAuU9tLjhnCl3PlB8GrJkhCWBr2r2FwfgyErYfZxBmtNVFC2WJk6uVoV35
+9qOtq+bXL1iD3pNyZevAw8i4vKQZKiG2LqZcvryPG3elWb0DA8PnJiUe/xT4510q
+xP2eB0wJWoBrJWqYHfXfHSV4J/kQtpgXhg1CSnntp6u7utxP7YyNiALhwKv/51LJ
+/BvULNzX88GmzS6H0xG2Zw4C2hyQNL6PN39gq6vMDmdqhqKm6q85yXjPA4yL3wX/
+7hO3cl7cye/o2n1HinG0Jg9qN4ihvYlR5jUHjoKlSTUuBwYVpvfyh1lCbZT3/91b
+7u1llLcf/ufUv2wy2o1B2TKCcUmfRLoNk7DRx5zpOhaPX8Wf+vsVgltDY2gKYI7G
+LkZbqq/rj+YNskqSU906qd3OWJq+ALszy/eGayn8ozUKFOPk32PLm42PGGmzfYRp
+48Y7xMzCiGjyCq2YlI4xcVdyOVq7kVgs4zNrRjNwgq5dTSbumUim7eJRXxttTT+6
+Nec4pN+tCbNPC3LsxJFsg+v6tMWhbXd9H7hWLIJVcSd5kcZEXHd96XGzDjsVAyeb
+gB7vsfKgBvSEozStfy0nZ7NZ7XxJ6ED2J+40liaHcnXkufEnzDTLEaO8n6fouiIJ
+jAnu50t/auyEzklvWnMAeOdx1LwLH1VHw/K26F2m7d6qvRr/DaM=
+=TlCR
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.fileoptim-0.9.0.jar.md5
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0.jar.md5 (added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0.jar.md5 Wed Aug  1 13:49:16 
2018
@@ -0,0 +1 @@
+e09c08fcc59e5464b2723d3e8612631d
\ No newline at end of file

Added: release/sling/org.apache.sling.fileoptim-0.9.0.jar.sha1
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0.jar.sha1 (added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0.jar.sha1 Wed Aug  1 13:49:16 
2018
@@ -0,0 +1 @@
+2ee2fd4545af81cde791942113866798dab12e1f
\ No newline at end of file

Added: release/sling/org.apache.sling.fileoptim-0.9.0.pom
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0.pom (added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0.pom Wed Aug  1 13:49:16 2018
@@ -0,0 +1,192 @@
+<?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>33</version>
+               <relativePath />
+       </parent>
+
+       <artifactId>org.apache.sling.fileoptim</artifactId>
+       <version>0.9.0</version>
+       <packaging>bundle</packaging>
+
+       <name>Apache Sling File Optimization</name>
+       <description>
+        Bundle for optimizing files stored in the Apache Sling repository. 
Includes a plugin architecture for providing file optimizers and hooks to 
automatically and manually optimize files.
+    </description>
+
+       <scm>
+               
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-file-optimization.git</connection>
+               
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-file-optimization.git</developerConnection>
+               
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-file-optimization.git</url>
+               <tag>org.apache.sling.fileoptim-0.9.0</tag>
+       </scm>
+
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <instructions>
+                                               
<Sling-Nodetypes>SLING-INF/nodetypes/nodetypes.cnd</Sling-Nodetypes>
+                                               
<Sling-Model-Packages>org.apache.sling.fileoptim.models</Sling-Model-Packages>
+                                               
<Import-Package>!org.apache.tools.ant,!org.apache.tools.ant.types,*</Import-Package>
+                                               <Embed-Dependency>
+                                                       
*;scope=compile;inline=true
+                                               </Embed-Dependency>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+
+       <dependencies>
+
+               <!-- OSGi -->
+               <dependency>
+                       <groupId>org.osgi</groupId>
+                       
<artifactId>org.osgi.service.component.annotations</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.osgi</groupId>
+                       
<artifactId>org.osgi.service.metatype.annotations</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.osgi</groupId>
+                       <artifactId>org.osgi.annotation.versioning</artifactId>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.osgi</groupId>
+                       <artifactId>osgi.core</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.osgi</groupId>
+                       <artifactId>osgi.cmpn</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.felix</groupId>
+                       <artifactId>org.apache.felix.webconsole</artifactId>
+                       <version>4.2.0</version>
+                       <scope>provided</scope>
+               </dependency>
+
+               <!-- JCR / Sling Commons -->
+               <dependency>
+                       <groupId>javax.jcr</groupId>
+                       <artifactId>jcr</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.jackrabbit</groupId>
+                       <artifactId>jackrabbit-jcr-commons</artifactId>
+                       <version>2.7.5</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.sling</groupId>
+                       <artifactId>org.apache.sling.api</artifactId>
+                       <version>2.8.0</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.sling</groupId>
+                       <artifactId>org.apache.sling.servlets.post</artifactId>
+                       <version>2.3.22</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.sling</groupId>
+                       <artifactId>org.apache.sling.engine</artifactId>
+                       <version>2.6.12</version>
+                       <scope>provided</scope>
+               </dependency>
+
+               <!-- Image Optimization Dependencies -->
+               <dependency>
+                       <groupId>com.github.depsypher</groupId>
+                       <artifactId>pngtastic</artifactId>
+                       <version>1.5</version>
+                       <scope>compile</scope>
+               </dependency>
+
+
+               <!-- Base Dependencies -->
+               <dependency>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>javax.servlet-api</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-api</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>commons-lang</groupId>
+                       <artifactId>commons-lang</artifactId>
+                       <version>2.4</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>commons-io</groupId>
+                       <artifactId>commons-io</artifactId>
+                       <version>2.4</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <artifactId>commons-codec</artifactId>
+                       <version>1.11</version>
+                       <groupId>commons-codec</groupId>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       
<artifactId>org.apache.sling.commons.johnzon</artifactId>
+                       <version>1.1.0</version>
+                       <groupId>org.apache.sling</groupId>
+                       <scope>provided</scope>
+               </dependency>
+
+               <!-- Sling Models -->
+               <dependency>
+                       <groupId>org.apache.sling</groupId>
+                       <artifactId>org.apache.sling.models.api</artifactId>
+                       <version>1.3.6</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.geronimo.specs</groupId>
+                       <artifactId>geronimo-atinject_1.0_spec</artifactId>
+                       <version>1.0</version>
+                       <scope>provided</scope>
+               </dependency>
+
+               <!-- Test Dependencies -->
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-core</artifactId>
+                       <version>2.7.16</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-simple</artifactId>
+               </dependency>
+       </dependencies>
+</project>

Added: release/sling/org.apache.sling.fileoptim-0.9.0.pom.asc
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0.pom.asc (added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0.pom.asc Wed Aug  1 13:49:16 
2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEENj5pfUadRipAxSVsGFq0kOHJ39cFAltaOwYACgkQGFq0kOHJ
+39enZRAAiJzaFMvEExRkDObI/6I+BKO32XrfNHQu4XutC0YFERWrSwseGy0Z79yJ
+/X4RZo3VXnyi088EK9uWt4Jk3ZHWmE0c9EDWuvaL6ez4Wvx38fAw+g8ej6c5pLdo
+Son3jC7oFo2HfgjlTWszu3NP1p07quPkG/C6d1jaVrZWIDQl0Qz8MC4EtxHbyWOi
+LOAt3bHYnZIWOkpk2t46s1n+HZ7xB2xDbpD7FS/9tFqMp9d/fulhqxptan3Y6XZu
+Hq6LHjclFkXUEdHnb7AKzp/ZWoFh3w6Tt1iisA7bCO1IPEo2Kd+w44GjbceAh9yq
+KDSVHHFo6DfWzTFve2sCQ6sHNDWyD/g7p4BtnwU2bPG7v/niaS7iJZUkvzeqfB+/
+gwJlVbBAM2s2ePjfrRfr6VGIGlZJBil+GSc8Cykqef4Qc506s0XPgVV2cBjh7CKD
+sfdeVGTGjUvfboukpk6K0ZoTGupmRr4I2W9BW12JQNvVOtqTmmcBRUqkipT85A0t
+UZD/hrqM+Fr1Z9HXreCoQfp7fmSyn7Z6BoShIhrYuK0uIZpAv8LwkmjDzxS5yRgx
+lXMEq6mfeTiGTTOyv+MOee5Oh19CKql+Ke8nPhmrSVI94ufNL3zUVjJtFA63xb7l
+HqHdjAGBmcxPsT1dO4KttXm29wQ/WM2E8QKcNPBpef/uvIwakqg=
+=dAmE
+-----END PGP SIGNATURE-----

Added: release/sling/org.apache.sling.fileoptim-0.9.0.pom.md5
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0.pom.md5 (added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0.pom.md5 Wed Aug  1 13:49:16 
2018
@@ -0,0 +1 @@
+fe7cc1c5269c074c1ec914c37bfaabe2
\ No newline at end of file

Added: release/sling/org.apache.sling.fileoptim-0.9.0.pom.sha1
==============================================================================
--- release/sling/org.apache.sling.fileoptim-0.9.0.pom.sha1 (added)
+++ release/sling/org.apache.sling.fileoptim-0.9.0.pom.sha1 Wed Aug  1 13:49:16 
2018
@@ -0,0 +1 @@
+35c0a5e99317a9494244c6b678529df7d871671c
\ No newline at end of file


Reply via email to