-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update project specific dependencies to latest published stable release #715
Comments
Thanks for raising this issue. We will have an analysis and will come back to you if we have any questions. Please feel free to participate in the open planning for any other concerns. |
Thanks @ds-lcapellino , |
Hey @ds-jhartmann |
Hi @mkanal, |
Within the IRS, this is probably exactly right. However, for applications that include the library, such as trace-x, a stable (not SNAPSHOT) version of the IRS client lib should be declared when creating a trace-x release. Since the trace-x releases are regularly merged into the fork, stable versions of trace-x releases should be used for integrated libraries. Otherwise, I assume, no deterministic behavior is guaranteed, since the SNAPSHOT version can change at any time. |
We will adapt our release process to always release the irs-edc-client lib first and use the released version for the Trace-X release. With this, there should be not SNAPSHOT versions in tagged releases anymore. However, we still use SNAPSHOT versions in our main branch. I'll provide an update as soon as our release process has been adapted. |
Hi @hgo-ds , Best |
@ds-jhartmann @hgo-ds @ds-lcapellino fyi @jzbmw |
Thanks @ds-lcapellino for providing that solution. Issue is solved. Regards |
As TRX Developer,
I want to have project specific dependencies up to date and stable,
so that no SNAPSHOT libraries are in use when trace-x is released.
Hints / Details
Using SNAPHOT-Releases should be avoided:
traceability-foss/pom.xml
Line 105 in 3e98237
Acceptance Criteria
Out of Scope
The text was updated successfully, but these errors were encountered: