You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/06/15 16:18:43 UTC

[plc4x] branch develop updated: chore(plc4go): link upstream issue

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new d42d3e387f chore(plc4go): link upstream issue
d42d3e387f is described below

commit d42d3e387f26f1704a98f5507862f2ad1f2d411a
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Thu Jun 15 18:18:37 2023 +0200

    chore(plc4go): link upstream issue
---
 plc4go/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4go/pom.xml b/plc4go/pom.xml
index 877cd3fc82..713d09af8c 100644
--- a/plc4go/pom.xml
+++ b/plc4go/pom.xml
@@ -569,7 +569,7 @@
             <configuration>
               <buildFlags>
                 <flag>-v</flag>
-                <!-- TODO: race detection temporary disabled till root cause for the issue is found https://github.com/golang/go/issues/40343 -->
+                <!-- TODO: race detection temporary disabled till root cause for the issue is found: https://github.com/golang/go/issues/40343 -->
                 <!--flag>-race</flag-->
                 <flag>${go.cover.flag}</flag>
               </buildFlags>