This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch camel-karaf-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/camel-karaf-3.14.x by this
push:
new 7225a28 Fixing build (SNASHOT)
7225a28 is described below
commit 7225a28e462451fe7f4737fab1a9ef51bb5fe69a
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Feb 4 11:39:04 2022 +0000
Fixing build (SNASHOT)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index abc6e6c..28de167 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
- <version>3.14.2-SNASHOT</version>
+ <version>3.14.2-SNAPSHOT</version>
</parent>
<groupId>org.apache.camel.karaf</groupId>
@@ -106,7 +106,7 @@
<compiler.fork>false</compiler.fork>
<!-- Camel target version -->
- <camel-version>3.14.2-SNASHOT</camel-version>
+ <camel-version>3.14.2-SNAPSHOT</camel-version>
<ant-bundle-version>1.7.0_6</ant-bundle-version>
<antlr-bundle-version>3.5.2_1</antlr-bundle-version>