Skip to content

Commit

Permalink
build: 修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
201206030 committed Nov 2, 2024
1 parent 71b9d1d commit 3849a9b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion novel-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.java2nb</groupId>
<artifactId>novel-admin</artifactId>
<version>4.3.0</version>
<version>4.4.0</version>
<packaging>jar</packaging>

<name>novel-admin</name>
Expand Down
2 changes: 1 addition & 1 deletion novel-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>novel</artifactId>
<groupId>com.java2nb</groupId>
<version>4.3.0</version>
<version>4.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion novel-crawl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>novel</artifactId>
<groupId>com.java2nb</groupId>
<version>4.3.0</version>
<version>4.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion novel-front/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>novel</artifactId>
<groupId>com.java2nb</groupId>
<version>4.3.0</version>
<version>4.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
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>com.java2nb</groupId>
<artifactId>novel</artifactId>
<version>4.3.0</version>
<version>4.4.0</version>
<modules>
<module>novel-common</module>
<module>novel-front</module>
Expand Down

0 comments on commit 3849a9b

Please sign in to comment.