utPLSQL / utPLSQL-java-api

Java API for running utPLSQL v3+ unit tests from java applictions
Apache License 2.0
6 stars 5 forks source link

New approach to release deployment #79

Closed Pazus closed 5 years ago

Pazus commented 5 years ago

Cuurent approach to versioning with manual control of the version number being deplys leads to errors when second commit on develop branch uses the same version as non-snapshot artifact may only be uploaded once.

In this PR I suggest another approach when non-SNAPSHOT artifact is created only for tagged builds with tag like (v)#.#.# where "v" is optional. I also slightly updated gradle and junit