Skip to content

Commit

Permalink
build: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Aug 4, 2023
1 parent 94e7309 commit f2e68a8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 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.0-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
11 changes: 1 addition & 10 deletions plugin-examples/hc-net-sdk/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>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -27,15 +27,6 @@
<groupId>com.sun.jna</groupId>
<artifactId>jna</artifactId>
<version>3.0.9</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/jna.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sun.jna</groupId>
<artifactId>test</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/lib/examples.jar</systemPath>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion plugin-examples/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.0-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>plugin-examples</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.0-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>plugin-internal</artifactId>
Expand Down
8 changes: 4 additions & 4 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.0-SNAPSHOT</version>
<version>1.0.1</version>
<modules>
<module>plugin-core</module>
<module>plugin-internal</module>
Expand Down Expand Up @@ -54,9 +54,9 @@
<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.1-SNAPSHOT</jetlinks.core.version>
<hsweb.framework.version>4.0.16-SNAPSHOT</hsweb.framework.version>
<reactor.ql.version>1.0.16-SNAPSHOT</reactor.ql.version>
<jetlinks.core.version>1.2.1</jetlinks.core.version>
<hsweb.framework.version>4.0.16</hsweb.framework.version>
<reactor.ql.version>1.0.16</reactor.ql.version>
</properties>

<dependencies>
Expand Down

0 comments on commit f2e68a8

Please sign in to comment.