You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by hu...@apache.org on 2022/11/14 16:22:21 UTC

[plc4x] branch develop updated: feat(plc4j/example): Fixed class path in read example

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

hutcheb 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 ce8fe7e913 feat(plc4j/example): Fixed class path in read example
ce8fe7e913 is described below

commit ce8fe7e913bf09c38f698e109e41bb5e8391c249
Author: Ben Hutcheson <be...@gmail.com>
AuthorDate: Mon Nov 14 10:21:33 2022 -0600

    feat(plc4j/example): Fixed class path in read example
---
 plc4j/examples/hello-world-plc4x-read/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/examples/hello-world-plc4x-read/pom.xml b/plc4j/examples/hello-world-plc4x-read/pom.xml
index 457feaa2d3..c8fe8e9750 100644
--- a/plc4j/examples/hello-world-plc4x-read/pom.xml
+++ b/plc4j/examples/hello-world-plc4x-read/pom.xml
@@ -32,7 +32,7 @@
   <description>Hello world application for PLC4X using the read-API.</description>
 
   <properties>
-    <app.main.class>org.apache.plc4x.java.examples.helloplc4x.discoverandbrowse.HelloPlc4xRead</app.main.class>
+    <app.main.class>org.apache.plc4x.java.examples.helloplc4x.read.HelloPlc4xRead</app.main.class>
   </properties>
 
   <dependencies>