Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] tycho 0.12.0 released

... and should be available from central in next 24 hours.

--
Regards,
Igor

On 11-04-22 04:46 PM, Igor Fedorenko wrote:
Tycho 0.12.0 will be the first release that uses org.eclipse.tycho
namespace for artifact and package names but should be functionally
identical to just released tycho 0.11.1 otherwise.

To use this new version you need to

1. Add the following pluginRepository to parent pom.xml or setting.xml

https://repository.sonatype.org/content/repositories/tycho-014/

2. Change version of all tycho plugins used by your project to 0.12.0

3. Change groupId of all tycho plugins used by your project from
``org.sonatype.tycho'' to ``org.eclipse.tycho'' (without quotes)

4. If any of the following tycho plugins used by your project, change
their artifactId

maven-osgi-compiler-plugin => tycho-compiler-plugin
maven-osgi-packaging-plugin => tycho-packaging-plugin
maven-osgi-source-plugin => tycho-source-plugin
maven-osgi-test-plugin => tycho-surefire-plugin
maven-tycho-plugin => tycho-pomgenerator-plugin


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


Back to the top