Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 764 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 764 Bytes

eaio-uuid

This is a fork of com.eaio.uuid:uuid version 3.2. The sources have been imported from the sources JAR.

The goal of this fork is to make the library work with Java 9 and later.

Create Release

Execute the following commands to create a new uuid release and publish it on maven central.

mvn release:clean release:prepare
mvn release:perform

Make sure you have a working GPG setup to sign the artifacts and that you have valid sonatype credentials for the ossrh serverId in your ~/.m2/settings.xml.

See Sonatype Maven documentation for details.

License

MIT - See copying.txt for details.