Skip to content

Commit

Permalink
Regen for commit 7b164f5
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
asfgit authored Nov 10, 2023
1 parent 7b164f5 commit f0cd88d
Show file tree
Hide file tree
Showing 1,362 changed files with 1,734 additions and 1,733 deletions.
21 changes: 11 additions & 10 deletions camel-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
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/xsd/maven-4.0.0.xsd">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache</groupId>
Expand Down Expand Up @@ -87,18 +88,18 @@
<c3p0-version>0.9.5.5</c3p0-version>
<caffeine-version>2.9.3</caffeine-version>
<californium-version>2.6.5</californium-version>
<camel.osgi.activator />
<camel.osgi.dynamic />
<camel.osgi.activator></camel.osgi.activator>
<camel.osgi.dynamic></camel.osgi.dynamic>
<camel.osgi.exclude.dependencies>false</camel.osgi.exclude.dependencies>
<camel.osgi.export>${camel.osgi.export.pkg};-noimport:=true;${camel.osgi.version}</camel.osgi.export>
<camel.osgi.export.pkg>$${replace;{local-packages};;;\;}</camel.osgi.export.pkg>
<camel.osgi.failok>false</camel.osgi.failok>
<camel.osgi.import>${camel.osgi.import.pkg}</camel.osgi.import>
<camel.osgi.import.additional />
<camel.osgi.import.before.defaults />
<camel.osgi.import.additional></camel.osgi.import.additional>
<camel.osgi.import.before.defaults></camel.osgi.import.before.defaults>
<camel.osgi.import.camel.version>version="[$(version;==;${camel.osgi.version.clean}),$(version;=+;${camel.osgi.version.clean}))"</camel.osgi.import.camel.version>
<camel.osgi.import.default.version>[$(version;==;$(@)),$(version;+;$(@)))</camel.osgi.import.default.version>
<camel.osgi.import.defaults />
<camel.osgi.import.defaults></camel.osgi.import.defaults>
<camel.osgi.import.pkg>org.apache.camel.*;${camel.osgi.import.camel.version},
${camel.osgi.import.before.defaults},
${camel.osgi.import.defaults},
Expand All @@ -107,8 +108,8 @@
<camel.osgi.import.strict.version>version="[$(version;===;${camel.osgi.version.clean}),$(version;==+;${camel.osgi.version.clean}))"</camel.osgi.import.strict.version>
<camel.osgi.manifest>${project.build.outputDirectory}/META-INF/MANIFEST.MF</camel.osgi.manifest>
<camel.osgi.private.pkg>!*</camel.osgi.private.pkg>
<camel.osgi.provide.capability />
<camel.osgi.require.capability />
<camel.osgi.provide.capability></camel.osgi.provide.capability>
<camel.osgi.require.capability></camel.osgi.require.capability>
<camel.osgi.symbolic.name>${project.groupId}.${project.artifactId}</camel.osgi.symbolic.name>
<camel.osgi.version>version=${project.version}</camel.osgi.version>
<camel.surefire.fork.vmargs>-XX:+ExitOnOutOfMemoryError</camel.surefire.fork.vmargs>
Expand Down Expand Up @@ -162,9 +163,9 @@
<cxf-version-range>[3.4,3.5)</cxf-version-range>
<cxf-xjc-plugin-version>3.3.2</cxf-xjc-plugin-version>
<cxf-xjc-utils-version>3.3.1</cxf-xjc-utils-version>
<cxf.codegen.jvmArgs />
<cxf.codegen.jvmArgs></cxf.codegen.jvmArgs>
<cxf.codegenplugin.forkmode>once</cxf.codegenplugin.forkmode>
<cxf.xjc.jvmArgs />
<cxf.xjc.jvmArgs></cxf.xjc.jvmArgs>
<datasonnet-mapper-version>2.1.4</datasonnet-mapper-version>
<debezium-mysql-connector-version>8.0.27</debezium-mysql-connector-version>
<debezium-version>1.7.1.Final</debezium-version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,49 @@
<archetype>
<groupId>org.apache.camel.archetypes</groupId>
<artifactId>camel-archetype-api-component</artifactId>
<version>3.14.10-SNAPSHOT</version>
<version>3.14.11-SNAPSHOT</version>
<description>Creates a new Camel component that wraps one or more API proxies.</description>
</archetype>
<archetype>
<groupId>org.apache.camel.archetypes</groupId>
<artifactId>camel-archetype-cdi</artifactId>
<version>3.14.10-SNAPSHOT</version>
<version>3.14.11-SNAPSHOT</version>
<description>Creates a new Camel project using CDI.</description>
</archetype>
<archetype>
<groupId>org.apache.camel.archetypes</groupId>
<artifactId>camel-archetype-component</artifactId>
<version>3.14.10-SNAPSHOT</version>
<version>3.14.11-SNAPSHOT</version>
<description>Creates a new Camel component.</description>
</archetype>
<archetype>
<groupId>org.apache.camel.archetypes</groupId>
<artifactId>camel-archetype-dataformat</artifactId>
<version>3.14.10-SNAPSHOT</version>
<version>3.14.11-SNAPSHOT</version>
<description>Creates a new Camel data format.</description>
</archetype>
<archetype>
<groupId>org.apache.camel.archetypes</groupId>
<artifactId>camel-archetype-endpointdsl</artifactId>
<version>3.14.10-SNAPSHOT</version>
<version>3.14.11-SNAPSHOT</version>
<description>Creates a new Camel project using Endpoint DSL.</description>
</archetype>
<archetype>
<groupId>org.apache.camel.archetypes</groupId>
<artifactId>camel-archetype-java</artifactId>
<version>3.14.10-SNAPSHOT</version>
<version>3.14.11-SNAPSHOT</version>
<description>Creates a new Camel project using Java DSL.</description>
</archetype>
<archetype>
<groupId>org.apache.camel.archetypes</groupId>
<artifactId>camel-archetype-main</artifactId>
<version>3.14.10-SNAPSHOT</version>
<version>3.14.11-SNAPSHOT</version>
<description>Creates a new Camel project using standalone Camel Main.</description>
</archetype>
<archetype>
<groupId>org.apache.camel.archetypes</groupId>
<artifactId>camel-archetype-spring</artifactId>
<version>3.14.10-SNAPSHOT</version>
<version>3.14.11-SNAPSHOT</version>
<description>Creates a new Camel project with added Spring DSL support.</description>
</archetype>
</archetypes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-activemq",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "activemq",
"extendsScheme": "jms",
"syntax": "activemq:destinationType:destinationName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-ahc-ws",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "ahc-ws",
"extendsScheme": "ahc",
"alternativeSchemes": "ahc-ws,ahc-wss",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-ahc-ws",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "ahc-wss",
"extendsScheme": "ahc",
"alternativeSchemes": "ahc-ws,ahc-wss",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-ahc",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "ahc",
"extendsScheme": "",
"syntax": "ahc:httpUri",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-amqp",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "amqp",
"extendsScheme": "jms",
"syntax": "amqp:destinationType:destinationName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-arangodb",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "arangodb",
"extendsScheme": "",
"syntax": "arangodb:database",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-as2",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "as2",
"extendsScheme": "",
"syntax": "as2:apiName\/methodName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-asterisk",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "asterisk",
"extendsScheme": "",
"syntax": "asterisk:name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-atlasmap",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "atlasmap",
"extendsScheme": "",
"syntax": "atlasmap:resourceUri",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-atmos",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "atmos",
"extendsScheme": "",
"syntax": "atmos:name\/operation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-atmosphere-websocket",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "atmosphere-websocket",
"extendsScheme": "servlet",
"syntax": "atmosphere-websocket:servicePath",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-atom",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "atom",
"extendsScheme": "",
"syntax": "atom:feedUri",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-atomix",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "atomix-map",
"extendsScheme": "",
"syntax": "atomix-map:resourceName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-atomix",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "atomix-messaging",
"extendsScheme": "",
"syntax": "atomix-messaging:resourceName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-atomix",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "atomix-multimap",
"extendsScheme": "",
"syntax": "atomix-multimap:resourceName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-atomix",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "atomix-queue",
"extendsScheme": "",
"syntax": "atomix-queue:resourceName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-atomix",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "atomix-set",
"extendsScheme": "",
"syntax": "atomix-set:resourceName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-atomix",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "atomix-value",
"extendsScheme": "",
"syntax": "atomix-value:resourceName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-avro-rpc",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "avro",
"extendsScheme": "",
"syntax": "avro:transport:host:port\/messageName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws-secrets-manager",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "aws-secrets-manager",
"extendsScheme": "",
"syntax": "aws-secrets-manager:label",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-athena",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "aws2-athena",
"extendsScheme": "",
"syntax": "aws2-athena:label",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-cw",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "aws2-cw",
"extendsScheme": "",
"syntax": "aws2-cw:namespace",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-ddb",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "aws2-ddb",
"extendsScheme": "",
"syntax": "aws2-ddb:tableName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-ddb",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "aws2-ddbstream",
"extendsScheme": "",
"syntax": "aws2-ddbstream:tableName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-ec2",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "aws2-ec2",
"extendsScheme": "",
"syntax": "aws2-ec2:label",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-ecs",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "aws2-ecs",
"extendsScheme": "",
"syntax": "aws2-ecs:label",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-eks",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "aws2-eks",
"extendsScheme": "",
"syntax": "aws2-eks:label",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-eventbridge",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "aws2-eventbridge",
"extendsScheme": "",
"syntax": "aws2-eventbridge:\/\/eventbusNameOrArn",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-iam",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "aws2-iam",
"extendsScheme": "",
"syntax": "aws2-iam:label",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-kinesis",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "aws2-kinesis-firehose",
"extendsScheme": "",
"syntax": "aws2-kinesis-firehose:streamName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-aws2-kinesis",
"version": "3.14.10-SNAPSHOT",
"version": "3.14.11-SNAPSHOT",
"scheme": "aws2-kinesis",
"extendsScheme": "",
"syntax": "aws2-kinesis:streamName",
Expand Down
Loading

0 comments on commit f0cd88d

Please sign in to comment.