From 16529425e48b91382b876c28401f73dc36eeccc6 Mon Sep 17 00:00:00 2001 From: xxy <773861846@qq.com> Date: Wed, 6 May 2020 06:40:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- novel-common/pom.xml | 2 +- novel-crawl/pom.xml | 2 +- novel-front/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/novel-common/pom.xml b/novel-common/pom.xml index 7e6ddcb..6ee3348 100644 --- a/novel-common/pom.xml +++ b/novel-common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>novel</artifactId> <groupId>com.java2nb</groupId> - <version>3.0.0</version> + <version>1.0.0-develop</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/novel-crawl/pom.xml b/novel-crawl/pom.xml index f79dfc4..bd5fb6e 100644 --- a/novel-crawl/pom.xml +++ b/novel-crawl/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>novel</artifactId> <groupId>com.java2nb</groupId> - <version>3.0.0</version> + <version>1.0.0-develop</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/novel-front/pom.xml b/novel-front/pom.xml index b469325..f52716a 100644 --- a/novel-front/pom.xml +++ b/novel-front/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>novel</artifactId> <groupId>com.java2nb</groupId> - <version>3.0.0</version> + <version>1.0.0-develop</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index a7b0308..5ab86bd 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>com.java2nb</groupId> <artifactId>novel</artifactId> - <version>3.0.0</version> + <version>1.0.0-develop</version> <modules> <module>novel-common</module> <module>novel-front</module>