Skip to content

Commit

Permalink
chore: rename camel-version -> camel-spring-boot-version
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Jul 9, 2024
1 parent 7412263 commit f2799b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/springboot-log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot-bom</artifactId>
<version>${camel-version}</version>
<version>${camel-spring-boot-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot-dependencies</artifactId>
<version>${camel-version}</version>
<version>${camel-spring-boot-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<spring-version>6.1.10</spring-version>
<spring-boot-version>3.3.1</spring-boot-version>
<!-- Camel -->
<camel-version>4.6.0</camel-version>
<camel-spring-boot-version>4.6.0</camel-spring-boot-version>
<!-- Jetty -->
<jetty-version>11.0.20</jetty-version>
<!-- Keycloak -->
Expand Down
2 changes: 1 addition & 1 deletion tests/springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot-bom</artifactId>
<version>${camel-version}</version>
<version>${camel-spring-boot-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit f2799b5

Please sign in to comment.