Skip to content

Commit

Permalink
Target Camel 4.0.4-SNAPSHOT for development
Browse files Browse the repository at this point in the history
  • Loading branch information
gzurowski committed Nov 20, 2023
1 parent 8cf3823 commit 73341c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
<version>4.0.3</version>
<version>4.0.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.camel.springboot</groupId>
Expand Down Expand Up @@ -111,7 +111,7 @@
<spring-boot-version>3.1.5</spring-boot-version>

<!-- Camel target version -->
<camel-version>4.0.3</camel-version>
<camel-version>4.0.4-SNAPSHOT</camel-version>

<!-- versions -->
<aether-version>1.0.2.v20150114</aether-version>
Expand Down Expand Up @@ -451,7 +451,7 @@
<profile>
<id>dev</id>
<properties>
<camel-version>4.0.3</camel-version>
<camel-version>4.0.4-SNAPSHOT</camel-version>
</properties>
</profile>

Expand Down

0 comments on commit 73341c3

Please sign in to comment.