Skip to content

Commit

Permalink
build: 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Aug 19, 2024
1 parent 31c47b0 commit 0cae428
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugin-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jetlinks-plugin</artifactId>
<groupId>org.jetlinks.plugin</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion plugin-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jetlinks.plugin</groupId>
<artifactId>jetlinks-plugin</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>plugin-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jetlinks.plugin</groupId>
<artifactId>jetlinks-plugin</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>plugin-internal</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.jetlinks.plugin</groupId>
<artifactId>jetlinks-plugin</artifactId>
<packaging>pom</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<modules>
<module>plugin-core</module>
<module>plugin-internal</module>
Expand Down Expand Up @@ -54,7 +54,7 @@
<project.build.jdk>${java.version}</project.build.jdk>
<reactor.version>2020.0.14</reactor.version>
<slf4j.version>1.7.36</slf4j.version>
<jetlinks.core.version>1.2.2-SNAPSHOT</jetlinks.core.version>
<jetlinks.core.version>1.2.2</jetlinks.core.version>
<hsweb.framework.version>4.0.16</hsweb.framework.version>
<reactor.ql.version>1.0.16</reactor.ql.version>
</properties>
Expand Down

0 comments on commit 0cae428

Please sign in to comment.