On 11/02/2012 02:54 PM, Laszlo Hornyak wrote: > Hi Juan, > > I think it is time to correct the version, but I was always wondering why we > do not use the -SNAPSHOT versioning the maven developers designed? I think > once we start pushing artifacts to public repositories, it will be a pain to > have released version in our pom files. I think frontend and backend plugin > developers will need this. > > http://www.sonatype.com/books/mvnref-book/reference/pom-relationships-sect-pom-syntax.html
Well, I don't have anything against that, but it will break some of the things that we currently do in the Makefile. We deploy artifacts to a local temporary directory during the build process, and we expect them to be named "whatever-3.2.0.jar". If we use the SNAPSHOT capability then they will be named "whatever-3.2.0-20121102.143802-1.jar" and that breaks our build. I prefer not to touch the Makefile at this point, but I am open to fix it and use SNAPSHOT in the future. > ----- Original Message ----- >> From: "Juan Hernandez" <[email protected]> >> To: [email protected] >> Sent: Friday, November 2, 2012 2:42:10 PM >> Subject: [Engine-devel] Time to bump version to 3.2.0? >> >> I think that it is time to bump the version number in the POMs and in >> the RPM spec to 3.2.0: >> >> http://gerrit.ovirt.org/8993 >> >> In general I think that we should do this immediately after each >> release, bumping to the next expected version number. >> >> Thoughts? >> -- >> Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta >> 3ºD, 28016 Madrid, Spain >> Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat >> S.L. >> _______________________________________________ >> Engine-devel mailing list >> [email protected] >> http://lists.ovirt.org/mailman/listinfo/engine-devel >> > _______________________________________________ > Engine-devel mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/engine-devel > -- Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta 3ºD, 28016 Madrid, Spain Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L. _______________________________________________ Engine-devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-devel
