Added: release/any23/2.1/apache-any23-office-scraper-2.1.jar.asc
==============================================================================
--- release/any23/2.1/apache-any23-office-scraper-2.1.jar.asc (added)
+++ release/any23/2.1/apache-any23-office-scraper-2.1.jar.asc Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu31VAAoJEDpHF/BIuuv2kFcP/1q4roD6kHnu1SoKZP9HJZTA
+VtBBpLA+F+PH6nmAvq4DRE8zVREeik1H2XcfHG3nuARkn3OmwDylB9cEQvBnjUSh
+Kvghlj8E44wjE1M7OUDgEP2VGQL0xFSxXg9hsrFElUzGpx5cvt5XQSvDusF2jiaH
+AtQEQ9OMRkm0PYhn5DVTKchQlzf04zJ3YyFOe1Ds7mrVZghriL1qsAYj5bjTQHrU
+AvUDJb1JIbk1QyZr/npf3GED7o9D/coG7wxtUy+qvbW8TXlVUp6vLV9Q/UNNN9bU
+4Ad1Qu/SWkcLBbw0FHThNjGzj5DUoCaedgat2dBSC3XtzWKb4nMe3OuieOjgZEMX
+mej8luxKUiDX2Vu5HBukkQ3V80zMV+CnGULfpB1T0JxV2sTD+k8do5eX/9jq1qlG
+01GiZfHSfzrMyBeXQ4tgjF9vgtq5TDhRpEx80CPe8XgVjyRvZ3gbMb0q6UA8SHKb
+QktSUO3R2kod3z6lTWg59N3CUI3poISGehV+gp4AEN1a8NRhV/3KWWDfvUghNDk8
+ZOkUX9fI/r9anzl8FZWqK5tno4zY4GKHQBJzcGpI9lSB5g1xOhIR5kJRUuOArNNM
+TaLpgs6CCWK6DBtRs/Az5kMrSW4IJ+PugvXCxWNQyxv4/sabpIRD7kiraTLkfuB/
+DstduTXkSNl7AL/lEjs9
+=D9Jp
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-office-scraper-2.1.jar.md5
==============================================================================
--- release/any23/2.1/apache-any23-office-scraper-2.1.jar.md5 (added)
+++ release/any23/2.1/apache-any23-office-scraper-2.1.jar.md5 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,2 @@
+apache-any23-office-scraper-2.1.jar: 11 8A BF FA 1D A9 E9 13  EB 37 73 2B 2A 61
+                                     06 65

Added: release/any23/2.1/apache-any23-office-scraper-2.1.jar.sha512
==============================================================================
--- release/any23/2.1/apache-any23-office-scraper-2.1.jar.sha512 (added)
+++ release/any23/2.1/apache-any23-office-scraper-2.1.jar.sha512 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,4 @@
+apache-any23-office-scraper-2.1.jar: 786A3E31 034F1324 E14A83E8 25E06C0F
+                                     92BB0E1A 0F457022 7205B5D7 08990728
+                                     F01F3D6A 95E5572F 92ADFF7A 9CDFA730
+                                     F2FBAD58 C1BD5F07 B44D9EF7 DA81B3D8

Added: release/any23/2.1/apache-any23-office-scraper-2.1.pom
==============================================================================
--- release/any23/2.1/apache-any23-office-scraper-2.1.pom (added)
+++ release/any23/2.1/apache-any23-office-scraper-2.1.pom Wed Nov  1 14:37:57 
2017
@@ -0,0 +1,114 @@
+<?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.any23</groupId>
+    <artifactId>apache-any23</artifactId>
+    <version>2.1</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+
+  <groupId>org.apache.any23.plugins</groupId>
+  <artifactId>apache-any23-office-scraper</artifactId>
+
+  <name>Apache Any23 :: Plugins :: Office Scraper</name>
+  <description>Any23 plugin for scraping metadata from MS Office related file 
formats.</description>
+
+  <dependencies>
+    <!-- RDF4J -->
+    <dependency>
+      <groupId>org.eclipse.rdf4j</groupId>
+      <artifactId>rdf4j-model</artifactId>
+      <scope>provided</scope>
+    </dependency>
+
+    <!-- Any23 Core. -->
+    <dependency>
+      <groupId>org.apache.any23</groupId>
+      <artifactId>apache-any23-core</artifactId>
+      <version>2.1</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <!-- Apache POI -->
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    
+    <!-- Logging -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>${slf4j.logger.version}</version>
+      <scope>test</scope>
+    </dependency>
+
+    <!-- BEGIN: Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- END: Test Dependencies -->
+
+  </dependencies>
+
+  <build>
+
+    <plugins>
+      <!-- Generates the distribution package -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <appendAssemblyId>false</appendAssemblyId>
+          <descriptors>
+            <descriptor>${basedir}/src/main/assembly/bin.xml</descriptor>
+          </descriptors>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <resources>
+          <resource>
+            <directory>${basedir}/../../</directory>
+            
<targetPath>${project.build.directory}/apidocs/META-INF</targetPath>
+            <includes>
+              <include>LICENSE.txt</include>
+              <include>NOTICE.txt</include>
+            </includes>
+          </resource>
+        </resources>
+      </build>
+    </profile>
+  </profiles>
+
+</project>

Added: release/any23/2.1/apache-any23-office-scraper-2.1.pom.asc
==============================================================================
--- release/any23/2.1/apache-any23-office-scraper-2.1.pom.asc (added)
+++ release/any23/2.1/apache-any23-office-scraper-2.1.pom.asc Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu31VAAoJEDpHF/BIuuv2nywQAKahAevq18Z5zdq4VHxmVgv4
+5tpIKVmegKptNrLyUfn1GRhkqcWBdYbJJzfRbOS+kdNZ5TuJ1LaBs0xRzfkEqV+e
+/kiAQeCWOyQid9qjVeIZjrZi/i4LlRoS7PunQfrG5ylnn5C93EeI8vED4RdwBSEM
+sWm/W9Jtg22SVoyNn5NvqGb1D8YJA3tKF3b/pgnUXXs7iC3SUnxJHgsGNhflVg9d
+Stk47lsRzwUJ3+LY/YMmSUP3eOrc4t7e53KW5owl3fHfehXTENpbCPGSvRIwCq8D
+ONdGX7uFTkp+XEMZ1nHqLNQe2+uQijMR5A+j94GUkprG2hX7RqxYHDD0l6IBpKeV
+5SQh9IS1z8RPfzLdY0evzOLSXb/VeA9KPBFgdjl5cfL6Cntbf7vPjLGjO4Os5uZK
+tf/3xyrjwDXgVlhZOnepKsCu9svANHP7/vxfQuJjPkw8iRtrk06fONYiGfjD8aLP
+Q4NQLzgGA0wN+VsEkJFMW4fIqLnj+Tb7cFTIY3qkbMdZxJezHonn0a9wHVASvEuu
+ZiGffRUku54Mp4QHOHjIyI7DE6uJUHIamXi6PjU8ZoWRseB96C+xfoMPgOVlgcSb
+fmtZqf0Fx1GkqlAsteSBcyvIUenTya5r0E+4ZH2jk54D8uIazHaljqNFLl/iopsF
+e7nkPQaUQ1RFv6m751Yx
+=mYRM
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-office-scraper-2.1.pom.md5
==============================================================================
--- release/any23/2.1/apache-any23-office-scraper-2.1.pom.md5 (added)
+++ release/any23/2.1/apache-any23-office-scraper-2.1.pom.md5 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,2 @@
+apache-any23-office-scraper-2.1.pom: B1 BB 68 05 98 84 E3 18  94 E6 FD 18 19 7B
+                                     1C 3B

Added: release/any23/2.1/apache-any23-office-scraper-2.1.pom.sha512
==============================================================================
--- release/any23/2.1/apache-any23-office-scraper-2.1.pom.sha512 (added)
+++ release/any23/2.1/apache-any23-office-scraper-2.1.pom.sha512 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,4 @@
+apache-any23-office-scraper-2.1.pom: 2EAC2D52 BEB5CA7F B1F84BA6 8BB5D6FB
+                                     342E9D95 092E3055 1885D7A3 AD963F21
+                                     5E790BA5 AA47008E BF00CD9F 7000C73B
+                                     A77BE9EF 0F51CB75 873380E9 1E74051E

