This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-3.9.x
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/camel-3.9.x by this push:
new 7c33599 Point to 3.9.0
7c33599 is described below
commit 7c3359943f9ed4a644f616cb1be870daab1f7b58
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Mar 30 07:51:05 2021 +0200
Point to 3.9.0
---
examples/pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/examples/pom.xml b/examples/pom.xml
index ec9fb88..751349d 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,12 +23,12 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
- <version>3.9.0-SNAPSHOT</version>
+ <version>3.9.0</version>
</parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>examples</artifactId>
- <version>3.9.0-SNAPSHOT</version>
+ <version>3.9.0</version>
<packaging>pom</packaging>
<name>Camel Examples</name>
@@ -127,6 +127,7 @@
<module>loadbalancing</module>
<module>loan-broker-jms</module>
<module>main</module>
+ <module>main-artemis</module>
<module>main-endpointdsl</module>
<module>main-endpointdsl-aws2</module>
<module>main-endpointdsl-aws2-s3</module>