This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 4f0fc82 Fixed Build by removing weird char in Azure storage POM file 4f0fc82 is described below commit 4f0fc82a25533111d0c85fe89af624972ece19fc Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Nov 29 07:41:05 2021 +0100 Fixed Build by removing weird char in Azure storage POM file --- components/camel-azure/camel-azure-storage-blob/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-azure/camel-azure-storage-blob/pom.xml b/components/camel-azure/camel-azure-storage-blob/pom.xml index 2881acb..d9e99ac 100644 --- a/components/camel-azure/camel-azure-storage-blob/pom.xml +++ b/components/camel-azure/camel-azure-storage-blob/pom.xml @@ -1,4 +1,4 @@ -\<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more