So, as I understand the correct git branch to maven version mapping should be the following:
branch-2.0 -> 2.0.0-SNAPSHOT master -> 2.1.0-SNAPSHOT but the current is branch-2.0 -> 2.0.1-SNAPSHOT master -> 2.0.0-SNAPTHOT We are starting to play with Spark 2.0 in TransferWise and find the versioning of the development branches very confusing. Any plans to fix it? Thanks! On Sat, Jul 2, 2016 at 11:07 PM, Koert Kuipers <ko...@tresata.com> wrote: > that helps, now i know i simply need to look at master > > On Sat, Jul 2, 2016 at 1:37 PM, Sean Owen <so...@cloudera.com> wrote: > >> So, on the one hand I think branch-2.0 should really still be on >> 2.0.0-SNAPSHOT but is on 2.0.1-SNAPSHOT, and while master should >> technically be on 2.1.0-SNAPSHOT but we can't quite because of MiMa >> right now, I do see that both snapshots are being produced still: >> >> >> https://repository.apache.org/content/groups/snapshots/org/apache/spark/spark-core_2.11/ >> >> 2.0.0-SNAPSHOT is actually from master, kinda confusingly. Not sure if >> that helps. >> >> On Sat, Jul 2, 2016 at 5:25 PM, Koert Kuipers <ko...@tresata.com> wrote: >> > You do, snapshots for spark 2.0.0-SNAPSHOT are updated daily on the >> apache >> > snapshot repo. I use them in our own unit tests to find regressions >> etc. in >> > spark and report them back >> > >> > On Jul 2, 2016 3:35 AM, "Sean Owen" <so...@cloudera.com> wrote: >> >> >> >> Yeah, interesting question about whether it should be 2.0.1-SNAPSHOT >> >> at this stage because 2.0.0 is not yet released. But I'm not sure we >> >> publish snapshots anyway? >> >> >> >> On Sat, Jul 2, 2016 at 5:41 AM, Koert Kuipers <ko...@tresata.com> >> wrote: >> >> > is that correct? >> >> > where do i get the latest 2.0.0-SNAPSHOT? >> >> > thanks, >> >> > koert >> > >