pjfanning opened a new pull request, #2511:
URL: https://github.com/apache/pekko/pull/2511
fixes #2509
Not having a semver version and having sbt-dynver derive versions like
HEAD+20251117-1039 when the code is not under git management leads to other
problems with the build but this issue breaks the build.
Other issues that we get with HEAD+20251117-1039 style versions include:
```
[error] bnd: Invalid value for Bundle-Version, HEAD+20251117-1039 does not
match \d{1,9}(\.\d{1,9}(\.\d{1,9}(\.[-\w]+)?)?)?
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]