This is an automated email from the ASF dual-hosted git repository.

cshannon pushed a commit to branch 6.1.x.AMF.x
in repository https://gitbox.apache.org/repos/asf/activemq.git

commit 3fca6b0374832db02b21c10f7a4490636e8d7f71
Merge: bb085d31f6 f1d2cdc112
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Tue Aug 6 08:56:46 2024 -0400

    Merge tag 'activemq-6.1.3' into 6.1.x.AMF.x
    
    [maven-release-plugin] copy for tag activemq-6.1.3
    
    AMFU-94 / AMF-3409

 .../console/command/store/StoreExporter.java       |   6 +-
 .../kahadb/MultiKahaDBPersistenceAdapter.java      |  19 +-
 .../src/main/resources/META-INF/spring.schemas     |   1 +
 .../src/main/resources/META-INF/spring.schemas     |   1 +
 .../MultiKahaDBMultipleFilteredAdapterTest.java    | 173 +++++++++++++++++
 .../java/org/apache/activemq/web/RestTest.java     |  17 +-
 .../activemq/web/async/AsyncServletRequest.java    |   8 +-
 assembly/src/main/descriptors/common-bin.xml       |   1 +
 bom/pom.xml                                        | 215 +++++++++++++++++++++
 pom.xml                                            |  36 ++--
 10 files changed, 444 insertions(+), 33 deletions(-)

diff --cc bom/pom.xml
index 0000000000,4fe180443e..78f51e05a5
mode 000000,100644..100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@@ -1,0 -1,215 +1,215 @@@
+ <?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.activemq</groupId>
+        <artifactId>activemq-parent</artifactId>
 -       <version>6.1.3</version>
++       <version>6.1.3.AMF.0-SNAPSHOT</version>
+     </parent>
+ 
+     <artifactId>activemq-bom</artifactId>
+     <packaging>pom</packaging>
+     <name>ActiveMQ :: BOM </name>
+     <description>ActiveMQ BOM (Bill of Materials)</description>
+ 
+     <dependencyManagement>
+         <dependencies>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-all</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-amqp</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-blueprint</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-broker</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-client</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-console</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-http</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-jaas</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-jdbc-store</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-kahadb-store</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-karaf</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-jms-pool</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-log4j-appender</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-mqtt</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+              <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-pool</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-openwire-generator</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-openwire-legacy</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-osgi</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-ra</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-rar</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-run</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-runtime-config</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-shiro</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-spring</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-stomp</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-web</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-web-console</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.activemq</groupId>
+                 <artifactId>activemq-web-demo</artifactId>
+                 <version>${project.version}</version>
+             </dependency>
+         </dependencies>
+     </dependencyManagement>
+ 
+     <build>
+         <plugins>
+             <plugin>
+                 <groupId>org.codehaus.mojo</groupId>
+                 <artifactId>flatten-maven-plugin</artifactId>
+                 <executions>
+                     <execution>
+                         <id>flatten</id>
+                         <phase>process-resources</phase>
+                         <goals>
+                             <goal>flatten</goal>
+                         </goals>
+                         <configuration>
+                             <updatePomFile>true</updatePomFile>
+                             <flattenMode>bom</flattenMode>
+                             
<flattenedPomFilename>flattened-pom.xml</flattenedPomFilename>
+                             <outputDirectory>target</outputDirectory>
+                             <pomElements>
+                                 <parent>remove</parent>
+                                 <properties>keep</properties>
+                                 <repositories>remove</repositories>
+                                 
<distributionManagement>remove</distributionManagement>
+                                 
<dependencyManagement>keep</dependencyManagement>
+                             </pomElements>
+                         </configuration>
+                     </execution>
+                     <execution>
+                         <id>flatten-clean</id>
+                         <phase>clean</phase>
+                         <goals>
+                             <goal>clean</goal>
+                         </goals>
+                     </execution>
+                 </executions>
+             </plugin>
+         </plugins>
+     </build>
+ </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to