Added: release/any23/2.1/apache-any23-office-scraper-2.1.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/any23/2.1/apache-any23-office-scraper-2.1.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/2.1/apache-any23-office-scraper-2.1.tar.gz.asc
==============================================================================
--- release/any23/2.1/apache-any23-office-scraper-2.1.tar.gz.asc (added)
+++ release/any23/2.1/apache-any23-office-scraper-2.1.tar.gz.asc Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu31VAAoJEDpHF/BIuuv2pwIQAI4kj/ueEYVe+5mo6lipHfS6
+c3QKpmkxCC8K5tyVLfvBvXG9/PDd1LW1vTnOs3wK23veZZhiXIo8J8o9dF7N8N4k
+60QHzzDa9tcK7zrvlJScpSKX/T73wXVpdkK6WGvnrqKU9Whd66L/suQ+tp32fhui
+JJ0GhUANgJ7XhmOc6hSeT0cwqALjN0g1YaGVbBsrovg277mzs//s9u5a0Z7vkQvW
+E4uAEJZogrZ+DpDqAE7UjogxH0fVNIU56Cma9uoApwcd+KgvB8GLSTr6UV0pLgga
+i85MyWBCFy2bHJINJ1BJDb+h++3uMlo0cYgige/WtGbSlNztFZj91V71mEIJBYym
+FbJcTi+3/YlpWqzlWp0uW7yqhE8IGDGZoPhG+CtifPweYXFo45eb0VbaTY5v98lW
+4WxSsoEKV7hBaNeW7V9Wq5WR/oOmdNxTvrpzt1kaMG0AUMu3GnJZ2zwXXc+y1wUg
+nFuzqa1xv7JgvU7o5QS6Cd3l2cW9I5fbPmnQ78gtG9qnFyH6fS8W7FcKFrPeo0St
+pVDY8Ie/LF8usw2OoYX1L5Hph+vc8VjGE569dPM1+tD5NzBieLZY42VTks/+jaFd
+nCKNplPEPGOi6eiWszIMDJtQxWRV4BOCEDeA/tFNtDr8ioXlIp7F3LRVKdSDjGD9
+35aOjTkefb4DrlCmS7Op
+=28Xc
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-office-scraper-2.1.tar.gz.md5
==============================================================================
--- release/any23/2.1/apache-any23-office-scraper-2.1.tar.gz.md5 (added)
+++ release/any23/2.1/apache-any23-office-scraper-2.1.tar.gz.md5 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,2 @@
+apache-any23-office-scraper-2.1.tar.gz: 69 3F 72 A8 42 F5 98 2D  5D D8 98 CB 10
+                                        D4 2B A5

Added: release/any23/2.1/apache-any23-office-scraper-2.1.tar.gz.sha512
==============================================================================
--- release/any23/2.1/apache-any23-office-scraper-2.1.tar.gz.sha512 (added)
+++ release/any23/2.1/apache-any23-office-scraper-2.1.tar.gz.sha512 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,4 @@
+apache-any23-office-scraper-2.1.tar.gz: 9FDA2184 20C860EA 3123FEFE 5F7A37EC
+                                        A10800E1 F7DDB1F7 60B56A21 4EA71CAB
+                                        CD8DBAA6 87F248DE 1ECB305D E6333D56
+                                        17D3749E E8D891EC 8F896563 D2993C90

Added: release/any23/2.1/apache-any23-office-scraper-2.1.zip
==============================================================================
Binary file - no diff available.

Propchange: release/any23/2.1/apache-any23-office-scraper-2.1.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/2.1/apache-any23-office-scraper-2.1.zip.asc
==============================================================================
--- release/any23/2.1/apache-any23-office-scraper-2.1.zip.asc (added)
+++ release/any23/2.1/apache-any23-office-scraper-2.1.zip.asc Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu31VAAoJEDpHF/BIuuv2G48QAKAhjgmtt5VQ4HZJUR7yqT23
+Rhmysl96O2MjKmOMrVJamC50jQ9GAnH3rWZAKlmGwgZe4nlfR46LSZzTfZ9183+9
+LsGvs241ua/pQHAEM/nPGQSI0XIL5+sBFu07hvLWm56r8MZjmKj8rkTXPGDYdB3D
+Mp6crkojYWlKy6yP5VZgxoZI+PAbrDC2e8CNcTNidO4aN/leL51ykMRHCxBAYit0
+oAXalIQxfG+yA7aDvYIUQ1ttmiMzQa16v0USFOdZcT8sTG6oQoUtvBQUshpLn+4U
+S9g2mLyOoW4cHSG2nP5DXtm0lxyI+Uwhru+S0tiKNBzUYsT63JjG+FzLKpiFnWm1
+iXgmxjPEjf35fRL6tMeCHrOiAqynAkv/Y+u04rPVXp8g7+FprFEv/uUOJn0HgsT7
+UmkSoHzBOr2IT1cXxUhUvSVGLUICRemKYzTjUaXs7yO3he2h7AwJEL+qLqk/Yckd
+Ih/pilBp29NZjgt2nbTwKYoSczFRVAFCGIEmrmlxVJHpM8eI/m4UsWKCdaxoNvNk
+KkfRUlnWtcYQqdikmDyrHQ4MdZtiz1XG6fn28v67xDee4d87O4aDErrbVJk6VEf2
+5wWzQoXHmlxWUbhiak0/M5aJZ676y6X63Iz8BjZ1/4UmHGrgZRHFpyQKUb0sw8aU
+akmqchM94H/wd4hehRHD
+=8vkJ
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-office-scraper-2.1.zip.md5
==============================================================================
--- release/any23/2.1/apache-any23-office-scraper-2.1.zip.md5 (added)
+++ release/any23/2.1/apache-any23-office-scraper-2.1.zip.md5 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,2 @@
+apache-any23-office-scraper-2.1.zip: 0D 19 BB 97 AA D2 F7 95  77 95 C9 EB 19 5A
+                                     29 55

Added: release/any23/2.1/apache-any23-office-scraper-2.1.zip.sha512
==============================================================================
--- release/any23/2.1/apache-any23-office-scraper-2.1.zip.sha512 (added)
+++ release/any23/2.1/apache-any23-office-scraper-2.1.zip.sha512 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,4 @@
+apache-any23-office-scraper-2.1.zip: 8F482B08 93DE3B2E 1B785851 02A6EF48
+                                     F6765240 E2A541D5 A025D97F FACA0B49
+                                     F150B6ED 07A0100B 8F22BB47 23921710
+                                     D9592376 FC932E68 BE7468B7 A51219FD

Added: release/any23/2.1/apache-any23-service-2.1-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: release/any23/2.1/apache-any23-service-2.1-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/2.1/apache-any23-service-2.1-javadoc.jar.asc
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-javadoc.jar.asc (added)
+++ release/any23/2.1/apache-any23-service-2.1-javadoc.jar.asc Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu322AAoJEDpHF/BIuuv2R/QQAJ55EYZ1KjLcukfcCXcG409F
+S/D4FFPaSzfbv5hjMCHeq24dEJ2ww25LsURF4oIUiyJQdIrPUnix/fRpHWVU9Vyx
+UoZZHYBKghUXvY2iKXojHAvxSPw6QW0TPIfuvl73oOXGEtUDdQmyvPb3oj+wEbPK
+j2Ak931521KdPZog/2Lb5k+hOXl/kj6rBbv6WQSKoONtnu2vaqGHb9I/3qQfNU6l
+07WCbefJGo1iVlNe0rf1l/krm4jnqkECOnREzFGDmTLOtnPi5xriVlFMJ2DUow3q
++1wXq8rMoZ47s/0U709gwA6JsF3wEH68EsDciWXqtwOr7R5ZEg+vtT12vXRN7+ri
+KeeUulH+wsnHg8LAlZfEpGz3x8ebKs7wLdzcJCpzg5ieORBAQFtocf2egn7/oZnV
+pPwTKHFrNQSrw/Kl1YNnbiB2NE+172Yt7U6XWo/rncOl+e44TkQ7wPBfMf855QIk
+QY5jQHfGl+OONjSgh+0LtRzFuBgQXV0PS0MDUPTjS51CbRtaOjKXeLP6PulG2Toc
+zgBEajLnRvtruCRvWaVH5Dmex/qcNnL4oZnH+3VpszmCrpp3tyiEyi1KfZOV+YWJ
+FyeXKiw26Vm98TgUH+FFwMAgi7l4F2XacOcLDMvD7iVdU8TLm8p5A5vy8nrGboYJ
+I5l805YXaXa+oELDrg1I
+=vzHx
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-service-2.1-javadoc.jar.md5
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-javadoc.jar.md5 (added)
+++ release/any23/2.1/apache-any23-service-2.1-javadoc.jar.md5 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,2 @@
+apache-any23-service-2.1-javadoc.jar: BE 7B BD 9F 23 83 65 CB  01 4E 0D A6 4B 
8E
+                                      0D BC

Added: release/any23/2.1/apache-any23-service-2.1-javadoc.jar.sha512
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-javadoc.jar.sha512 (added)
+++ release/any23/2.1/apache-any23-service-2.1-javadoc.jar.sha512 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,4 @@
+apache-any23-service-2.1-javadoc.jar: 3B63FBB6 81A5491A 555943CD 338BD989
+                                      013B0A54 7390D2D1 6CCF03BE 7D9DFEB6
+                                      A8BB4D97 9E7F0CC7 3280FAE5 22D2696C
+                                      2BB85E66 0F55B5C6 FE822352 853F1DF0

