Skip to main content

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

Tycho 0.18.1 has been staged. 

This patch release adds support for the recently released maven 3.1.0 [1].
Apart from this, it should be equivalent to Tycho 0.18.0.
For details, see release notes [2]. 

Please help by testing the staged patch version with maven 3.1.0. 
To use it, change your tycho version to 0.18.1 and add snippet [3] to your pom.

We plan to promote this release one week from now unless major regressions are found.

Regards,
Tycho team

[1] http://mail-archives.apache.org/mod_mbox/maven-users/201307.mbox/%3C4C1F2A95-5EBB-473E-BC3F-4D3969A78421%40tesla.io%3E 
[2] http://wiki.eclipse.org/Tycho/Release_Notes/0.18#Milestone_0.18.1 
[3]
<pluginRepositories>
 <pluginRepository>
  <id>tycho-staged</id>
  <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1001/</url>
 </pluginRepository>
</pluginRepositories>


Back to the top