Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] tycho 0.18.0 re-staged

works like a charm for JGit and EGit :-)


On Mon, May 27, 2013 at 9:07 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
we discovered a regression in SAT4J [1] in the previous staged Tycho 0.18.0 version.
the previous stage repo has been dropped and the new stage repository [3] contains a fix for this bug.

If you used the previous stage, make sure to delete ${user.home}/.m2/repository/org/eclipse/tycho/ before testing with the new stage.

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

We plan to promote this release on Wed May 29th.

Regards,
Tycho team

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=408997
[2] http://wiki.eclipse.org/Tycho/Release_Notes/0.18
[3]
<pluginRepositories>
 <pluginRepository>
  <id>tycho-staged</id>
  <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-240/</url>
 </pluginRepository>
</pluginRepositories>
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev


Back to the top