Added: release/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz.asc
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz.asc 
(added)
+++ release/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz.asc Wed 
Nov  1 14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu324AAoJEDpHF/BIuuv2+/gP/3BQFvmTBAuJFN1XJytYrrdA
+0FwSSQp/rWDJ1dvbyRvCFo0N8kQ/MDExzprZ6evrr+/F+IwOg9nodXfcKS42w6PZ
+FgKjIB6Q4vsQeYiqmPgXNKnuwmEy++MlI2s3GK3R+5LA5DawcwLo4YPUCXtjvcmX
+2yEvebLOMSF00KJTZUkZ7qq1fmCTabDpxSyud61tyFxlrJdCaBBE2Eck8B3AAWm7
+b4425aSVCusuomBA8Z4otl57W/Oxm+EZy2n0ZQ/cJFrjktbdoYp8+4QVsGCpH8Gr
+rKTMdfPHfeqPa6FkieM6reU+XSivTFcQ73iRU7aD2RfCDt6ZH6byj6seF1OHC0p2
+lYJU05pLq73c3xXe/RbZZ/PFamz6mGKtAAmT9oBk5cb5ITGE2e0tCy2CaY6z2L1u
+3vEXGov1NCpvvIBi0SXT/btyXcooPGQN6A5ci6/iRyHFnwb94tdcE3E8izD0KlA+
+YaWzdz2sYcULF4QlcjF85BNhyytj7vWi84+4E4L7s63EuNcstYh+dUHEBOfnwZsb
+00PVEGsjh314tnFTfz/NRQACG/2m0obQOW8V7gCzxR5MqLRmWphxkNsCPYh4Lkel
+T8ZJ9vyBzUD5ZZg5df2+1Auk9/A5PJqpiieuhV2NTCXzETXM+o0KDjJZhWW0Apj1
+ihkE4SkmzoCzY96/C8HN
+=mZYn
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz.md5
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz.md5 
(added)
+++ release/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz.md5 Wed 
Nov  1 14:37:57 2017
@@ -0,0 +1,2 @@
+apache-any23-service-2.1-server-embedded.tar.gz: 
+44 DB 95 0D 09 D1 2F 54  86 0C B7 8D C3 F9 F9 FF

Added: release/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz.sha512
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz.sha512 
(added)
+++ release/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz.sha512 
Wed Nov  1 14:37:57 2017
@@ -0,0 +1,3 @@
+apache-any23-service-2.1-server-embedded.tar.gz: 
+36A47E52 DE1F8AD3 E0E753C4 BD7A2E92 FE3B0E4E 8AA21159 F2A89DC6 83002AA0 
67ED534F
+ AEA31DF5 815AB97A 64DBCC0B 3A2F5B08 2EA4B1B1 AE4BC0C7 DB29B208

Added: release/any23/2.1/apache-any23-service-2.1-server-embedded.zip
==============================================================================
Binary file - no diff available.

Propchange: release/any23/2.1/apache-any23-service-2.1-server-embedded.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/2.1/apache-any23-service-2.1-server-embedded.zip.asc
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-server-embedded.zip.asc (added)
+++ release/any23/2.1/apache-any23-service-2.1-server-embedded.zip.asc Wed Nov  
1 14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu324AAoJEDpHF/BIuuv28rIQAMm1yHePHRkVRBO+yjD5WXnF
+N8OZP+Emiw1qR+KZ4rC+aewwG/cm6yc4Fxe4tzZNquNT55FuvRJNPVFCsvHy3+qv
+XPEsg46KUvjQ6zLAZSz6MywGAiafCFlwQcjCP9RV/OuqywUvsaaCh4cUSjt5nrra
+0JjWf9ut1UDJHJMolAp5w5FuBjL+3GcSatXC7/TFp97UldoQZBfN7eNrLSMSJbgq
+ZiesgUzLdKx9N8JwthbgX8uZX5zD577CL5MS0L+QMNfw1/hk6KuZCwJMvGCaC18B
+1VWfmuR/IHK922jjoiLNECXD2g7sr5BMVRWFarSKc9h0JRNhNr4eBEYuFT3Uf0mh
+1bTaPzC4ZPLfk38aNoKqIkB5OXQGE9YSttxXNO+GA1IYsR/cJIQgF3AeWDrFpTKI
+A5xLyqJWVX/NPTmtQLqI2jqpCjp+xkQXSpPTQH4iTi9PaLexg2kSniuRAGIulbu+
+/OSbNcDBg0j5bPdgoDaW7LMhaRSGJgYev0XbEzLBVa6OSLdF4zM3GbtAm6sv9n7b
+CsxJMHb+SZigvjSPHgxT/mEAJliKK5B98t/32Y9VFllRFeno2Dla2lBrKa5PWc6g
+1Jw86xbgEUbg9yil47Ibjmb8cFlVfzI6mYOptkQIjEutidQQPwjTiYEqrkzmCErD
+luL8siJ+buixjsQ8LL3O
+=QeZU
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-service-2.1-server-embedded.zip.md5
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-server-embedded.zip.md5 (added)
+++ release/any23/2.1/apache-any23-service-2.1-server-embedded.zip.md5 Wed Nov  
1 14:37:57 2017
@@ -0,0 +1,2 @@
+apache-any23-service-2.1-server-embedded.zip: 
+8E DE 74 7E 7D 3F B0 60  6C 7E F0 64 9D 12 C1 9E

Added: release/any23/2.1/apache-any23-service-2.1-server-embedded.zip.sha512
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-server-embedded.zip.sha512 
(added)
+++ release/any23/2.1/apache-any23-service-2.1-server-embedded.zip.sha512 Wed 
Nov  1 14:37:57 2017
@@ -0,0 +1,3 @@
+apache-any23-service-2.1-server-embedded.zip: 
+ECF559B2 2F007F37 F1BDBD62 5EE37FC1 61F5398E F988B0F4 DC571D47 D4059281 
6365590F
+ 73E1FB4E E1943A0C EA085C10 F2FE3A59 CFF49697 813C4579 4D277FBF

Added: release/any23/2.1/apache-any23-service-2.1-sources.jar
==============================================================================
Binary file - no diff available.

Propchange: release/any23/2.1/apache-any23-service-2.1-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/2.1/apache-any23-service-2.1-sources.jar.asc
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-sources.jar.asc (added)
+++ release/any23/2.1/apache-any23-service-2.1-sources.jar.asc Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu322AAoJEDpHF/BIuuv2PNcP/Rw5FT+phQ5ThY+yYB0JpoXo
+/ktBqFMQj8MpBuPUPBpfBlV5sn22JbIrlbmI0Y4onEcGr+UFCR8XRktdRh+d9/xO
+MHFhcvLs2HjBVQvSrRwYG6pTkuX2UWq/EtkTDk8e/vTfLARpiIfmTeFnTZvpFf9l
+1PQpEFnpgRHNWD2x+rcrYmHYcMAn393pyg7zmRe3PQeP24TmlNdhTYuSgVPsScNL
+Kao+0ta1G6I5fRPsJjOR7nEVyUeHdZBoZtHuhPgazc36LG68ScESEPfjm4UEe/vr
+epuHiIQFaRjGjS1aCkqwUBOk8JseZforR1wmf5muMoS4rVZWj1jQzoDmq3FRCN05
+LnvHql2dQmU2mBf7clspnUn74CoCwVmuqN9gFSObMuVNQqOecJ8nTDrOhITofKDW
+IJrKy4P53/ZzcsBIjnLyinr6wf6w+iOKJYmKtcDJZq/Tks5v58HGa7WH6DUTAn5v
+g/oBQYggpep/VyzDCjvWhlcUbUrvt8CUzknB/GM/4RuU6WM+tPr3B8R/vvwsnOjY
+S4SiXu10j0Qdub8P62YzfKeZo20kgccpWc2jD02L5KjtFG8Fzx9hWz2KKxfbKpn1
+G6uiikG1go8fTy2c0WsAJw7xHvlAXWswv7Gy2o430YlNP46o2kCpgLtHGd0sGK58
+xF5eCP0pp0oRmHIqoN4a
+=r1q7
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-service-2.1-sources.jar.md5
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-sources.jar.md5 (added)
+++ release/any23/2.1/apache-any23-service-2.1-sources.jar.md5 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,2 @@
+apache-any23-service-2.1-sources.jar: 52 E6 47 3E A9 2A 4B 06  2B A6 DD 5D 17 
08
+                                      0C 0A

Added: release/any23/2.1/apache-any23-service-2.1-sources.jar.sha512
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-sources.jar.sha512 (added)
+++ release/any23/2.1/apache-any23-service-2.1-sources.jar.sha512 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,4 @@
+apache-any23-service-2.1-sources.jar: 3F964B8C 1ED1BC5B 41391261 0132182C
+                                      FAF2CF38 9DC17F01 D34CC48E B9EC9BB5
+                                      B9007950 B0FC7B2F 0B24FA9C 84459928
+                                      AD4107A9 53ECA6D0 D0203F4D 14B1F3CB

Added: release/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz.asc
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz.asc (added)
+++ release/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz.asc Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu323AAoJEDpHF/BIuuv29DwQAIeN4BSx9ITAvZFX+9jzNBN2
+4M89FHjM5ArqV42Dvht5zsUBxepZcgEtPxrq2X0qdoiQ2aWZc4Mn0h28nwI2pAyh
+Tc9QR0qoPvXvzMl5S8phmZDpItrjzIwML74msDU0ssdeGe2T2bLeP89M5lQw+wO1
+v57cBs+9n+BuryuPszZdwb21XgaD2IWIouMp/r8/FnGCSvNQIylJNVk262yLRdon
+a3NjTHjbSijqIGLEXDSOZfdk8jauu+8Vbi8ScERJS8mH7K6l45ezpeeA8dzKRkRQ
+7HK3Z/Y2PGYdSFEC8DSfrf5EeBAFuKbjg5cfO1QKb/zvoGmB8qHi+OTL6EUjXn1n
++Hn2E5cTXrwO3G0szEppHGgtKkjkrahMFu3UxpEgqiVW5PRtLVYJJcDtq4B7odSp
+1pKVn5XL483lXnCXVSdEHK+bkrlBuHUjsQFIGEcj7GQZ4KSPloIHTKqQ+PtMucKZ
+JmohPTEH7rkZFBXw41Av1rzlOz0UK57gaoNRFdpPUMNv0qJzsrEtOZBSga2rNG/B
+4/wrAJPYJmE7EZsJvP+0qaNLnv5M97VIg7B7AzsmD0q5kkePY6JBzH379l8yn9zE
+DvI2mGViarHAan2Ao84qSW1NZT/i/AB3z8HGolkZR0hmPy9Ikac8hmDP/toUa062
+d3Q7Hzo84uIIq79le7he
+=B8wO
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz.md5
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz.md5 (added)
+++ release/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz.md5 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,2 @@
+apache-any23-service-2.1-with-deps.tar.gz: 
+43 95 0A 9D AE F1 21 B6  B2 33 2B 5E 23 17 5C E7

