Skip to content

Commit

Permalink
build: 修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
201206030 committed Oct 12, 2023
1 parent 3e1c1f0 commit 6019ce1
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.1.0</version>
<version>4.2.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.1.0</version>
<version>4.2.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.1.0</version>
<version>4.2.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.1.0</version>
<version>4.2.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.1.0</version>
<version>4.2.0</version>
<modules>
<module>novel-common</module>
<module>novel-front</module>
Expand Down

0 comments on commit 6019ce1

Please sign in to comment.