Skip to content

Commit c7d492e

Browse files
authored
Merge pull request apache#164 from Croway/camel-spring-boot-examples-4.8.0-branch
Use 4.8.0 version
2 parents 83ce5bd + 2b74454 commit c7d492e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

activemq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.camel.springboot.example</groupId>
2727
<artifactId>examples</artifactId>
28-
<version>4.4.0-SNAPSHOT</version>
28+
<version>4.8.0-SNAPSHOT</version>
2929
</parent>
3030

3131
<artifactId>camel-example-spring-boot-activemq</artifactId>

servicecall/consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.camel.springboot.example</groupId>
2626
<artifactId>camel-example-spring-boot-servicecall</artifactId>
27-
<version>4.4.0-SNAPSHOT</version>
27+
<version>4.8.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>camel-example-spring-boot-servicecall-consumer</artifactId>

servicecall/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.camel.springboot.example</groupId>
2626
<artifactId>examples</artifactId>
27-
<version>4.4.0-SNAPSHOT</version>
27+
<version>4.8.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>camel-example-spring-boot-servicecall</artifactId>

servicecall/services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.camel.springboot.example</groupId>
2626
<artifactId>camel-example-spring-boot-servicecall</artifactId>
27-
<version>4.4.0-SNAPSHOT</version>
27+
<version>4.8.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>camel-example-spring-boot-servicecall-services</artifactId>

tomcat-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.camel.springboot.example</groupId>
2626
<artifactId>examples</artifactId>
27-
<version>4.4.0-SNAPSHOT</version>
27+
<version>4.8.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>camel-example-spring-boot</artifactId>

0 commit comments

Comments
 (0)