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

cdutz pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git.


    from e853c79  - Fixed some SonarQube findings
     new 6fb54d7  - Cleaned up the dependency versions
     new 1a09a0a  - Hopefully fixed the Scraper test that was failing on some 
systems.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/hello-cloud-azure/pom.xml                 |   2 -
 examples/hello-cloud-google/pom.xml                |   1 -
 examples/hello-storage-elasticsearch/pom.xml       |   6 +-
 integrations/apache-kafka/pom.xml                  |   2 -
 plc4j/api/pom.xml                                  |   1 -
 plc4j/drivers/ads/pom.xml                          |   1 -
 plc4j/drivers/modbus/pom.xml                       |   1 -
 plc4j/drivers/simulated/pom.xml                    |   2 -
 plc4j/protocols/ads/pom.xml                        |   2 -
 plc4j/protocols/benchmarks/pom.xml                 |   2 -
 plc4j/protocols/delta-v/pom.xml                    |   6 -
 plc4j/protocols/driver-bases/base/pom.xml          |   2 -
 plc4j/protocols/driver-bases/serial/pom.xml        |   1 -
 plc4j/protocols/s7/pom.xml                         |   1 -
 plc4j/utils/opm/pom.xml                            |   1 -
 plc4j/utils/raw-sockets/pom.xml                    |   1 +
 plc4j/utils/scraper/pom.xml                        |   9 +-
 .../apache/plc4x/java/scraper/ScraperTaskTest.java |   2 +-
 plc4j/utils/wireshark-utils/pom.xml                |   7 -
 pom.xml                                            | 310 ++++++++++++++++++---
 {plc4j/drivers/delta-v => protocols}/pom.xml       |  20 +-
 .../apache/plc4x/protocols}/cotp-protocol.dfdl.xsd |   0
 .../apache/plc4x/protocols}/s7-protocol.dfdl.xsd   |   0
 .../apache/plc4x/protocols}/tpkt-protocol.dfdl.xsd |   0
 24 files changed, 291 insertions(+), 89 deletions(-)
 copy {plc4j/drivers/delta-v => protocols}/pom.xml (71%)
 rename {src/main/dfdl => 
protocols/src/main/dfdl/org/apache/plc4x/protocols}/cotp-protocol.dfdl.xsd 
(100%)
 rename {src/main/dfdl => 
protocols/src/main/dfdl/org/apache/plc4x/protocols}/s7-protocol.dfdl.xsd (100%)
 rename {src/main/dfdl => 
protocols/src/main/dfdl/org/apache/plc4x/protocols}/tpkt-protocol.dfdl.xsd 
(100%)

Reply via email to