You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to make Java SemVer modular by separating different concepts of SemVer into independent modules using Maven's Project Aggregation. The different modules could be the SemVer's core specification, the SemVer Expressions API, library extensions or there could also be modules of utilities and/or Maven plugins, later on.
This will allow to use only those parts of Java SemVer that are required for a project.
The text was updated successfully, but these errors were encountered:
Zafar, It'd be great if you could release an official 1.0.0 version soon; I want to use the library but am worried the API will change. Thanks in advance, Jim
The idea is to make Java SemVer modular by separating different concepts of SemVer into independent modules using Maven's Project Aggregation. The different modules could be the SemVer's core specification, the SemVer Expressions API, library extensions or there could also be modules of utilities and/or Maven plugins, later on.
This will allow to use only those parts of Java SemVer that are required for a project.
The text was updated successfully, but these errors were encountered: