Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] please test staged tycho 0.14.0

Tested o on my multi plugins/features/test-plugins/repository/product build.
Got an error because one of my build.properties had a non existant folder in bin.includes (it seems it was tolerated in 0.13.0).
After the fix, everything went fine.

Regards
Jeff MAURY

On Tue, Feb 7, 2012 at 8:32 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
tycho 0.14.0 has been staged to [1], see release notes [2] for details.

Please test it by adding the snippet [3] to your parent pom or settings.xml.
Report problems on this mailing list or in bugzilla [4].

We will promote the release to the Maven central repository sometime next week
if no major regressions are found.

--
Tycho Team


[1] https://oss.sonatype.org/content/repositories/orgeclipsetycho-004/
[2] http://wiki.eclipse.org/Tycho/Release_Notes/0.14
[3]

<pluginRepositories>
       <pluginRepository>
               <id>tycho-0.14.0-staged</id>
               <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-004/</url>
       </pluginRepository>
</pluginRepositories>

[4] https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Tycho&rep_platform=All&op_sys=All&version=0.14.0
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Jeff MAURY

"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top