Skip to content

Commit a376d53

Browse files
committed
Fixed an event resolver issue when the reason input and output values are different.
1 parent af4a68f commit a376d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<properties>
6-
<domain.version>3.10.1</domain.version>
6+
<domain.version>3.10.2</domain.version>
77
<maven.compiler.source>11</maven.compiler.source>
88
<maven.compiler.target>11</maven.compiler.target>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.point85</groupId>
1414
<artifactId>oee-collector</artifactId>
15-
<version>3.10.1</version>
15+
<version>3.10.2</version>
1616
<name>In-process data collector</name>
1717
<description>Executed by Java Service Wrapper</description>
1818

0 commit comments

Comments
 (0)