Added: release/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz.sha512
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz.sha512 (added)
+++ release/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz.sha512 Wed Nov  
1 14:37:57 2017
@@ -0,0 +1,3 @@
+apache-any23-service-2.1-with-deps.tar.gz: 
+9383D845 A3D7D21F 2874A8CF 9A613896 CF0B29B4 475815A3 37054005 54E0ACA6 
85BCC037
+ 9388A080 E58C1CC4 BFABAB3E 4102F1FF 8661BD5E E8173897 F1F3017B

Added: release/any23/2.1/apache-any23-service-2.1-with-deps.zip
==============================================================================
Binary file - no diff available.

Propchange: release/any23/2.1/apache-any23-service-2.1-with-deps.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/2.1/apache-any23-service-2.1-with-deps.zip.asc
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-with-deps.zip.asc (added)
+++ release/any23/2.1/apache-any23-service-2.1-with-deps.zip.asc Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu323AAoJEDpHF/BIuuv2868QAIUx6r6QebwZLnFEbSAuHQDA
+Ppk+4Y5uwT661puSzbwnd3PsQpj38LGoUfGzWZbbngGQvEgfn+Isg5GR24r5AjoP
+tu0z/yy3WCYbhUkFj9Ku/VmWNc+WAPwiVDGuCKdmjmsGajAR0HbQGVV5LG1eISME
+oFNMNX7bTWvW3UX3xaG7GYkPuDcMLY0Am1v3X+Q//wn/6SgDRuGnqfttnf4Ttv7E
+bslEpOU2TG+VNfMj0MEFi36aOmYJ1MJ5MUNtl5UJaj7NuImjB9x6GpPcJQ/xY4og
+mhrv4T9/LfxGqzAS12733+UuzVuk8U1RUqLEBdxUprXpWMOpaGtxQ4Sh18H4qkjg
+5ME7F1mq5/Bs4UGr4T44v2VwGqXgYjisOPkN7U3+p+TELR5jDVBrcQUx2Z152Oew
+9FvlCeGVRJtshNDDJ6U4YYuBt2bImJ3uDjEw2PP9WYh1k7+Bc5H/O7fuAiMHFYVc
+U8ie+s3+eU7ohYOA9k7+8wKfp2Y1SHIK0jOqz3kz1AjwtZqYawLVgCBOpGFVF019
+woCfLgwjQV4LUNA2/tsuaqeS4sDfPKTuyeVN16JcaTH7WKVXkR+0zrmhdUr3bEz2
+1bXyKpV+BeejsRQqEGyTCGVm+wL8cdzcD2Xgq+ouqbIx77OzgXlI+VI3L3adfdMc
+V35o93S+YiTGQ7Q6jd4n
+=wycw
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-service-2.1-with-deps.zip.md5
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-with-deps.zip.md5 (added)
+++ release/any23/2.1/apache-any23-service-2.1-with-deps.zip.md5 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,2 @@
+apache-any23-service-2.1-with-deps.zip: 71 C4 C6 DE 33 BF 23 DE  45 B5 1D ED 4C
+                                        57 01 D4

Added: release/any23/2.1/apache-any23-service-2.1-with-deps.zip.sha512
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-with-deps.zip.sha512 (added)
+++ release/any23/2.1/apache-any23-service-2.1-with-deps.zip.sha512 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,4 @@
+apache-any23-service-2.1-with-deps.zip: CCFB67AB 40330976 4322D011 3698231F
+                                        42A885B2 B55F0E57 C3A25937 417CB471
+                                        E2BAD66B 438B5154 F4F5EF50 B729023B
+                                        4E834C12 7410BC82 8AF763F9 5638D0E8

Added: release/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz.asc
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz.asc (added)
+++ release/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz.asc Wed Nov  
1 14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu323AAoJEDpHF/BIuuv2u9UP/1uRFDKNjSbaXWJ/dqtXAvGf
+xUGK9yWEifK44OBUlQrwh+Rjlz3KVIj+mN48Qw58MyWYH+E8cly+jaXT1P/E7vaK
+O5zTDdXOVqL49E4wBArbHywiQLhz6yywd+5HqAvpNvga3CUhHwfuUxgFcoUn1hqC
+iqCo3wQceNW65CaXVl0sjsfFj90YX5EBoJoOrgSPoidvqAKQleN0qY4rpa2FG0uz
+LOiV1ilnZaN1OV1sDTC7KH0MJw1hbwVm19c0p/UcmjuI5maRrBddqY8HhU9adotQ
+CMTrLqvIWGFiqzw1lpnuyM/yFLKmdADAKiw90lEN6Er+eV3yXoQ90KqMB6Wrs4jz
+q7vVvhnlFT50LgNqTJrufAiTRWkkr0nzb+hm5rOgQe0YgkO6gHHLvO1R+mjGo69y
+vdn29gNmIAH8mgEtNFfuAsqVK1r8TjxWD91b2wu1l+g9AnkKt4RG0CXGGt0rjAig
+T5+lw+ifrN2Ts9p6kTv7yk45YmTcbhuGWWR11VVBAcCeHQ0wB3oD85OXWnYy5UFJ
+4yd9IwC1UxvH42Znw8OPMzC+4/zaR9q6fpJubaTjrBlrD6kSaIKkv44GMXMraR5+
+CoLsWVWfn5rZG8MwCL5YXeaCoXP9hzJs4xnQLiayUpvBdzhQ3vowWsPx9BmHqaz/
+sV+yFD0tK7uW7b8TMulc
+=KJoh
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz.md5
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz.md5 (added)
+++ release/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz.md5 Wed Nov  
1 14:37:57 2017
@@ -0,0 +1,2 @@
+apache-any23-service-2.1-without-deps.tar.gz: 
+DE E7 3B 17 EE 69 91 39  68 A7 B4 A2 22 CA 7F 52

Added: release/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz.sha512
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz.sha512 
(added)
+++ release/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz.sha512 Wed 
Nov  1 14:37:57 2017
@@ -0,0 +1,3 @@
+apache-any23-service-2.1-without-deps.tar.gz: 
+736738E0 4A5CCFAD BD8D0E8B 9BFC9DB0 BFAB128B 46B34A10 FC83A6A5 0B03F93B 
E05738C9
+ B6C4CE3D C665A94E 7E6C98CB E50D9312 F73800AF 58BC6FFD A0B98227

Added: release/any23/2.1/apache-any23-service-2.1-without-deps.war
==============================================================================
Binary file - no diff available.

Propchange: release/any23/2.1/apache-any23-service-2.1-without-deps.war
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/2.1/apache-any23-service-2.1-without-deps.war.asc
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-without-deps.war.asc (added)
+++ release/any23/2.1/apache-any23-service-2.1-without-deps.war.asc Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu322AAoJEDpHF/BIuuv2iJUP+wYXHo74y8v2V4wAenp3ZL1j
+79f4TRU0ElX4uh4J1l8MRRie84gQY+uNpTtR458gsfraHC23sU76UFNtMyW/OSRn
+CfbSpmP7YRenLh1JYiAsHjDyKY5yNu3sEOw8NW2ZnWeYTTYBhzNraDXs1ubBPeVm
+fq5+v+ff5qlNyGjBo/lx0UqQbm3VeTD79lzn3x9Pi+tvLVRi0zmpRqgRrNN1zePx
+RUzGRAEJKaUsZcgM1SC8vbTJAV0TTqnmKScKD1q09OP94p79szkQ9qFWrO8GBOMU
+veeEFNC66kOH+ed9ZjlKYKbtNFgAwRYU23RT6/gO3KPg2cfs4Hf4Avc7zWeaWDfU
+rL8gmeSOuOFuh8O/RRpggmtAne4jZA9rigeViTVINoe2O3LUln3fFgzPV2ZPtuIV
+OHpyo1zpjF/QVF/hU1gVv+eeuTxGh2woKqBQ6pavOS7P0q04l2+fWVXXAvYg8y3C
+SaLZro3bQWIXrRyrb5+UQ7riaatHRL7B8dkhXXsg9ALqubjFiCzV8MlRegvQTf2l
+C8SZeBixInSN2sO9FHvVJ8evDHdumx0mC1Kl/rKHVLWGdj+eUPKAOmiS8N+Kq0ds
+gra8KEc29Hnkrt1dhvb1mK5fy9AD/YH4UcEUIu8103UFsNaIj5oWbzn9Ry4ZZEFc
+m3z6qWGa6VZMgQaf9PcX
+=h8sC
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-service-2.1-without-deps.war.md5
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-without-deps.war.md5 (added)
+++ release/any23/2.1/apache-any23-service-2.1-without-deps.war.md5 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,2 @@
+apache-any23-service-2.1-without-deps.war: 
+EB 26 10 EE 3F B5 F9 5F  9C 81 93 48 58 2D 3B 30

