From 4878f17de809b987f613dc40aa06ac648290ea71 Mon Sep 17 00:00:00 2001
From: xxy <773861846@qq.com>
Date: Mon, 11 May 2020 22:36:06 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=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 d235b81..fb7c41b 100644
--- a/novel-common/pom.xml
+++ b/novel-common/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>novel</artifactId>
         <groupId>com.java2nb</groupId>
-        <version>1.1.1</version>
+        <version>1.2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/novel-crawl/pom.xml b/novel-crawl/pom.xml
index a66d03b..9e84ff3 100644
--- a/novel-crawl/pom.xml
+++ b/novel-crawl/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>novel</artifactId>
         <groupId>com.java2nb</groupId>
-        <version>1.1.1</version>
+        <version>1.2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/novel-front/pom.xml b/novel-front/pom.xml
index 53ffe18..ce12dab 100644
--- a/novel-front/pom.xml
+++ b/novel-front/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>novel</artifactId>
         <groupId>com.java2nb</groupId>
-        <version>1.1.1</version>
+        <version>1.2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index e5fa71d..3ec8697 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
     <groupId>com.java2nb</groupId>
     <artifactId>novel</artifactId>
-    <version>1.1.1</version>
+    <version>1.2.0</version>
     <modules>
         <module>novel-common</module>
         <module>novel-front</module>