Skip to main content

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

On Wed, Mar 20, 2013 at 3:54 PM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
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>

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

JGit and EGit build smoothly using this Tycho version

--
Matthias

Back to the top