Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] please test staged tycho 0.18.0

Tycho milestone release 0.18.0 has been staged. 
This is mostly a bugfix release with fixes required by projects on the Kepler release train.

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.18.0 and add snippet [2] to your pom. 

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

Regards,
Tycho team

[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.18
[2]
<pluginRepositories>
 <pluginRepository>
  <id>tycho-staged</id>
  <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-053/</url>
 </pluginRepository>
</pluginRepositories>


Back to the top