tree: 1c46293177429e36d9fd3db9042462e2d0f5fd5f [path history] [tgz]
  1. coding-conventions/
  2. licenses/
  3. repositories/
  4. targets/
  5. tools/
  6. pom.xml
  7. Readme.md
releng/Readme.md

Setting new version

export RELEASE_VERSION=x.y.z git clean -df mvn org.eclipse.tycho:tycho-versions-plugin:set-version -Dproperties=loggingVersion -DnewVersion=${RELEASE_VERSION} mvn org.eclipse.tycho:tycho-versions-plugin:set-version -Dartifacts=$(basename plugins// tests// features/*/ | paste -sd “,” - ) -DnewVersion=${RELEASE_VERSION}-SNAPSHOT mvn tidy:pom git commit -a -m “[releng] ${RELEASE_VERSION}”