Skip to content

Commit

Permalink
release a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ttulka committed Dec 6, 2022
1 parent 953a40e commit 84e59fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add necessary dependencies:
<dependency>
<groupId>com.connectedcooking.opcua</groupId>
<artifactId>opcua-dynamic-node-manager</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>com.prosysopc.ua</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.connectedcooking.opcua</groupId>
<artifactId>opcua-dynamic-node-manager</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.prosysopc.ua</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.connectedcooking.opcua</groupId>
<artifactId>opcua-dynamic-node-manager</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>

<name>OPC UA Dynamic Node Manager</name>
<description>Java library for implementing a dynamic node manager that responses dynamically based on the user context.</description>
Expand Down

0 comments on commit 84e59fa

Please sign in to comment.