This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch camel-spring-boot-3.1.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-3.1.x by
this push:
new 21003e6 Update Camel target version to 3.1.1-SNAPSHOT
21003e6 is described below
commit 21003e6990786090b8d9d911538705ace3f2025b
Author: Gregor Zurowski <[email protected]>
AuthorDate: Thu Feb 27 02:11:06 2020 -0800
Update Camel target version to 3.1.1-SNAPSHOT
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index bb815c1..588507e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<spring-boot-version>2.2.4.RELEASE</spring-boot-version>
<!-- Camel target version -->
- <camel-version>3.1.0</camel-version>
+ <camel-version>3.1.1-SNAPSHOT</camel-version>
<!-- versions -->
<aether-version>1.0.2.v20150114</aether-version>
@@ -525,7 +525,7 @@
<profile>
<id>dev</id>
<properties>
- <camel-version>3.1.0</camel-version>
+ <camel-version>3.1.1-SNAPSHOT</camel-version>
</properties>
</profile>