Skip to content

Commit

Permalink
build: 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Aug 19, 2024
1 parent 4d17fab commit 4612401
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.jetlinks</groupId>
<artifactId>zlmedia4j</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

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

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

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

<artifactId>zlmedia4j-restful</artifactId>
Expand Down

0 comments on commit 4612401

Please sign in to comment.