Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Incrementing/updating release version of plugins

Hi guys.

I was wondering how to automatically increment  version of the plugins (bundles). I have found this:
http://software.2206966.n2.nabble.com/Incrementing-updating-release-version-of-plugins-while-generating-p2-site-td5929658.html

I have tried to run

"mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:set-version -DnewVersion=2-SNAPSHOT"

on the parrent pom.xml , but it doesnt changed the version of child projects... the Manifest symbolic name match with the pom artifactid tag in each child plugin

i get in console this output:
[INFO] Making changes in D:\Dev\wsj-core+\parrent.app
[INFO]   pom.xml//project/version: 2012.4.1 => 2-SNAPSHOT
[INFO] Making changes in D:\Dev\wsj-core+\child1
[INFO] Making changes in D:\Dev\wsj-core+\child2 .....

Any ideas, what should I check more, please?


Back to the top