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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new bce85d58c1f Fix opc-ua-sink version error
bce85d58c1f is described below

commit bce85d58c1f3516a5a724982ce708f17be19eac1
Author: HTHou <[email protected]>
AuthorDate: Fri Nov 3 11:10:21 2023 +0800

    Fix opc-ua-sink version error
---
 example/opc-ua-sink/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/opc-ua-sink/pom.xml b/example/opc-ua-sink/pom.xml
index 5c19435e8b1..0a68d2f6e49 100644
--- a/example/opc-ua-sink/pom.xml
+++ b/example/opc-ua-sink/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>opc-ua-sink-example</artifactId>
@@ -42,4 +42,4 @@
             <artifactId>sdk-server</artifactId>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

Reply via email to