v1.1.1发布

This commit is contained in:
xiongxiaoyang 2020-05-11 18:37:59 +08:00
parent c8d7a10d9f
commit e9ab6d8bb0
5 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
- [x] 小说评论模块
- [x] 阅读主题模块
- [ ] 作家专区
- [ ] 充值
- [x] 充值
- [ ] 后台管理系统
- [x] 爬虫管理系统

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>novel</artifactId>
<groupId>com.java2nb</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>novel</artifactId>
<groupId>com.java2nb</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>novel</artifactId>
<groupId>com.java2nb</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<groupId>com.java2nb</groupId>
<artifactId>novel</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<modules>
<module>novel-common</module>
<module>novel-front</module>