> Note, that you might create a SNAPSHOT version accidentally by having an unclean working directory (e.g. by using a custom version of sbt-reproducible-build).
I have just verified that this is indeed the issue, with that clarified I will +1 Thanks for creating the release. On Wed, Jul 26, 2023 at 7:15 PM Johannes Rudolph <[email protected]> wrote: > On Wed, Jul 26, 2023 at 6:34 PM Matthew de Detrich > <[email protected]> wrote: > > The bytecode in the JARs are the same however the POM's differ. For > example > > with pekko-parsing_2.12.pom the staging version has > > > > <info.apiURL>https://pekko.apache.org/api/pekko-http/current/ > </info.apiURL> > > > > where as my version has > > > > <info.apiURL>https://pekko.apache.org/api/pekko-http/1.0.0-RC2/ > > </info.apiURL> > > I think, it's the other way round, see > > https://repository.apache.org/content/groups/staging/org/apache/pekko/pekko-parsing_2.12/1.0.0-RC2/pekko-parsing_2.12-1.0.0-RC2.pom > which shows > > <info.apiURL>https://pekko.apache.org/api/pekko-http/1.0.0-RC2/ > </info.apiURL> > > For me, the build from the source zip then had the current link and I > fixed it by overriding `ThisBuild / version` and `ThisBuild / > isSnapshot`. > > Note, that you might create a SNAPSHOT version accidentally by having > an unclean working directory (e.g. by using a custom version of > sbt-reproducible-build). > > Johannes > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Matthew de Detrich *Aiven Deutschland GmbH* Immanuelkirchstraße 26, 10405 Berlin Amtsgericht Charlottenburg, HRB 209739 B Geschäftsführer: Oskari Saarenmaa & Hannu Valtonen *m:* +491603708037 *w:* aiven.io *e:* [email protected]
