This is an automated email from the ASF dual-hosted git repository.
bvahdat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 89b985c fix the broken example
89b985c is described below
commit 89b985cb89eaa19ffb0c82c248c51aaa4345413a
Author: Babak Vahdat <[email protected]>
AuthorDate: Thu Feb 22 07:27:25 2024 +0100
fix the broken example
---
kamelet-main/scan/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kamelet-main/scan/pom.xml b/kamelet-main/scan/pom.xml
index c5a0dd3..03be2d4 100644
--- a/kamelet-main/scan/pom.xml
+++ b/kamelet-main/scan/pom.xml
@@ -107,7 +107,7 @@
</descriptorRefs>
<archive>
<manifest>
-
<mainClass>org.apache.camel.example.scan.ScanDownloadApplication</mainClass>
+
<mainClass>org.apache.camel.example.scan.ScanApplication</mainClass>
</manifest>
</archive>
</configuration>