Added: release/any23/2.1/apache-any23-service-2.1-without-deps.war.sha512
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-without-deps.war.sha512 (added)
+++ release/any23/2.1/apache-any23-service-2.1-without-deps.war.sha512 Wed Nov  
1 14:37:57 2017
@@ -0,0 +1,3 @@
+apache-any23-service-2.1-without-deps.war: 
+F2910491 5D0C9F29 89298BA2 D3424D3E 4B3DDF5E 0E8206F3 572A0BB7 6FD18095 
4493CDF8
+ 5FC979DC CFB6EA0C 9A3E2B57 D4029A78 2EFD7848 3F8CF93B 0C6A7073

Added: release/any23/2.1/apache-any23-service-2.1-without-deps.zip
==============================================================================
Binary file - no diff available.

Propchange: release/any23/2.1/apache-any23-service-2.1-without-deps.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/2.1/apache-any23-service-2.1-without-deps.zip.asc
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-without-deps.zip.asc (added)
+++ release/any23/2.1/apache-any23-service-2.1-without-deps.zip.asc Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu323AAoJEDpHF/BIuuv275wQAJmcXjCXaxIMkNviv4Da8shJ
+oEcR9so6fUuQq/iLe+RilmJQAOC+HDKqwkUy8k3rMjuKL6KXhS/nky0Ot/Sq9vVj
+QZbmDlboStVuOBgLldvv74oInYiHA5oYS9ITpcISwrdOfbZWqoo0UVhi/sjZLEME
+DKwUlP5581H5P1dW5SC/CHCGpzGsdT1jXqbsikZWgCB9BJ1dzpkb1zL173Bp1Cd3
+3jXxdnFJN0FOzPIozJcD3pgHJw0NdGKogMvknzIeTRVf7tdQsbj1GzyWRGkM3awC
+Az83/+spk8LoTjC9P4aaHG/pmpt4BQ8H0oYNFqNiofq9GGSfiS1O9Zbqk1yFx3SC
+U30e5aJvJ+YkvB/u7LAHkugtU+Qo/XOJO5ELl3D1kjHLstYREjA3j+uyVukWMyc+
+dEZhzQSUYLyYwljFXhaYHM3GOgp9RRfdz3haXIhobhU/Bp7YC+g/7SAvu8Nnfq5B
+Q6ioFkmst+ffwJFT4FCRMWuU0wEFFPNTFftYnPEMfNiOGDHVUDspApU6wvgMTz6W
+ViaO6o73kzOWlTccKasB0tOHCIIqAe6LC7pYxqG83Jn26YODbNOdeH6fP3veZ0mM
+6qWVqGThXxFav1A/9g4iKN2Z8F0uLJi32vZa+eCnervN9IGrafpfWIkhbq4E5/Q8
+9AjlyZUCM5XQ56okOtJN
+=fUL7
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-service-2.1-without-deps.zip.md5
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-without-deps.zip.md5 (added)
+++ release/any23/2.1/apache-any23-service-2.1-without-deps.zip.md5 Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,2 @@
+apache-any23-service-2.1-without-deps.zip: 
+1B 8D 0B 8C CF 77 4B 30  15 9F 8F 54 6D 08 9A B6

Added: release/any23/2.1/apache-any23-service-2.1-without-deps.zip.sha512
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1-without-deps.zip.sha512 (added)
+++ release/any23/2.1/apache-any23-service-2.1-without-deps.zip.sha512 Wed Nov  
1 14:37:57 2017
@@ -0,0 +1,3 @@
+apache-any23-service-2.1-without-deps.zip: 
+B7804AAA 7ECBDEDC FD98FA4D 07F62603 B84F1C36 C491DC13 0CE76FA8 23931D39 
850FA986
+ 43E5E7EA 6897E4B3 5A3BD4DB DDD66191 7581EEC2 6FE3CAA2 715B6B6C

Added: release/any23/2.1/apache-any23-service-2.1.pom
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1.pom (added)
+++ release/any23/2.1/apache-any23-service-2.1.pom Wed Nov  1 14:37:57 2017
@@ -0,0 +1,205 @@
+<?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.any23</groupId>
+    <artifactId>apache-any23</artifactId>
+    <version>2.1</version>
+    <relativePath>../</relativePath>
+  </parent>
+
+  <artifactId>apache-any23-service</artifactId>
+  <packaging>war</packaging>
+
+  <name>Apache Any23 :: Service</name>
+  <description>Any23 Frontend and REST Service implementation.</description>
+
+  <properties>
+    <!-- the following property is used in the bash script as well, don't 
remove it! -->
+    <jetty.runner.version>8.1.16.v20140903</jetty.runner.version>
+  </properties>
+
+  <dependencies>
+    <!-- Core Module -->
+    <dependency>
+      <groupId>org.apache.any23</groupId>
+      <artifactId>apache-any23-core</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+
+    <!-- Logging -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>${slf4j.logger.version}</version>
+      <scope>test</scope>
+    </dependency>
+
+    <!-- BEGIN: Servlet Deps. -->
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>servlet-api-3.0</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty-servlet-tester</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- END:   Servlet Deps. -->
+
+    <!-- BEGIN: Jetty Deps. -->
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty-runner</artifactId>
+      <version>${jetty.runner.version}</version>
+      <scope>provided</scope>
+      <optional>true</optional>
+    </dependency>
+    <!-- END:   Jetty Deps. -->
+
+    <!-- BEGIN: Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- END: Test Dependencies -->
+
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.mortbay.jetty</groupId>
+        <artifactId>jetty-maven-plugin</artifactId>
+        <version>8.1.16.v20140903</version>
+        <configuration>
+          <webAppConfig>
+            <contextPath>/${project.artifactId}</contextPath>
+          </webAppConfig>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <configuration>
+          <webResources>
+            <resource>
+              <directory>${basedir}/src/main/resources/</directory>
+              <targetPath>/resources</targetPath>
+              <filtering>true</filtering>
+            </resource>
+          </webResources>
+        </configuration>
+        <executions>
+          <execution>
+            <id>self-contained-war</id>
+            <phase>package</phase>
+            <goals>
+              <goal>war</goal>
+            </goals>
+            <configuration>
+              <webResources>
+                <resource>
+                  
<directory>${project.build.directory}/war-legals/with-deps/</directory>
+                  <targetPath>/META-INF</targetPath>
+                </resource>
+              </webResources>
+            </configuration>
+          </execution>
+          <execution>
+            <id>war-without-deps</id>
+            <phase>package</phase>
+            <goals>
+              <goal>war</goal>
+            </goals>
+            <configuration>
+              <classifier>without-deps</classifier>
+              <packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
+              <archive>
+                <manifest>
+                  <addClasspath>true</addClasspath>
+                  <classpathPrefix>lib/</classpathPrefix>
+                </manifest>
+              </archive>
+              <webResources>
+                <resource>
+                  
<directory>${project.build.directory}/war-legals/without-deps/</directory>
+                  <targetPath>/META-INF</targetPath>
+                </resource>
+              </webResources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <!-- Generates the distribution package -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>prepare-package</id>
+            <phase>prepare-package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <configuration>
+              <attach>false</attach>
+              <finalName>war-legals</finalName>
+              <appendAssemblyId>false</appendAssemblyId>
+              <descriptors>
+                
<descriptor>${basedir}/src/main/assembly/prepare-war-legals.xml</descriptor>
+              </descriptors>
+            </configuration>
+          </execution>
+        </executions>
+        <configuration>
+          <descriptors>
+            <descriptor>${basedir}/src/main/assembly/with-deps.xml</descriptor>
+            
<descriptor>${basedir}/src/main/assembly/without-deps.xml</descriptor>
+            
<descriptor>${basedir}/src/main/assembly/server-embedded.xml</descriptor>
+          </descriptors>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <resources>
+          <resource>
+            <directory>${basedir}/../</directory>
+            
<targetPath>${project.build.directory}/apidocs/META-INF</targetPath>
+            <includes>
+              <include>LICENSE.txt</include>
+              <include>NOTICE.txt</include>
+            </includes>
+          </resource>
+        </resources>
+      </build>
+    </profile>
+  </profiles>
+
+</project>

Added: release/any23/2.1/apache-any23-service-2.1.pom.asc
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1.pom.asc (added)
+++ release/any23/2.1/apache-any23-service-2.1.pom.asc Wed Nov  1 14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu322AAoJEDpHF/BIuuv24vEQAMudxnCy8TWf7NXG+PfaVeJe
+yuBiIuY/f8gfhvuoRFGQn4rDV2aY54dyvMJkePXnTr+8/vprultZjibH+NmvtmtL
+12xZZaNyQKj0OFCNXEgk6zwfpbIwG10sjQy2JmszZaNv1S8Y2WFV8n4r3daRCYMo
+ApCgzV/t23SiVQYg49p1qWHjYe4AaECYgI9nTWjGxIsJJRkYv6ya97HZ7nGTThJB
+b9TocEmFnMMDV1KSI6s3+mzYFQf2h5i5gCgCTFHV325gNsDAFZSBiWUQfalGbQTu
+J8AwbthpUk+l3ILZyOxj/daNLLb1X6yCPFeHePvad0g3i7RU86MIYCKmdhi/rL8t
+5i1ICgzSVtuxZVaFtCbFKa+Gbm6B1amZieYEiEbytceWt8cKXU2wuYtkzNy4SQcY
+sHRjovGQMvx0uJkKuKWmE1QejkEGzs3qpv+TGIBuAWlKi1dQXaegZ5KV3x5MO85T
+W1J88gGxpgYtnkRUvBESF3LgRopMmBbJ96YQYTPAiyxYqr9uj+u772LXCoCHqdV+
+9kMW45webQJjUnH3cJ0N8vcRe4PzdB4RBvu1CDdtAW5GVWxMx4LttzBeyRiQoeN/
+kwOkaje8LdVnCXEJTNl2bA3C3G1LqYHVGfvLn/pg9Q5fSU/BSta7N+VL7voFXfZp
+WbBOdHbI4XHdlnrmziUT
+=jAOT
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-service-2.1.pom.md5
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1.pom.md5 (added)
+++ release/any23/2.1/apache-any23-service-2.1.pom.md5 Wed Nov  1 14:37:57 2017
@@ -0,0 +1 @@
+apache-any23-service-2.1.pom: B1 AA 8A 03 49 6E A5 DC  27 D4 E0 70 1E 1E C1 F1

