Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] tycho 0.17.0 re-staged

Tycho milestone release 0.17.0 has been re-staged.
In comparison to the previous staged version, two more bugs [1,2] discovered after staging have been fixed.

For more details about other changes in 0.17.0, see the release notes [3].

To use it, change your tycho version to 0.17.0 and add snippet [4] to your pom. 
If you used the previous stage, delete ~/.m2/repository/org/eclipse/tycho/ and make sure you use the new staging URL [4].

We plan to promote this release on Friday.

Regards,
Tycho team

---

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=403716 
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=387796 
[3] http://wiki.eclipse.org/Tycho/Release_Notes/0.17
[4]
<pluginRepositories>
 <pluginRepository>
  <id>tycho-staged</id>
  <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-170/</url>
 </pluginRepository>
</pluginRepositories>



Back to the top