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.16.0

the Tycho 0.16.0 milestone release has been staged.
For details of new features and bug fixes see release notes [1].

Please help by testing the staged milestone with your tycho build.
To use it, add snippet [2] to your pom.

We plan to promote this milestone on Friday unless major regressions are found.

Regards,
Tycho team

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


Back to the top