From f02fdf5a5342dc3432eba8bbce7f7e6ddea2a583 Mon Sep 17 00:00:00 2001 From: yhl452493373 Date: Wed, 16 Feb 2022 17:38:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7a8f717..943eabf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 使用方法: -+ 在项目中放置jar包的地方把seq-1.5.1.jar、seq-1.5.1-sources.jar、seq-1.5.1-pom.xml复制过去 ++ 在项目中放置jar包的地方把seq-1.5.2.jar、seq-1.5.2-sources.jar、seq-1.5.2-pom.xml复制过去 + 在pom.xml中增加以下内容,然后执行maven命令:mvn clean ```xml @@ -18,7 +18,7 @@ com.yanghuanglin seq - 1.5.1 + 1.5.2 @@ -50,13 +50,13 @@ - ${project.basedir}/lib/seq-1.5.1.jar - ${project.basedir}/lib/seq-1.5.1-pom.xml - ${project.basedir}/lib/seq-1.5.1-sources.jar + ${project.basedir}/lib/seq-1.5.2.jar + ${project.basedir}/lib/seq-1.5.2-pom.xml + ${project.basedir}/lib/seq-1.5.2-sources.jar default com.yanghuanglin seq - 1.5.1 + 1.5.2 jar true