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