Skip to content

Commit 508cc92

Browse files
committed
[maven-release-plugin] Prepare release 3.0.0-M1
1 parent 615c2f0 commit 508cc92

File tree

1,302 files changed

+1316
-1330
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,302 files changed

+1316
-1330
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>3.0.0-SNAPSHOT</version>
26+
<version>3.0.0-M1</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: 3.0.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>3.0.0-SNAPSHOT</version>
26+
<version>3.0.0-M1</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: 3.0.x
2525
mapped-branch: HEAD

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>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0-M1</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>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0-M1</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>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0-M1</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

extensions-core/core/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.camel.quarkus</groupId>
2323
<artifactId>camel-quarkus-core-parent</artifactId>
24-
<version>3.0.0-SNAPSHOT</version>
24+
<version>3.0.0-M1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>camel-quarkus-core-deployment</artifactId>

extensions-core/core/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>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0-M1</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

extensions-core/core/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.camel.quarkus</groupId>
2323
<artifactId>camel-quarkus-core-parent</artifactId>
24-
<version>3.0.0-SNAPSHOT</version>
24+
<version>3.0.0-M1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

0 commit comments

Comments
 (0)