Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] please test staged tycho 1.3.0

Tycho release 1.3.0 has been staged. For details of new features and bugfixes, see release notes [1]. 
You can help by testing the staged build. To use it, change your tycho version to 1.3.0  and add snippet [2] to your pom. 

We plan to promote this release after the pending CQ
https://bugs.eclipse.org/bugs/show_bug.cgi?id=540833
has been approved.

Regards,
Tycho team

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


Back to the top