更新jar版本到1.3.1
This commit is contained in:
Binary file not shown.
@@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.yanghuanglin</groupId>
|
||||
<artifactId>seq</artifactId>
|
||||
<version>1.2.1</version>
|
||||
<version>1.3.1</version>
|
||||
<name>seq</name>
|
||||
<description>seq</description>
|
||||
<properties>
|
||||
BIN
lib/seq-1.3.1-sources.jar
Normal file
BIN
lib/seq-1.3.1-sources.jar
Normal file
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.1</version>
|
||||
<version>1.3.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.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>
|
||||
<file>${project.basedir}/lib/seq-1.3.1.jar</file>
|
||||
<pomFile>${pom.basedir}/lib/seq-1.3.1-pom.xml</pomFile>
|
||||
<sources>${project.basedir}/lib/seq-1.3.1-sources.jar</sources>
|
||||
<repositoryLayout>default</repositoryLayout>
|
||||
<groupId>com.yanghuanglin</groupId>
|
||||
<artifactId>seq</artifactId>
|
||||
<version>1.2.1</version>
|
||||
<version>1.3.1</version>
|
||||
<packaging>jar</packaging>
|
||||
<generatePom>true</generatePom>
|
||||
</configuration>
|
||||
|
||||
@@ -34,6 +34,8 @@ public class SeqGeneratorConfig {
|
||||
generatorConfig.setJdbcTemplate(jdbcTemplate);
|
||||
generatorConfig.setTransactionTemplate(transactionTemplate);
|
||||
generatorConfig.setTableConfig(tableConfig);
|
||||
generatorConfig.setStep(1);
|
||||
generatorConfig.setType("MISSION");
|
||||
return generatorConfig;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user