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

I've tested this staged version in our Platform build, and found it "breaks" cbi-plugin 1.0.5 (test-properties mojo), due to missing class DefaultArtifactKey. See
 
Bug 439740 - CBI 1.0.5 is not compatible with Tycho 0.21 (staged version)

I'm not sure if this is a "Tycho bug" or a "CBI bug" ... but will let you two teams decide that.

Thanks,




From:        "Sievers, Jan" <jan.sievers@xxxxxxx>
To:        "Tycho user list (tycho-user@xxxxxxxxxxx)" <tycho-user@xxxxxxxxxxx>,
Date:        07/15/2014 03:28 AM
Subject:        [tycho-user] please test staged tycho 0.21.0
Sent by:        tycho-user-bounces@xxxxxxxxxxx




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

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

Regards,
Tycho team

[1]
http://wiki.eclipse.org/Tycho/Release_Notes/0.21
[2]
<pluginRepositories>
<pluginRepository>
 <id>tycho-staged</id>
 <url>
https://oss.sonatype.org/content/repositories/orgeclipsetycho-1018/</url>
</pluginRepository>
</pluginRepositories>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top