diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-04-09 08:44:02 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-04-09 08:44:04 -0400 |
commit | f369604506c0ad371ceeefebf492c3c1d80eaeab (patch) | |
tree | 4a52539a732939d96cfdf9a01b62d3ad0c79ccc4 /pom.xml | |
parent | 8c01b58b76d44c051999362db92d6e69cb6fdd8b (diff) |
Move to more current camel version
Issue-ID: AAI-2343
Change-Id: I322bd00d131a6b7eebf42492ce033bbd1de056f3
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ limitations under the License. <properties> <java.version>1.8</java.version> - <camel-spring-boot.version>2.21.1</camel-spring-boot.version> + <camel-spring-boot.version>2.21.5</camel-spring-boot.version> <docker.location>${basedir}/target</docker.location> <absoluteDistFilesRoot>/appl/${project.artifactId}</absoluteDistFilesRoot> <!-- For NO Versioning, REMOVE the /${project.version} from the <distFilesRoot> |