This is an automated email from the ASF dual-hosted git repository.
orpiske 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 bdc21031c6f (chores) camel-kudu: use the standard maven profile name
for Windows
bdc21031c6f is described below
commit bdc21031c6f63a920f7f65ef508746c253d35286
Author: Otavio R. Piske <[email protected]>
AuthorDate: Sun Dec 4 09:28:05 2022 +0100
(chores) camel-kudu: use the standard maven profile name for Windows
---
components/camel-kudu/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-kudu/pom.xml b/components/camel-kudu/pom.xml
index f06e3f28c78..d79c5e654e0 100644
--- a/components/camel-kudu/pom.xml
+++ b/components/camel-kudu/pom.xml
@@ -34,7 +34,7 @@
<profiles>
<profile>
<!-- kudu-binary is not available for Windows. It is needed for
tests, so skip that -->
- <id>Windows-Kudu-SkipTests</id>
+ <id>Windows</id>
<activation>
<os>
<family>Windows</family>