From 1a9a158126e5d63bf0fec63105ee6540063ab11d Mon Sep 17 00:00:00 2001 From: yhl452493373 Date: Thu, 10 Feb 2022 11:28:52 +0800 Subject: [PATCH] update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c522d6..cd52668 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 使用方法: -+ 在项目中放置jar包的地方把seq-1.0.0.jar、seq-1.0.0-sources.jar、seq-1.0.0-pom.xml复制过去 ++ 在项目中放置jar包的地方把seq-1.1.0.jar、seq-1.1.0-sources.jar、seq-1.1.0-pom.xml复制过去 + 在pom.xml中增加以下内容,然后执行maven命令:mvn clean ```xml @@ -50,9 +50,9 @@ - ${project.basedir}/lib/seq-1.0.0.jar - ${pom.basedir}/lib/seq-1.0.0-pom.xml - ${project.basedir}/lib/seq-1.0.0-sources.jar + ${project.basedir}/lib/seq-1.1.0.jar + ${pom.basedir}/lib/seq-1.1.0-pom.xml + ${project.basedir}/lib/seq-1.1.0-sources.jar default com.yanghuanglin seq