Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho 0.22.0 staged

I can report 0.22 appears OK to use in our Platform builds. The only problem we saw (bug 453228) actually only proved that indeed Tycho now takes "first BREE in the list" instead of "the most constraining". Overall a good thing, as far as we are concerned.

And, for detail, I changed both Tycho and "extras" to 0.22, but had to leave "pom-updater" at 0.21 given the way we call that maven task.
In fact, I think I *had* to change extras to 0.22 or get a "java.lang.NoClassDefFoundError" but didn't investigate systematically and could have just been confused about what I was running.  (stack trace is in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=445696#c5
if interested). I just mention this since didn't know if it is assumed that Tycho and extras *have* to
"be the same version", or if that should be mentioned in "release notes"?

Much thanks for the many improvements!





From:        "Sievers, Jan" <jan.sievers@xxxxxxx>
To:        "Tycho user list (tycho-user@xxxxxxxxxxx)" <tycho-user@xxxxxxxxxxx>,
Cc:        "Tycho developers list \(tycho-dev@xxxxxxxxxxx\)" <tycho-dev@xxxxxxxxxxx>
Date:        11/24/2014 03:16 AM
Subject:        [tycho-user] Tycho 0.22.0 staged
Sent by:        tycho-user-bounces@xxxxxxxxxxx




Tycho milestone release 0.22.0 has been staged.

For details of new features and bugfixes, see release notes [1].
Please help by testing the staged milestone build. To use it, change your tycho version to 0.22.0 and add snippet [2] to your pom.

We plan to promote this release in one week unless major regressions are found.

Regards,
Tycho team

[1]
http://wiki.eclipse.org/Tycho/Release_Notes/0.22
[2]
<pluginRepositories>
<pluginRepository>
 <id>tycho-staged</id>
 <url>
https://oss.sonatype.org/content/repositories/orgeclipsetycho-1020</url>
</pluginRepository>
</pluginRepositories>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top