Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<quarkiverse-jackson-jq.version>2.2.0</quarkiverse-jackson-jq.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/jackson-jq/quarkus-jackson-jq-parent/ -->
<quarkiverse-jgit.version>3.5.1</quarkiverse-jgit.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/jgit/quarkus-jgit/ -->
<quarkiverse-jsch.version>3.0.15</quarkiverse-jsch.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/jsch/quarkus-jsch/ -->
<quarkiverse-langchain4j.version>0.23.3</quarkiverse-langchain4j.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/langchain4j/quarkus-langchain4j-parent -->
<quarkiverse-langchain4j.version>0.26.2</quarkiverse-langchain4j.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/langchain4j/quarkus-langchain4j-parent -->
<quarkiverse-micrometer.version>3.3.1</quarkiverse-micrometer.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/micrometer/registry/quarkus-micrometer-registry-jmx/ -->
<quarkiverse-minio.version>3.8.4</quarkiverse-minio.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/minio/quarkus-minio-parent/ -->
<quarkiverse-mybatis.version>2.4.0</quarkiverse-mybatis.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/mybatis/quarkus-mybatis-parent/ -->
Expand Down Expand Up @@ -750,7 +750,7 @@
<executions>
<execution>
<id>default-test</id>
<phase /><!-- unbound here to speedup -Dquickly build; bound to a phase in camel-quarkus-build-parent-it -->
<phase/><!-- unbound here to speedup -Dquickly build; bound to a phase in camel-quarkus-build-parent-it -->
</execution>
</executions>
</plugin>
Expand All @@ -761,7 +761,7 @@
<executions>
<execution>
<id>attach-descriptor</id>
<phase /><!-- skip to save time -->
<phase/><!-- skip to save time -->
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -832,7 +832,7 @@
<requireJavaVersion>
<version>11</version>
</requireJavaVersion>
<dependencyConvergence />
<dependencyConvergence/>
<filteredExternalRules>
<location>classpath:enforcer-rules/quarkus-require-maven-version.xml</location>
</filteredExternalRules>
Expand Down Expand Up @@ -1099,7 +1099,7 @@
<executions>
<execution>
<id>camel-quarkus-enforcer-rules</id>
<phase /><!-- Speedup the check-format profile by skipping the enforcer -->
<phase/><!-- Speedup the check-format profile by skipping the enforcer -->
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -1135,7 +1135,7 @@
<executions>
<execution>
<id>source-release-assembly</id>
<phase /><!-- fix https://github.com/apache/camel-quarkus/issues/844 -->
<phase/><!-- fix https://github.com/apache/camel-quarkus/issues/844 -->
</execution>
<execution>
<id>camel-quarkus-source-release-assembly</id>
Expand Down
2 changes: 1 addition & 1 deletion poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<!-- This property is kept in sync with project.version by the release plugin -->
<!-- Do not change to project.version because otherwise the end user apps having our BOM as parent (rather than importing it) will stop working -->
<camel-quarkus.version>3.23.0-SNAPSHOT</camel-quarkus.version>
<camel-quarkus.version>3.25.0</camel-quarkus.version>
<allow-findbugs>true</allow-findbugs>
</properties>
<dependencyManagement>
Expand Down