Added: release/any23/2.1/apache-any23-service-2.1.pom.sha512
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1.pom.sha512 (added)
+++ release/any23/2.1/apache-any23-service-2.1.pom.sha512 Wed Nov  1 14:37:57 
2017
@@ -0,0 +1,4 @@
+apache-any23-service-2.1.pom: 31AD05ED A087774A 191D0436 6D2D505C 9CAA2360
+                              D9C63AA9 61AF08DA 110013E8 B18CA887 966D3A85
+                              A3273A65 EDB026DD 5BFDD0AF 0076E745 0E26491F
+                              6151BFB3

Added: release/any23/2.1/apache-any23-service-2.1.war
==============================================================================
Binary file - no diff available.

Propchange: release/any23/2.1/apache-any23-service-2.1.war
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/2.1/apache-any23-service-2.1.war.asc
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1.war.asc (added)
+++ release/any23/2.1/apache-any23-service-2.1.war.asc Wed Nov  1 14:37:57 2017
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJZu322AAoJEDpHF/BIuuv2caIQAMFiiIBYdt4DOWASiSGvdp9K
+xlb+sg8sZN1WpNbmYlilAlf7JDWiSSgPnD3oeK3fnQDYisZ5/6hJB53dQWdOoGQz
+00dN49X5mDtzQUocCVoNsdrTQh/VXnmmI+Ev2ELHLgDeB0x2EPKkrIa+C4aEYdUh
+CHOul3HsPXGGaxxK+lJFeWuDlDdPxopguQ6rbly+eoS1h0dqkkhOIvb8F70q9ltm
+5dNuYyPqyLoazwD2XdHe8JoiYqzaXPrk4iwOobPx6LNRn8Eo9u1qwerISHOTwdLr
+vCjtkmQksOsAvBdx8fEl508ZeHNfmAGFbFW9PMp/pDTFxieQtvZI1/WHtNHcEKI/
+nPTZH/Z0ZV3MfPFGQaSHE7AEmYkkN8vRE84DNpZOgFIDcuj2Bty8SsCGYmifFCf/
+LSSYiPgVMJlLvcb3AeHjES5fcdzIKBv/PXX9xDUoI67mP10IKITxH/sMTkl6IG2u
+GOYvVDNeaXDrOd28poxemM6TTWE1uU4/GhALgoFzTXbGMissjy5kGmnuG7/hELlN
+bj2K/djeglLYk/KalRnq0qdyeE8SK5jWm8sp2x5pNtoyOd7Qd7Vb4H+zluA27d+6
+VGtXEGEwVHHjW69ioG53jbixRlgMhz4ZlIi6MKsLYXim/B+3n+uxVL2GxcQ19NX6
+e4T0btc9ue89gtBzCZ+E
+=eczj
+-----END PGP SIGNATURE-----

Added: release/any23/2.1/apache-any23-service-2.1.war.md5
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1.war.md5 (added)
+++ release/any23/2.1/apache-any23-service-2.1.war.md5 Wed Nov  1 14:37:57 2017
@@ -0,0 +1 @@
+apache-any23-service-2.1.war: A4 61 33 3F 71 F5 AF 52  F4 B5 A0 F6 AD 22 90 75

Added: release/any23/2.1/apache-any23-service-2.1.war.sha512
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1.war.sha512 (added)
+++ release/any23/2.1/apache-any23-service-2.1.war.sha512 Wed Nov  1 14:37:57 
2017
@@ -0,0 +1,4 @@
+apache-any23-service-2.1.war: EF6E5C15 0048AABB 3C5AE74E BF7E5FFA BA3C66B1
+                              3254342A 43B5E9DB 8DAEB359 3C00EF61 C833413F
+                              200D5770 A4FC7E0E 1B34E245 998D4100 768246E4
+                              8BAFB194

