Skip to content
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

Snapshots are published for each Scala minor version #333

Open
PawelLipski opened this issue Aug 23, 2023 · 0 comments
Open

Snapshots are published for each Scala minor version #333

PawelLipski opened this issue Aug 23, 2023 · 0 comments
Labels
bug Something isn't working distribution Relates to how library is packaged/published/shipped etc.

Comments

@PawelLipski
Copy link
Collaborator

PawelLipski commented Aug 23, 2023

See logs from publish-maven-artifacts in CI, e.g. https://github.com/VirtusLab/akka-serialization-helper/actions/runs/5923841095/job/16060626492:

[info] Setting Scala version to 2.12.13 on 10 projects.
[info] Excluded 2 projects, run ++ 2.12.13 -v for more details.
[info] Reapplying settings...
[info] set current project to akka-serialization-helper (in build file:/home/runner/work/akka-serialization-helper/akka-serialization-helper/)
[info] Wrote /home/runner/work/akka-serialization-helper/akka-serialization-helper/circe-akka-serializer/target/jvm-2.12/circe-akka-serializer_2.12-0.0.0+1-e985c2be-SNAPSHOT.pom
[info] Wrote /home/runner/work/akka-serialization-helper/akka-serialization-helper/annotation/target/jvm-2.12/annotation_2.12-0.0.0+1-e985c2be-SNAPSHOT.pom
[info] Wrote /home/runner/work/akka-serialization-helper/akka-serialization-helper/dump-persistence-schema-compiler-plugin/target/jvm-2.12/dump-persistence-schema-compiler-plugin_2.12-0.0.0+1-e985c2be-SNAPSHOT.pom
...
[info] Setting Scala version to 2.12.14 on 10 projects.
[info] Excluded 2 projects, run ++ 2.12.14 -v for more details.
[info] Reapplying settings...
[info] set current project to akka-serialization-helper (in build file:/home/runner/work/akka-serialization-helper/akka-serialization-helper/)
[info] Wrote /home/runner/work/akka-serialization-helper/akka-serialization-helper/circe-akka-serializer/target/jvm-2.12/circe-akka-serializer_2.12-0.0.0+1-e985c2be-SNAPSHOT.pom
[info] Wrote /home/runner/work/akka-serialization-helper/akka-serialization-helper/dump-persistence-schema-compiler-plugin/target/jvm-2.12/dump-persistence-schema-compiler-plugin_2.12-0.0.0+1-e985c2be-SNAPSHOT.pom
...

(etc.)

For each Scala version the same snapshot version gets published, they just get overwritten (which is allowed for snapshot versions) 😅

@PawelLipski PawelLipski added bug Something isn't working distribution Relates to how library is packaged/published/shipped etc. labels Aug 23, 2023
@PawelLipski PawelLipski changed the title Snapshots are published for each Scala minor version, and as 0.0.0+... version Releases are published for each Scala minor version; also snapshots are published as 0.0.0+... version Aug 23, 2023
@PawelLipski PawelLipski changed the title Releases are published for each Scala minor version; also snapshots are published as 0.0.0+... version Releases are published (?) for each Scala minor version Aug 24, 2023
@PawelLipski PawelLipski changed the title Releases are published (?) for each Scala minor version Snapshots are published for each Scala minor version Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working distribution Relates to how library is packaged/published/shipped etc.
Projects
None yet
Development

No branches or pull requests

1 participant