Skip to content

Commit

Permalink
1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Jun 20, 2022
1 parent 0cc00cd commit b94eb41
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.jetlinks</groupId>
<artifactId>jetlinks</artifactId>
<version>1.1.10-SNAPSHOT</version>
<version>1.1.10</version>
</parent>

<artifactId>rule-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rule-engine-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>rule-engine</artifactId>
<groupId>org.jetlinks</groupId>
<version>1.1.10-SNAPSHOT</version>
<version>1.1.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ public class ScheduleJob implements Serializable {
@Nonnull
private String nodeId;

@Nonnull
/**
* 模型类型
*/
private String modelType;

/**
Expand Down
2 changes: 1 addition & 1 deletion rule-engine-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>rule-engine</artifactId>
<groupId>org.jetlinks</groupId>
<version>1.1.10-SNAPSHOT</version>
<version>1.1.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rule-engine-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>rule-engine</artifactId>
<groupId>org.jetlinks</groupId>
<version>1.1.10-SNAPSHOT</version>
<version>1.1.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit b94eb41

Please sign in to comment.