Added: release/any23/2.1/apache-any23-service-2.1/META-INF/LICENSE.txt
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1/META-INF/LICENSE.txt (added)
+++ release/any23/2.1/apache-any23-service-2.1/META-INF/LICENSE.txt Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,233 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.
+
+APACHE ANY23 DEPENDENCIES:
+
+The Apache Any23 distribution packages include a number of dependencies with
+separate copyright notices and license terms. Your use of the binaries for 
these
+dependencies is subject to the terms and conditions of the following licenses.
+
+For the jQuery component (http://jquery.com/)
+Copyright (c) 2012 John Resig, http://jquery.com/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+For the Twitter Bootstrap components (http://twitter.github.com/bootstrap/)
+This is licensed under the The Apache Software License, Version 2.0, see above

Added: release/any23/2.1/apache-any23-service-2.1/META-INF/NOTICE.txt
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1/META-INF/NOTICE.txt (added)
+++ release/any23/2.1/apache-any23-service-2.1/META-INF/NOTICE.txt Wed Nov  1 
14:37:57 2017
@@ -0,0 +1,21 @@
+Apache Any23
+Copyright 2011-2017 The Apache Software Foundation
+Copyright 2008-2011 Digital Enterprise Research Institute (DERI)
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+
+This product includes software developed by
+Aduna Software (http://www.aduna-software.org/)
+
+This product includes software developed by
+MetaStuff, Ltd. (http://dom4j.org)
+
+ASM - Copyright (c) 2000-2011 INRIA, France Telecom
+All rights reserved. (http://asm.ow2.org/)
+
+This product includes software developed by
+jQuery Foundation (http://jquery.org/)
+
+This product includes software developed by
+Twitter, Inc (http://twitter.github.com/bootstrap/)

Added: release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/form.html
==============================================================================
--- release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/form.html (added)
+++ release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/form.html Wed 
Nov  1 14:37:57 2017
@@ -0,0 +1,414 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" 
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd";>
+<!--
+  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.
+-->
+<html xmlns:lang="en"
+    xmlns:xhtml="http://www.w3.org/1999/xhtml";
+    xmlns:dc="http://purl.org/dc/elements/1.1/";>
+  <head>
+    <title>Apache Any23: Anything To Triples - Service ${project.version} 
(${implementation.build.tstamp})</title>
+    <link rel="stylesheet" type="text/css" 
href="resources/css/bootstrap.min.css" />
+    <script type="text/javascript" 
src="resources/js/jquery-1.7.2.min.js"></script>
+    <script type="text/javascript" 
src="resources/js/bootstrap-modal.js"></script>
+    <script type="application/javascript">
+jQuery( document ).ready( function($)
+{
+    $.each( $( '.app-base-uri' ), function()
+    {
+        $( this ).text( document.location );
+    });
+
+    $( '#app-path' ).text( document.location.pathname );
+    $( '#app-host' ).text( document.location.host );
+} );
+
+function showModal( id )
+{
+    $( id ).modal( 'show' );
+}
+    </script>
+  </head>
+  <body>
+  <div class="container">
+    <a href="http://any23.apache.org/"; title="Apache Any23 Dev Site" 
target="_blank">
+        <img
+            alt="Apache Any23 Dev Site"
+            src="resources/images/logo-any23-214x97.png"
+            width="90"
+        /></a>
+      <a href="http://www.apache.org/"; title="Apache Software Foundation" 
target="_blank">
+        <img
+            alt="Apache Software Foundation"
+            src="resources/images/logo-apache-90x30.png"
+            width="90"
+        /></a>
+
+    <h1>Apache Any23 - Anything To Triples - Live Service Demo</h1>
+    <p>Parses Microformats, RDFa, Microdata, RDF/XML, Turtle, N-Triples, 
JSON-LD and NQuads.</p>
+    <p>Download and install Any23: visit the <a 
href="http://any23.apache.org/"; target="_blank">Developers Site</a> and the <a 
href="http://any23.apache.org/getting-started.html"; 
target="_blank">Documentation</a>.
+    <hr />
+    <h2>Convert document at IRI</h2>
+    <form class="well form-horizontal" method="get" action="any23/">
+      <label>Pick an output format and enter the IRI of a web document:</label>
+
+      <div class="control-group">
+        <label class="control-label app-base-uri" 
for="format">http://.../</label>
+        <div class="controls">
+            <select id="format" name="format">
+            <option value="best" selected="selected">best</option>
+            <option value="turtle">turtle</option>
+            <option value="ntriples">ntriples</option>
+            <option value="rdfxml">rdfxml</option>
+            <option value="nquads">nquads</option>
+            <option value="trix">trix</option>
+            <option value="json">json</option>
+          </select>/<input type="text" size="50" name="uri" 
value="http://twitter.com/cygri"; />
+        </div>
+      </div>
+      <div class="control-group">
+        <label class="control-label" 
for="url-validation-get">Validation</label>
+        <div class="controls">
+          <select id="url-validation-get" name="validation-mode" 
onclick="if(document.getElementById('url-validation-get').value.indexOf('validate')
 == 0) { document.getElementById('url-report-get').checked = true; }">
+          <option value="none">none</option>
+          <option value="validate">validate</option>
+          <option value="validate-fix">validate+fix</option>
+        </select>
+          <a href="javascript:showModal( '#sPopup-fix' );">[?]</a>
+        </div>
+      </div>
+      <div class="control-group">
+        <label class="control-label" for="url-report">Report</label>
+          <div class="controls">
+           <label class="checkbox">
+             <input id="url-report-get" type="checkbox" name="report">
+             <a href="javascript:showModal( '#sPopup-report' );">[?]</a>
+          </label>
+        </div>
+      </div>
+      <div class="control-group">
+        <label class="control-label" for="url-annotate-get">Annotate</label>
+          <div class="controls">
+           <label class="checkbox">
+             <input id="url-annotate-get" type="checkbox" type="checkbox" 
name="annotate">
+             <a href="javascript:showModal( '#sPopup-annotate' );">[?]</a>
+          </label>
+        </div>
+      </div>
+    <div class="form-actions">
+      <button type="submit" class="btn btn-primary">Convert</button>
+      <button type="reset" class="btn">Cancel</button>
+    </div>
+    </form>
+    <hr />
+
+    <h2>Convert copy&amp;pasted document</h2>
+    <form class="well form-horizontal" method="post" action="any23/">
+      <div class="control-group">
+        <label class="control-label" for="type">Input format</label>
+        <div class="controls">
+            <select id="type" name="type">
+            <option value="">auto-detect</option>
+            <option value="text/html">HTML with Microformats, RDFa 
(text/html)</option>
+            <option value="application/xhtml+xml">XHTML with Microformats, 
RDFa, Microdata (application/xhtml+xml)</option>
+            <option value="text/turtle">Turtle (text/turtle)</option>
+            <option value="text/nt">N-Triples (text/nt)</option>
+            <option value="text/nq">N-Quads (text/nq)</option>
+            <option value="application/trix">TriX (application/trix)</option>
+            <option value="application/rdf+xml">RDF/XML 
(application/rdf+xml)</option>
+            <option value="text/csv">CSV (text/csv)</option>
+            <option value="application/ld+json">JSON-LD 
(application/ld+json)</option>
+          </select>
+        </div>
+      </div>
+      <div class="control-group">
+        <label class="control-label" for="out-format">Output format</label>
+        <div class="controls">
+            <select id="out-format" name="format">
+            <option value="best" selected="selected">best 
(content-negotiated)</option>
+            <option value="turtle">turtle</option>
+            <option value="ntriples">ntriples</option>
+            <option value="rdfxml">rdfxml</option>
+            <option value="nquads">nquads</option>
+            <option value="trix">trix</option>
+            <option value="json">json</option>
+          </select>
+        </div>
+      </div>
+      <div class="control-group">
+        <label class="control-label" 
for="url-validation-post">Validation</label>
+        <div class="controls">
+          <select id="url-validation-post" name="validation-mode" 
onclick="if(document.getElementById('url-validation-post').value.indexOf('validate')
 == 0) { document.getElementById('url-report-post').checked = true; }">
+            <option value="none">none</option>
+            <option value="validate">validate</option>
+            <option value="validate-fix">validate+fix</option>
+          </select>
+          <a href="javascript:showModal( '#sPopup-fix' );">[?]</a>
+        </div>
+      </div>
+      <div class="control-group">
+        <label class="control-label" for="url-report">Report</label>
+          <div class="controls">
+           <label class="checkbox">
+             <input id="url-report-post" type="checkbox" name="report">
+             <a href="javascript:showModal( '#sPopup-report' );">[?]</a>
+          </label>
+        </div>
+      </div>
+      <div class="control-group">
+        <label class="control-label" for="url-annotate-post">Annotate</label>
+          <div class="controls">
+           <label class="checkbox">
+             <input id="url-annotate-post" type="checkbox" type="checkbox" 
name="annotate">
+             <a href="javascript:showModal( '#sPopup-annotate' );">[?]</a>
+          </label>
+        </div>
+      </div>
+
+        <textarea class="span11" name="body" rows="12">@prefix foaf: 
&lt;http://xmlns.com/foaf/0.1/&gt; .
+
+[] a foaf:Person;
+    foaf:name "John X. Foobar";
+    foaf:mbox_sha1sum "cef817456278b70cee8e5a1611539ef9d928810e";
+    .</textarea>
+      
+    <div class="form-actions">
+      <button type="submit" class="btn btn-primary">Convert</button>
+      <button type="reset" class="btn">Cancel</button>
+    </div>
+
+    </form>
+    <hr />
+
+    <h2>API quick reference</h2>
+    <h3>Examples</h3>
+    <ul>
+      <li><code><a href="best/twitter.com/cygri"><span 
class="app-base-uri">http://.../</span>best/twitter.com/cygri</a></code></li>
+      <li><code><a href="rdfxml/http://data.gov";><span 
class="app-base-uri">http://.../</span>rdfxml/http://data.gov</a></code></li>
+      <li><code><a href="ttl/http://www.w3.org/People/Berners-Lee/card";><span 
class="app-base-uri">http://.../</span>ttl/http://www.w3.org/People/Berners-Lee/card</a></code></li>
+      <li><code><a href="?uri=http://dbpedia.org/resource/Berlin";><span 
class="app-base-uri">http://.../</span>?uri=http://dbpedia.org/resource/Berlin</a></code></li>
+      <li><code><a 
href="?format=nt&uri=http://dbpedia.org/resource/Berlin";><span 
class="app-base-uri">http://.../</span>?format=nt&uri=http://dbpedia.org/resource/Berlin</a></code></li>
+    </ul>
+    <h3>Compact API</h3>
+    <p>HTTP GET requests can be made
+      to IRIs of the shape</p>
+    <pre><span 
class="app-base-uri">http://.../</span><em>format</em>/<em>input-uri</em></pre>
+    <p>The response is the input document converted to the desired output 
format.</p>
+
+    <h3>Form-style GET API</h3>
+    <p>HTTP GET requests can be made to
+      the IRI
+      <code class="app-base-uri">http://.../</code> with the following
+      query parameters:
+    </p>
+    <table class="table">
+      <tr><th>uri</th><td>IRI of an input document.</td></tr>
+      <tr><th>format</th><td>Desired output format, defaults to 
<code>best</code>.</td></tr>
+      <tr><th>validation-mode</th><td>The validation level to be applied on 
the input. Possible values:<br/>
+          <code>none</code> (no validation applied);<br/>
+          <code>validate</code>(apply validation and produce validation report 
if <code>annotate</code> flag is enabled);<br/>
+          <code>validate+fix</code>(apply validation, try to fix detection 
issues and produce validation report if <code>annotate</code> flag is 
enabled).</td>
+      </tr>
+      <tr><th>annotate</th><td>If specified the output RDF will contain 
extractor specific scope comments.<br/>Possible values: 
<code>on</code>/<code>off</code></td></tr>
+      <tr><th>report</th><td>If specified will produce a full XML report 
containing extraction and validation issues other than produced 
metadata.<br/>Possible values: <code>on</code>/<code>off</code></td></tr>
+    </table>
+    Such URL will return an HTTP <i>302</i> redirect to <code><span 
class="app-base-uri">http://...</span>any23/<em>format</em></code>.<br/>
+    <p>The response is the input document converted to the desired output 
format.</p>
+
+    <h3>Direct POST API</h3>
+    <p>HTTP POSTing a document body to
+      <code><span 
class="app-base-uri">http://.../</span><em>format</em></code> will convert
+      the document to the specified output format. <br/>
+      The media type of the input
+      has to be specified in the <code>Content-Type</code> HTTP header.
+      Depending on the servlet container, a <code>Content-Length</code> header 
specifying
+      the length of the input document in bytes might also be required.<br/>
+      Typical media types for supported input formats are:
+    </p>
+    <table class="table">
+      <tr><th>Input format</th><th>Media type</th></tr>
+      <tr><th>HTML</th><td><code>text/html</code></td></tr>
+      <tr><th>RDF/XML</th><td><code>application/rdf+xml</code></td></tr>
+      <tr><th>Turtle</th><td><code>text/turtle</code></td></tr>
+      <tr><th>N-Triples</th><td><code>text/nt</code></td></tr>
+      <tr><th>N-Quads</th><td><code>text/nq</code></td></tr>
+      <tr><th>TriX</th><td><code>application/trix</code></td></tr>
+    </table>
+    <p>Example POST request:</p>
+    <pre>POST <span id="app-path">/</span>rdfxml HTTP/1.0
+Host: <span id="app-host">example.com</span>
+Content-Type: text/turtle
+Content-Length: 174
+
+@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
+
+[] a foaf:Person;
+    foaf:name "John X. Foobar";
+    foaf:mbox_sha1sum "cef817456278b70cee8e5a1611539ef9d928810e";
+    .</pre>
+
+    <h3>Form-style POST API</h3>
+    <p>A document body can also be converted by HTTP POSTing form data to
+      <code><span class="app-base-uri">http://.../</span></code>. <br/>
+      The <code>Content-Type</code> HTTP header must be set to
+      <code>application/x-www-form-urlencoded</code>. The following
+      parameters are supported:
+    </p>
+    <table class="table">
+      <tr><th>type</th><td>Media type of the input, see the table above. If 
not present, auto-detection will be attempted.</td></tr>
+      <tr><th>body</th><td>Document body to be converted.</td></tr>
+      <tr><th>format</th><td>Desired output format; defaults to 
<code>best</code>.</td></tr>
+      <tr><th>validation-mode</th><td>The validation level to be applied on 
the input. Possible values:<br/>
+        <code>none</code> (no validation applied);<br/>
+        <code>validate</code>(apply validation and produce validation report 
if <code>annotate</code> flag is enabled);<br/>
+        <code>validate+fix</code>(apply validation, try to fix detection 
issues and produce validation report if <code>annotate</code> flag is 
enabled).</td>
+      </tr>
+      <tr><th>annotate</th><td>If specified the output RDF will contain 
extractor specific scope comments.<br/>Possible values: 
<code>on</code>/<code>off</code></td></tr>
+      <tr><th>report</th><td>If specified will produce a full XML report 
containing extraction and validation issues other than produced 
metadata.<br/>Possible values: <code>on</code>/<code>off</code></td></tr>
+    </table>
+
+    <h3>Output formats</h3>
+    <p>Supported output format identifiers are:</p>
+    <ul>
+      <li><code>best</code> for content negotiation according to the client's 
<code>Accept</code> HTTP header</li>
+      <li><code>turtle</code>, <code>ttl</code>, <code>n3</code> for
+        <a href="http://www.w3.org/TeamSubmission/turtle/"; 
target="_blank">Turtle</a>/<a href="http://www.w3.org/DesignIssues/Notation3"; 
target="_blank">N3</a></li>
+      <li><code>ntriples</code>, <code>nt</code> for
+        <a href="http://www.w3.org/TR/rdf-testcases/#ntriples"; 
target="_blank">N-Triples</a></li>
+      <li><code>nquads</code>, <code>nq</code> for
+        <a href="http://sw.deri.org/2008/07/n-quads/"; 
target="_blank">N-Quads</a></li>
+      <li><code>trix</code> for
+        <a href="http://www.w3.org/2004/03/trix/"; target="_blank">TriX</a></li>
+      <li><code>rdfxml</code>, <code>rdf</code>, <code>xml</code> for
+        <a href="http://www.w3.org/TR/rdf-syntax-grammar/"; 
target="_blank">RDF/XML</a></li>
+      <li><code>json</code> for <a href="http://json.org/"; 
target="_blank">JSON</a></li>
+    </ul>
+
+    <h3>Error reporting</h3>
+    <p>Processing errors are indicated via
+      HTTP status codes and brief <code>text/plain</code> error messages.
+      The following status codes can be returned:</p>
+    <table class="table">
+      <thead>
+        <tr><th>Code</th><th>Reason</th></tr>
+      </thead>
+      <tbody>
+        <tr><th>200 OK</th><td>Success</td></tr>
+        <tr><th>400 Bad Request</th><td>Missing or malformed input 
parameter</td></tr>
+        <tr><th>404 Not Found</th><td>Malformed request IRI</td></tr>
+        <tr><th>406 Not Acceptable</th><td>None of the media types specified 
in the <code>Accept</code> header are supported</td></tr>
+        <tr><th>415 Unsupported Media Type</th><td>Document body with 
unsupported media type was POSTed</td></tr>
+        <tr><th>501 Not Implemented</th><td>Extraction from input was 
successful, but yielded zero triples</td></tr>
+        <tr><th>502 Bad Gateway</th><td>Input document from a remote server 
could not be fetched or parsed</td></tr>
+      </tbody>
+    </table>
+    <h3>Report Format</h3>
+    <p>The XML report format is subjected to changes. The current content is 
described in section
+       <a href="http://any23.apache.org/service.html"; target="_blank">Any23 
Service</a>.
+    </p>
+    <hr />
+    <p><b>Apache Any23 v.${project.version} 
(${implementation.build.tstamp})</b></p>
+    <p><a href="http://any23.apache.org/"; target="_blank">Any23 project 
homepage</a> | Hosted at <a href="http://apache.org/"; target="_blank">Apache 
Software Foundation</a></p>
+
+    <div id="sPopup-fix" class="modal hide fade">
+      <div class="modal-header">
+        <button type="button" class="close" >×</button>
+        <h3>Validation</h3>
+      </div>
+      <div class="modal-body">
+        <p> 
+          The <b>Any23</b> service tries to fix some <a 
href="http://www.deri.ie/fileadmin/documents/DERI-TR-2009-07-28.pdf"; 
target="_blank">common issues</a>
+          before performing a metadata extraction. The fixing is performed 
according a set of fully customizable rules. 
+        </p>
+        <p>
+          The following <i>Validation</i> options are available.
+        </p>
+        <ul>
+          <li><b>none</b>: no validation will be performed;</li>
+          <li><b>validate</b>: common errors within the document will be 
detected and reported. When selected this option the
+              <b>Report</b> flag will be activated to visualize the validation 
outcome;</li>
+          <li><b>validate+fix</b>: the common issues will be detected and a 
fix will be applied when available.</li>
+        </ul>
+        <p>
+          Please refer to the <a 
href="http://any23.apache.org/dev-validation-fix.html"; 
target="_blank">Developer Guide</a>
+          for any further detail.
+        </p>
+      </div>
+      <div class="modal-footer">
+        <a href="#" class="btn" >Close</a>
+      </div>
+    </div>
+
+    <div id="sPopup-report" class="modal hide fade">
+      <div class="modal-header">
+        <button type="button" class="close">×</button>
+        <h3>Report</h3>
+      </div>
+      <div class="modal-body">
+        <p>
+        If the <i>Report</i> checkbox is selected, the <b>Any23</b> service 
returns an <b>XML</b> output containing,
+        other then the <b>extracted RDF statements</b>, other information as 
the list of the <b>activated extractors</b>
+        and the <b>detected errors</b>.
+        </p>
+        <p>
+        If the <b>validation</b> or <b>validation and fix</b> has been 
activated then the report contains also a list
+        of the applied fixes.
+        </p>
+      </div>
+      <div class="modal-footer">
+        <a href="#" class="btn">Close</a>
+      </div>
+    </div>
+
+    <div id="sPopup-annotate" class="modal hide fade">
+      <div class="modal-header">
+        <button type="button" class="close">×</button>
+        <h3>Annotate</h3>
+      </div>
+      <div class="modal-body">
+        <p>
+        If the <i>Annotate</i> checkbox is selected, the <b>Any23</b> service 
returns an output expressed in the
+        selected <b>RDF</b> format containing also specific format 
<b>comments</b> describing the activated extractor
+        scopes for every produced statement.
+        </p>
+      </div>
+      <div class="modal-footer">
+        <a href="#" class="btn">Close</a>
+      </div>
+    </div>
+
+  </div>
+
+  <footer class="footer">
+  <div class="container-fluid">
+  Copyright &copy; ${project.inceptionYear}-2014 The <a 
href="http://www.apache.org/";>Apache Software Foundation</a>. All Rights 
Reserved.<br/> Apache Any23, Apache, the Apache feather logo, and the Apache 
Any23 project logos are trademarks of The Apache Software Foundation. All other 
marks mentioned may be trademarks or registered trademarks of their respective 
owners.
+  </div>
+  </footer>
+
+  <!-- Google Analytics Tracker code. By default configured to report to the 
Any23 community group.
+  To change this default behavior please specify your custom ID in parent POM 
(form.tracker.id property)
+  or delete this script block to disable. -->
+  <script>
+    
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+    
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+    ga('create', '${form.tracker.id}', 'auto');
+    ga('send', 'pageview');
+  </script>
+
+  </body>
+</html>

Added: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/RedirectServlet.class
==============================================================================
Binary file - no diff available.

Propchange: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/RedirectServlet.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/Servlet.class
==============================================================================
Binary file - no diff available.

Propchange: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/Servlet.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/WebResponder.class
==============================================================================
Binary file - no diff available.

Propchange: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/WebResponder.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/conneg/Any23Negotiator.class
==============================================================================
Binary file - no diff available.

Propchange: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/conneg/Any23Negotiator.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/conneg/ContentTypeNegotiator$AcceptHeaderOverride.class
==============================================================================
Binary file - no diff available.

Propchange: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/conneg/ContentTypeNegotiator$AcceptHeaderOverride.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/conneg/ContentTypeNegotiator$Negotiation.class
==============================================================================
Binary file - no diff available.

Propchange: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/conneg/ContentTypeNegotiator$Negotiation.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/conneg/ContentTypeNegotiator$VariantSpec.class
==============================================================================
Binary file - no diff available.

Propchange: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/conneg/ContentTypeNegotiator$VariantSpec.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/conneg/ContentTypeNegotiator.class
==============================================================================
Binary file - no diff available.

Propchange: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/conneg/ContentTypeNegotiator.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/conneg/MediaRangeSpec.class
==============================================================================
Binary file - no diff available.

Propchange: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/classes/org/apache/any23/servlet/conneg/MediaRangeSpec.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/lib/annotations-12.0.jar
==============================================================================
Binary file - no diff available.

Propchange: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/lib/annotations-12.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/lib/aopalliance-1.0.jar
==============================================================================
Binary file - no diff available.

Propchange: 
release/any23/2.1/apache-any23-service-2.1/WEB-INF/lib/aopalliance-1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to