auto commit
This commit is contained in:
@@ -8,7 +8,7 @@ JDK 1.8+
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yitter</groupId>
|
<groupId>com.github.yitter</groupId>
|
||||||
<artifactId>yitter-idgenerator</artifactId>
|
<artifactId>yitter-idgenerator</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.2</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
<groupId>com.github.yitter</groupId>
|
<groupId>com.github.yitter</groupId>
|
||||||
<artifactId>yitter-idgenerator</artifactId>
|
<artifactId>yitter-idgenerator</artifactId>
|
||||||
|
<version>1.0.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.0.1</version>
|
|
||||||
|
|
||||||
<name>yitter-idgenerator</name>
|
<name>yitter-idgenerator</name>
|
||||||
<description>Shorter ID and faster generation with a new snowflake drift algorithm. The core is to shorten the ID
|
<description>Shorter ID and faster generation with a new snowflake drift algorithm. The core is to shorten the ID
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<serverId>ossrh</serverId>
|
<serverId>ossrh</serverId>
|
||||||
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
|
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
|
||||||
<autoReleaseAfterClose>false</autoReleaseAfterClose>
|
<autoReleaseAfterClose>true</autoReleaseAfterClose>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
Reference in New Issue
Block a user