Re: [SUREFIRE] maven-metadata.xml does not point to latest snapshot

2019-02-11 Thread Benedikt Ritter
Hello, Am Mo., 11. Feb. 2019 um 18:39 Uhr schrieb Enrico Olivelli < eolive...@gmail.com>: > In maven coordinates 3.0.0 is different from 3.0.0-M4 (you already knew), > so they can coexist. > Yes, but the question is, what is latest available snapshot? The 3.0.0-SNAPSHOT has been deployed sometim

Re: [SUREFIRE] maven-metadata.xml does not point to latest snapshot

2019-02-11 Thread Enrico Olivelli
In maven coordinates 3.0.0 is different from 3.0.0-M4 (you already knew), so they can coexist. How are you referring to surefire in your project? Btw I will check and try to deploy current master Enrico Il giorno lun 11 feb 2019, 14:59 Benedikt Ritter ha scritto: > Hi, > > I just realized tha

[SUREFIRE] maven-metadata.xml does not point to latest snapshot

2019-02-11 Thread Benedikt Ritter
Hi, I just realized that the maven-metadata.xml for Surefire in the snapshot repository [1] does not point to the latest Surefire snapshot. It says that 3.0.0-SNAPSHOT is the latest version but 3.0.0-M4-SNAPSHOT is actually the latest available snapshot. Is it possible to correct this? Thanks, Be