Skip to content

cip4/PrintTalkJ

Repository files navigation

CIP4 PrintTalk Java Library

Maven Central License (CIP4 Software License)

CIP4 PrintTalk Library

Issue Tracking

Don't write issues, provide Pull-Requests!

Development Notes

Release a new Version

Creation and publishing of a new version to GitHub Release and to the Central Maven Repository.

NOTE: The publication to the Central Maven Repository may take up to two hours.

$ git tag -a PrintTalkJ-2.1.[VERSION] -m "[TITLE]"
$ git push origin PrintTalkJ-2.1.[VERSION]

In case a build has been failed, a tag can be deleted using the following command:

$ git tag -d PrintTalkJ-2.1.[VERSION]
$ git push origin :refs/tags/PrintTalkJ-2.1.[VERSION]