Skip to main content

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

This fixes my build. Thanks.

-----Ursprüngliche Nachricht-----
Von: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] Im Auftrag von Sievers, Jan
Gesendet: Montag, 27. Mai 2013 09:07
An: Tycho user list
Cc: Tycho developers list; Common-build Developers discussion
Betreff: [tycho-user] tycho 0.18.0 re-staged

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-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top