Author: shafreen Date: Wed May 10 17:29:57 2023 New Revision: 61789 Log: Add Apache Synapse 3.0.2 Release Artifacts
Added: release/synapse/3.0.2/ release/synapse/3.0.2/RC1/ release/synapse/3.0.2/RC1/pom.xml release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz (with props) release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz.asc release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz.md5 release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz.sha1 release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip (with props) release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip.asc release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip.md5 release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip.sha1 release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz (with props) release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz.asc release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz.md5 release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz.sha1 release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip (with props) release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip.asc release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip.md5 release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip.sha1 release/synapse/3.0.2/RC1/synapse-distribution-3.0.2.pom.asc release/synapse/3.0.2/RC1/synapse-distribution-3.0.2.pom.md5 release/synapse/3.0.2/RC1/synapse-distribution-3.0.2.pom.sha1 release/synapse/3.0.2/RC2/ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz (with props) release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz.asc release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz.md5 release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz.sha1 release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip (with props) release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip.asc release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip.md5 release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip.sha1 release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz (with props) release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz.asc release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz.md5 release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz.sha1 release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip (with props) release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip.asc release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip.md5 release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip.sha1 release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom.asc release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom.md5 release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom.sha1 Modified: release/synapse/KEYS Added: release/synapse/3.0.2/RC1/pom.xml ============================================================================== --- release/synapse/3.0.2/RC1/pom.xml (added) +++ release/synapse/3.0.2/RC1/pom.xml Wed May 10 17:29:57 2023 @@ -0,0 +1,180 @@ +<?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.synapse</groupId> + <artifactId>Apache-Synapse</artifactId> + <version>3.0.2</version> + <relativePath>../../pom.xml</relativePath> + </parent> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-distribution</artifactId> + <name>Apache Synapse - Distribution</name> + <description>Apache Synapse - Distribution</description> + <packaging>pom</packaging> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/trunk/java/modules/distribution</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/trunk/java/modules/distribution</developerConnection> + <url>http://svn.apache.org/viewvc/synapse/trunk/java/modules/distribution</url> + <tag>Apache-Synapse-3.0.2</tag> + </scm> + <dependencies> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-core</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-commons</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-extensions</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-samples</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-experimental</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-config-migrator</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-fix-transport</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-documentation</artifactId> + <type>zip</type> + <classifier>docs</classifier> + </dependency> + <!-- Wrapper jars --> + <dependency> + <groupId>wrapper</groupId> + <artifactId>wrapper</artifactId> + </dependency> + <!-- The distribution is configured for log4j. Normally, log4j should not + be a transitive dependency, so we need to declare it explicitly. --> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </dependency> + <!-- Modules --> + <dependency> + <groupId>org.apache.rampart</groupId> + <artifactId>rampart</artifactId> + <type>mar</type> + </dependency> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>addressing</artifactId> + <type>mar</type> + </dependency> + <!-- Because of a design flaw in Axis2 (see AXIS2-4265), axis2-codegen is required + to deploy some modules => include this explicitly. --> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-codegen</artifactId> + </dependency> + <!-- JSON Support --> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-json</artifactId> + </dependency> + <!-- Additional transports --> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-transport-jms</artifactId> + </dependency> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-transport-mail</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-vfs-transport</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-amqp-transport</artifactId> + </dependency> + <dependency> + <groupId>com.oopsconsultancy</groupId> + <artifactId>xmltask</artifactId> + <version>1.14</version> + </dependency> + <!-- Patches --> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-patches</artifactId> + <classifier>jars</classifier> + <type>zip</type> + </dependency> + <!-- Libraries packaged with the sample Axis2 server (but that are not useful for Synapse itself) --> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-jaxws</artifactId> + </dependency> + </dependencies> + <repositories> + <!-- This is for xmltask --> + <!-- repository> + <id>atlassian-developer-site</id> + <name>Atlassian Maven 2 Contributor Repository</name> + <url>http://maven.atlassian.com/repository/public</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository --> + </repositories> + <build> + <plugins> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <id>distribution-package</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + <configuration> + <tarLongFileMode>posix</tarLongFileMode> + <descriptors> + <descriptor>src/main/assembly/bin.xml</descriptor> + <descriptor>src/main/assembly/src.xml</descriptor> + </descriptors> + <finalName>synapse-${synapse.version}</finalName> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz ============================================================================== Binary file - no diff available. Propchange: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz.asc ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz.asc (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz.asc Wed May 10 17:29:57 2023 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQTBjawqCta5fhvTA1UAwMu1BYJOcwUCZE85mAAKCRAAwMu1BYJO +czPTAQCV78gsQzLVhcnbr+E83gqJ/uV2zMfMhT+jJJvkCYJ9UwD/UcUkPIlfueFF +yeZReELs+Oal/aOSfdxiKWEX2BO9jQc= +=+SMv +-----END PGP SIGNATURE----- Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz.md5 ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz.md5 (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz.md5 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +6a378aaabc59d56567e5d5ca6264a66e \ No newline at end of file Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz.sha1 ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz.sha1 (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.tar.gz.sha1 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +6b67028c239472b7f291886dd8fb2ba5dcad265f \ No newline at end of file Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip ============================================================================== Binary file - no diff available. Propchange: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip.asc ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip.asc (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip.asc Wed May 10 17:29:57 2023 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQTBjawqCta5fhvTA1UAwMu1BYJOcwUCZE85mAAKCRAAwMu1BYJO +c9HmAQDnXhCFEGYtvxI+mEmW0IJtEl+iL42Pg+XQ3maXrb322wD+Ig+nVgC7l2RI +TCWJ0wGLrGWfKYjuKtZKGXqWFSYFjgs= +=wRQF +-----END PGP SIGNATURE----- Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip.md5 ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip.md5 (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip.md5 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +9d5bb07a4aef392238a21c53d2c3adea \ No newline at end of file Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip.sha1 ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip.sha1 (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-bin.zip.sha1 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +caeb4a0fc45778f02e0ac2520a92e09247dd2da4 \ No newline at end of file Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz ============================================================================== Binary file - no diff available. Propchange: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz.asc ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz.asc (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz.asc Wed May 10 17:29:57 2023 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQTBjawqCta5fhvTA1UAwMu1BYJOcwUCZE85mAAKCRAAwMu1BYJO +c4ddAP93mLPNoFng/TfI+GI6ehvcET0bom64z0C77VNhyVFpIQD/fEpjkP/eg1QM +w0rDLhslh3PRm70qkbYBxk2amJlWCgk= +=oTwy +-----END PGP SIGNATURE----- Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz.md5 ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz.md5 (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz.md5 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +18b0c7b169f4d94ec2daa31a292db800 \ No newline at end of file Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz.sha1 ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz.sha1 (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.tar.gz.sha1 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +ddafe6119bbcf516fa9f1e1ea5978e219d7a106c \ No newline at end of file Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip ============================================================================== Binary file - no diff available. Propchange: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip.asc ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip.asc (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip.asc Wed May 10 17:29:57 2023 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQTBjawqCta5fhvTA1UAwMu1BYJOcwUCZE85mAAKCRAAwMu1BYJO +cyJBAP0QfE0S5ZbX9NVULOpIWwwvDuHdt9mFhQQJ5oQTicUEggEAjFUUkOjw1Hgz +77c733AVXxtnfI1COGcVurVJTVR41AE= +=BVCj +-----END PGP SIGNATURE----- Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip.md5 ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip.md5 (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip.md5 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +4e078856ee65c352e36acf4e20e326bb \ No newline at end of file Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip.sha1 ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip.sha1 (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2-src.zip.sha1 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +cac12691d1c4313b4888a10e362824738a170b69 \ No newline at end of file Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2.pom.asc ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2.pom.asc (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2.pom.asc Wed May 10 17:29:57 2023 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQTBjawqCta5fhvTA1UAwMu1BYJOcwUCZE85lwAKCRAAwMu1BYJO +c9xhAQCkvM4lDkLXn0pkQZJuic1uRM2eshan8RKoKju57H+RJQEA+dgukE1NLyce +IlgVz/7Io5HEs1WF43tlizY9fHhzFw0= +=6iT0 +-----END PGP SIGNATURE----- Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2.pom.md5 ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2.pom.md5 (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2.pom.md5 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +2bd3312e6d58fc8252f36d41ba629347 \ No newline at end of file Added: release/synapse/3.0.2/RC1/synapse-distribution-3.0.2.pom.sha1 ============================================================================== --- release/synapse/3.0.2/RC1/synapse-distribution-3.0.2.pom.sha1 (added) +++ release/synapse/3.0.2/RC1/synapse-distribution-3.0.2.pom.sha1 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +65a2818b6515ca8b2b3622ab3163f938b5d22211 \ No newline at end of file Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz ============================================================================== Binary file - no diff available. Propchange: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz.asc ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz.asc (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz.asc Wed May 10 17:29:57 2023 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQTBjawqCta5fhvTA1UAwMu1BYJOcwUCZFPzewAKCRAAwMu1BYJO +c3srAP4kr+8KTqxj1hLrTwawmvlPbqU8p0aha/S8xFJnWQ/+gwEA2+3begWbEI+V +O9aZVUHnyl/h3BivDvEyiMr2rXFHyA8= +=eSRz +-----END PGP SIGNATURE----- Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz.md5 ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz.md5 (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz.md5 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +652b62cede3439cbde9fd71fea66ad4e \ No newline at end of file Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz.sha1 ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz.sha1 (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.tar.gz.sha1 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +89531a8d991d5e4e77359de6fa4f82e3f8985484 \ No newline at end of file Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip ============================================================================== Binary file - no diff available. Propchange: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip.asc ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip.asc (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip.asc Wed May 10 17:29:57 2023 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQTBjawqCta5fhvTA1UAwMu1BYJOcwUCZFPzfAAKCRAAwMu1BYJO +c7DzAP4/0j6HrBC6xOuhvvgmrpIsTj589a4FEYXqkybnbMn1fgEAnOI4kdyRt+Kh +sS4VG9vzkeQIP2o4I+RmhWgTPDw9GQM= +=fDh9 +-----END PGP SIGNATURE----- Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip.md5 ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip.md5 (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip.md5 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +ad0175bd4d8088fa78a5e413c01323df \ No newline at end of file Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip.sha1 ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip.sha1 (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-bin.zip.sha1 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +0a641a29d86746dcfbfc173705dfc7c8e1edd1d8 \ No newline at end of file Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz ============================================================================== Binary file - no diff available. Propchange: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz.asc ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz.asc (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz.asc Wed May 10 17:29:57 2023 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQTBjawqCta5fhvTA1UAwMu1BYJOcwUCZFPzfAAKCRAAwMu1BYJO +c8wKAP4sN1n5n4K6QRxzEFt/3+6EyLahosmUWRnd14CIHLcs1gD/fcSI/HDvMYQp +w/wfsDCS7spmDrZSx+5ByQJfEPIW7wI= +=f7wK +-----END PGP SIGNATURE----- Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz.md5 ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz.md5 (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz.md5 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +becf5ccfcff6f192cfa2c98444bcb74f \ No newline at end of file Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz.sha1 ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz.sha1 (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.tar.gz.sha1 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +502cea31d0e6b9aedc71d7d18fa6db9efc59b7f6 \ No newline at end of file Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip ============================================================================== Binary file - no diff available. Propchange: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip.asc ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip.asc (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip.asc Wed May 10 17:29:57 2023 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQTBjawqCta5fhvTA1UAwMu1BYJOcwUCZFPzfAAKCRAAwMu1BYJO +c1NGAQDiM4+7xMA4cThKO9MMBuESxXSvrE7M6atRWLPeFB2Y8gEAxH9HiaDbgV+E +gCyKmMJpMx5/bAzlwA6M1WEe8CEZcQU= +=6Rke +-----END PGP SIGNATURE----- Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip.md5 ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip.md5 (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip.md5 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +a635d100e4ab83b75b93fdd02e00169c \ No newline at end of file Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip.sha1 ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip.sha1 (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2-src.zip.sha1 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +8fd2f288f1b0336fe579f337585cd50750a564d4 \ No newline at end of file Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom Wed May 10 17:29:57 2023 @@ -0,0 +1,195 @@ +<!-- + ~ 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.synapse</groupId> + <artifactId>Apache-Synapse</artifactId> + <version>3.0.2</version> + <relativePath>../../pom.xml</relativePath> + </parent> + + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-distribution</artifactId> + + <name>Apache Synapse - Distribution</name> + <description>Apache Synapse - Distribution</description> + <packaging>pom</packaging> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/trunk/java/modules/distribution</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/trunk/java/modules/distribution</developerConnection> + <url>http://svn.apache.org/viewvc/synapse/trunk/java/modules/distribution</url> + <tag>Apache-Synapse-3.0.2</tag> + </scm> + + <dependencies> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-core</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-commons</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-extensions</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-samples</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-experimental</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-config-migrator</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-fix-transport</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-documentation</artifactId> + <type>zip</type> + <classifier>docs</classifier> + </dependency> + + <!-- Wrapper jars --> + <dependency> + <groupId>wrapper</groupId> + <artifactId>wrapper</artifactId> + </dependency> + + <!-- The distribution is configured for log4j. Normally, log4j should not + be a transitive dependency, so we need to declare it explicitly. --> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </dependency> + + <!-- Modules --> + <dependency> + <groupId>org.apache.rampart</groupId> + <artifactId>rampart</artifactId> + <type>mar</type> + </dependency> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>addressing</artifactId> + <type>mar</type> + </dependency> + + <!-- Because of a design flaw in Axis2 (see AXIS2-4265), axis2-codegen is required + to deploy some modules => include this explicitly. --> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-codegen</artifactId> + </dependency> + + <!-- JSON Support --> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-json</artifactId> + </dependency> + + <!-- Additional transports --> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-transport-jms</artifactId> + </dependency> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-transport-mail</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-vfs-transport</artifactId> + </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-amqp-transport</artifactId> + </dependency> + + <dependency> + <groupId>com.oopsconsultancy</groupId> + <artifactId>xmltask</artifactId> + <version>1.14</version> + </dependency> + + <!-- Patches --> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-patches</artifactId> + <classifier>jars</classifier> + <type>zip</type> + </dependency> + + <!-- Libraries packaged with the sample Axis2 server (but that are not useful for Synapse itself) --> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-jaxws</artifactId> + </dependency> + </dependencies> + + <repositories> + <!-- This is for xmltask --> + <!--repository> + <id>atlassian-developer-site</id> + <name>Atlassian Maven 2 Contributor Repository</name> + <url>http://maven.atlassian.com/repository/public</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository--> + </repositories> + + <build> + <plugins> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <id>distribution-package</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + <configuration> + <tarLongFileMode>posix</tarLongFileMode> + <descriptors> + <descriptor>src/main/assembly/bin.xml</descriptor> + <descriptor>src/main/assembly/src.xml</descriptor> + </descriptors> + <finalName>synapse-${synapse.version}</finalName> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom.asc ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom.asc (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom.asc Wed May 10 17:29:57 2023 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQTBjawqCta5fhvTA1UAwMu1BYJOcwUCZFPzewAKCRAAwMu1BYJO +c61rAP4qK1VJPvz7R+X0OKL8HXhcEq1PL5is6IvE4dNXZIpFKAEAj1MuIhdEa8PR +NwEZ1gmMYOpOitNg49luP0k0L5oYxwI= +=BHZu +-----END PGP SIGNATURE----- Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom.md5 ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom.md5 (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom.md5 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +2bd3312e6d58fc8252f36d41ba629347 \ No newline at end of file Added: release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom.sha1 ============================================================================== --- release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom.sha1 (added) +++ release/synapse/3.0.2/RC2/synapse-distribution-3.0.2.pom.sha1 Wed May 10 17:29:57 2023 @@ -0,0 +1 @@ +65a2818b6515ca8b2b3622ab3163f938b5d22211 \ No newline at end of file Modified: release/synapse/KEYS ============================================================================== --- release/synapse/KEYS (original) +++ release/synapse/KEYS Wed May 10 17:29:57 2023 @@ -267,4 +267,25 @@ urhwC78W6lN6TkiipButIKpYDzfSlMudtafzTVp+ apN2xHRexKinCpgDbuJBI9VOztZ6F7BCGBHmG4SpJ7S4NhLC4CESmbeScdFCF/8dRaJI2a9J /UBs/+R7X83i7gUzxqJRIjIm9Ld63V9A5nEoCFn2iuYyeAPv16QjtZlv95qGiQ== =OHtH ------END PGP PUBLIC KEY BLOCK----- \ No newline at end of file +-----END PGP PUBLIC KEY BLOCK----- +pub ed25519 2023-04-09 [SC] [expires: 2025-04-08] + C18DAC2A0AD6B97E1BD3035500C0CBB505824E73 +uid [ultimate] Moahamad Anfar Mohamad Shafreen <shafr...@apache.org> +sig 3 00C0CBB505824E73 2023-04-09 Moahamad Anfar Mohamad Shafreen <shafr...@apache.org> +sub cv25519 2023-04-09 [E] [expires: 2025-04-08] +sig 00C0CBB505824E73 2023-04-09 Moahamad Anfar Mohamad Shafreen <shafr...@apache.org> + +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZDLlsBYJKwYBBAHaRw8BAQdAP6HX68AiUwPW572ZtUGgXfdba5nNXWGwn4Tg +26H+sAq0NU1vYWhhbWFkIEFuZmFyIE1vaGFtYWQgU2hhZnJlZW4gPHNoYWZyZWVu +QGFwYWNoZS5vcmc+iJkEExYKAEEWIQTBjawqCta5fhvTA1UAwMu1BYJOcwUCZDLl +sAIbAwUJA8JnAAULCQgHAgIiAgYVCgkICwIEFgIDAQIeBwIXgAAKCRAAwMu1BYJO +c5W1AQDeUtb7WpGTBbdoFQVm1XOz4eqiI2RD/BXBq3kga4MCjAEA/bGxKGpaTAbO +ArVMTuHJirNEmbPiAsitSbtnOw0qwge4OARkMuWwEgorBgEEAZdVAQUBAQdAC9CQ +FSJTqzSxN95CCG/91gHtpO/xj1kNcjFOKv6KnmoDAQgHiH4EGBYKACYWIQTBjawq +Cta5fhvTA1UAwMu1BYJOcwUCZDLlsAIbDAUJA8JnAAAKCRAAwMu1BYJOc3eHAQCM +88oQOSwRxnbywE8lV2W0dAKLwMg30AW06bQS1dBaGwD8CyYdigu1Tcv1DrRI/RKX +sPgf9Bv/+VR1IxxCTYW6ngc= +=RfzK +-----END PGP PUBLIC KEY BLOCK-----