You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/08/24 16:12:15 UTC

[plc4x] 06/12: chore(plc4j/opc-ua): Downgraded the version of milo used in tests as 0.6.7 doesn't seem to work.

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

cdutz pushed a commit to branch feature/ads-symbol-discovery
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 7daa0b937a2aae0617f1c0583bdb519115c43948
Author: Christofer Dutz <ch...@rivian.com>
AuthorDate: Wed Aug 24 10:17:40 2022 +0200

    chore(plc4j/opc-ua): Downgraded the version of milo used in tests as 0.6.7 doesn't seem to work.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c1e64d3bf..c4e004f8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
     <maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
     <!-- version 0.6.7 is newer, however the ExampleServer doesn't seem to run with that -->
     <!-- version 0.6.8 is being released, however the milo-examples artifact is not available yet -->
-    <milo.version>0.6.7</milo.version>
+    <milo.version>0.6.6</milo.version>
     <mockito.version>4.7.0</mockito.version>
     <netty.version>4.1.79.Final</netty.version>
     <owasp-dependency-check.version>7.1.1</owasp-dependency-check.version>