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

Tycho patch release 0.23.1 has been staged. For details of bugfixes in this release, see release notes [1].
Please help by testing the staged milestone build. To use it, change your tycho version to 0.23.1 and add snippet [2] to your pom.

We plan to promote this release in one week.

Regards,
Tycho team

[1] https://wiki.eclipse.org/Tycho/Release_Notes/0.23#Milestone_0.23.1
[2]
<pluginRepositories>
 <pluginRepository>
  <id>tycho-staged</id>
  <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1022/</url>
 </pluginRepository>
</pluginRepositories>


Back to the top