why are some alphas pushed to maven central and others not?
➕ 1
🤔 3
i
Igor Demin
05/24/2022, 9:37 AM
The current rule of publishing to maven central - we publish all non-dev releases such as
1.1.0
,
1.1.0-rc01
,
1.1.0-alpha01
,
1.1.0-alpha02
.
Some dev versions such as
1.1.0-alpha01-dev565
were published manually, when they were needed for some reason (for example, to test how templates/examples work only with maven central repo).
Probably in the future, dev versions will only be available in
space
maven repo, and we will be publishing intermediate 1.1.0-alphaXX.
👍 1
👍🏻 1
🙏 1
Igor Demin
09/16/2022, 5:45 PM
1.2.0-beta01 is in maven central
j
jw
09/16/2022, 5:46 PM
Thank you! I have a tool which notifies me of new versions and immediately jumped on it and updated our repos.