Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Synchronizing feature versions < 1.0.0

On Mon, Aug 15, 2011 at 10:34 PM, Andrew Overholt <overholt@xxxxxxxxxx> wrote:
> Hi,
>
> I've heard from a few committers/contributors and at least one consumer
> that the disparate feature version numbers for our features < 1.0.0 are
> confusing.  For 0.8.1 it has been proposed to synchronize them at 0.8.1.
>
>  354116: Align feature versions to 0.8.1 (for those < 1.0.0)
>  https://bugs.eclipse.org/bugs/show_bug.cgi?id=354116
>
> Is anyone opposed this?
>
> Elliott, I see that in 0af0da2a you added a script to synchronize the
> Valgrind versions.  Care to back-port that (either directly with
> cherry-pick or more selectively; you'll know best) to stable-0.8 (just
> for valgrind/)?

Please DON'T do that!!!

People have to learn using maven and tycho properly. Such scripts have
2 negative effects:
* getting out of sync with the build tools we use more often than they
are usefull
* not encouraging people to learn the tools

It's not that hard for someone to run e.g.
mvn tycho-versions:set-version -DnewVersion=0.9.0 just before tagging and
mvn tycho-versions:set-version -DnewVersion=0.9.1-SNAPSHOT for the
next release after tagging

Note that this might not act in the same way as people might expect
because if the versions in pom.xml and MANIFEST.MF/feature.xml
mismatch only the pom.xml version will be changed. But this is a nice
way to finally cleanup the versions and produce smth sane.

We do not have enough manpower to allow us working on custom tools
when there are already better one created and maintained by someone
else.

Regards,
Alex

>
> Thanks,
>
> Andrew
> _______________________________________________
> linuxtools-dev mailing list
> linuxtools-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev
>


Back to the top