Skip to content

Commit ddf6792

Browse files
[maven-release-plugin] Prepare release 3.30.0
1 parent e541645 commit ddf6792

File tree

1,512 files changed

+7549
-1572
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,512 files changed

+7549
-1572
lines changed

catalog/pom.xml

Lines changed: 5 additions & 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.30.0-SNAPSHOT</version>
26+
<version>3.30.0</version>
2727
<relativePath>../poms/build-parent/pom.xml</relativePath>
2828
</parent>
2929

@@ -4806,4 +4806,8 @@
48064806

48074807
</build>
48084808

4809+
4810+
<scm>
4811+
<tag>3.30.0</tag>
4812+
</scm>
48094813
</project>

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.30.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.30.0-SNAPSHOT</version>
26+
<version>3.30.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: 3.30.x
2525
mapped-branch: HEAD

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

Lines changed: 5 additions & 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.30.0-SNAPSHOT</version>
25+
<version>3.30.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

@@ -58,4 +58,8 @@
5858
</plugins>
5959
</build>
6060

61+
62+
<scm>
63+
<tag>3.30.0</tag>
64+
</scm>
6165
</project>

extensions-core/core-cloud/pom.xml

Lines changed: 5 additions & 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.30.0-SNAPSHOT</version>
25+
<version>3.30.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

@@ -34,4 +34,8 @@
3434
<module>deployment</module>
3535
<module>runtime</module>
3636
</modules>
37+
38+
<scm>
39+
<tag>3.30.0</tag>
40+
</scm>
3741
</project>

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

Lines changed: 5 additions & 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.30.0-SNAPSHOT</version>
25+
<version>3.30.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

@@ -71,4 +71,8 @@
7171
</plugin>
7272
</plugins>
7373
</build>
74+
75+
<scm>
76+
<tag>3.30.0</tag>
77+
</scm>
7478
</project>

extensions-core/core/deployment/pom.xml

Lines changed: 5 additions & 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.30.0-SNAPSHOT</version>
24+
<version>3.30.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>camel-quarkus-core-deployment</artifactId>
@@ -124,4 +124,8 @@
124124
</plugin>
125125
</plugins>
126126
</build>
127+
128+
<scm>
129+
<tag>3.30.0</tag>
130+
</scm>
127131
</project>

extensions-core/core/pom.xml

Lines changed: 5 additions & 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.30.0-SNAPSHOT</version>
25+
<version>3.30.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

@@ -36,4 +36,8 @@
3636
<module>runtime</module>
3737
</modules>
3838

39+
40+
<scm>
41+
<tag>3.30.0</tag>
42+
</scm>
3943
</project>

extensions-core/core/runtime/pom.xml

Lines changed: 5 additions & 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.30.0-SNAPSHOT</version>
24+
<version>3.30.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -125,4 +125,8 @@
125125
</plugin>
126126
</plugins>
127127
</build>
128+
129+
<scm>
130+
<tag>3.30.0</tag>
131+
</scm>
128132
</project>

0 commit comments

Comments
 (0)