Skip to content

Commit 9ee2b7a

Browse files
committed
[maven-release-plugin] Prepare release 2.16.0
1 parent f1fd5b5 commit 9ee2b7a

File tree

1,390 files changed

+1409
-1428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,390 files changed

+1409
-1428
lines changed

catalog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.camel.quarkus</groupId>
2525
<artifactId>camel-quarkus-build-parent</artifactId>
26-
<version>2.16.0-SNAPSHOT</version>
26+
<version>2.16.0</version>
2727
<relativePath>../poms/build-parent/pom.xml</relativePath>
2828
</parent>
2929

docs/antora.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,11 @@
1717

1818
name: camel-quarkus
1919
title: Camel Quarkus
20-
version: next
21-
prerelease: true
22-
display-version: Next (Pre-release)
20+
version: 2.16.x
2321
nav:
2422
- modules/ROOT/nav.adoc
2523
asciidoc:
2624
attributes:
27-
prerelease: true
2825
requires: "'util=camel-website-util,quarkus=xref:js/quarkus.js'"
2926

3027
# Project versions

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.camel.quarkus</groupId>
2525
<artifactId>camel-quarkus</artifactId>
26-
<version>2.16.0-SNAPSHOT</version>
26+
<version>2.16.0</version>
2727
</parent>
2828

2929
<artifactId>camel-quarkus-docs</artifactId>

docs/source-map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
- url: 'https://github.com/apache/camel-quarkus.git'
2222
mapped-url: './../camel-quarkus'
2323
branches:
24-
- branch: main
24+
- branch: 2.16.x
2525
mapped-branch: HEAD

extensions-core/caffeine-lrucache/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.camel.quarkus</groupId>
2424
<artifactId>camel-quarkus-caffeine-lrucache-parent</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

extensions-core/caffeine-lrucache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.camel.quarkus</groupId>
2424
<artifactId>camel-quarkus-extensions-core</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

extensions-core/caffeine-lrucache/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.camel.quarkus</groupId>
2424
<artifactId>camel-quarkus-caffeine-lrucache-parent</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

extensions-core/core-cloud/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.camel.quarkus</groupId>
2424
<artifactId>camel-quarkus-core-cloud-parent</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

extensions-core/core-cloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.camel.quarkus</groupId>
2424
<artifactId>camel-quarkus-extensions-core</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

extensions-core/core-cloud/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.camel.quarkus</groupId>
2424
<artifactId>camel-quarkus-core-cloud-parent</artifactId>
25-
<version>2.16.0-SNAPSHOT</version>
25+
<version>2.16.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)