更新jar版本到1.2.1
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.yanghuanglin</groupId>
|
||||
<artifactId>seq</artifactId>
|
||||
<version>1.2.0</version>
|
||||
<version>1.2.1</version>
|
||||
<name>seq</name>
|
||||
<description>seq</description>
|
||||
<properties>
|
||||
Binary file not shown.
Binary file not shown.
10
pom.xml
10
pom.xml
@@ -39,7 +39,7 @@
|
||||
<dependency>
|
||||
<groupId>com.yanghuanglin</groupId>
|
||||
<artifactId>seq</artifactId>
|
||||
<version>1.2.0</version>
|
||||
<version>1.2.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.springframework</groupId>
|
||||
@@ -92,13 +92,13 @@
|
||||
<goal>install-file</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<file>${project.basedir}/lib/seq-1.2.0.jar</file>
|
||||
<pomFile>${pom.basedir}/lib/seq-1.2.0-pom.xml</pomFile>
|
||||
<sources>${project.basedir}/lib/seq-1.2.0-sources.jar</sources>
|
||||
<file>${project.basedir}/lib/seq-1.2.1.jar</file>
|
||||
<pomFile>${pom.basedir}/lib/seq-1.2.1-pom.xml</pomFile>
|
||||
<sources>${project.basedir}/lib/seq-1.2.1-sources.jar</sources>
|
||||
<repositoryLayout>default</repositoryLayout>
|
||||
<groupId>com.yanghuanglin</groupId>
|
||||
<artifactId>seq</artifactId>
|
||||
<version>1.2.0</version>
|
||||
<version>1.2.1</version>
|
||||
<packaging>jar</packaging>
|
||||
<generatePom>true</generatePom>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user