Browse Source

auto commit

tags/v1.0.0
yitter 4 years ago
parent
commit
5d01a8331a
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Java/README.md
  2. +2
    -2
      Java/source/pom.xml

+ 1
- 1
Java/README.md View File

@@ -8,7 +8,7 @@ JDK 1.8+
<dependency>
<groupId>com.github.yitter</groupId>
<artifactId>yitter-idgenerator</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<type>pom</type>
</dependency>
```


+ 2
- 2
Java/source/pom.xml View File

@@ -6,8 +6,8 @@

<groupId>com.github.yitter</groupId>
<artifactId>yitter-idgenerator</artifactId>
<version>1.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<version>1.0.1</version>

<name>yitter-idgenerator</name>
<description>Shorter ID and faster generation with a new snowflake drift algorithm. The core is to shorten the ID
@@ -95,7 +95,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>


Loading…
Cancel
Save