Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
find wink-itests -name 'pom.xml' -type f -exec sed -i 's/1.1-incubating-SNAPSHOT/1.1-incubating/g' {} \;
find wink-itests -name '*.java' -type f -exec sed -i 's/1.1-incubating-SNAPSHOT/1.1-incubating/g' {} \;
find wink-assembly -name 'pom.xml' -type f -exec sed -i 's/1.1-incubating-SNAPSHOT/1.1-incubating/g' {} \;

Important: commit these changes to SVN!

Also read through , and edit , and commit appropriate changes to the release_notes.txt file.and wink-assembly/wink-assembly-aggregatejar/DEPENDENCIES files.

Important: commit these changes to SVN!

From the branch, run the following maven command to prepare the project for the release:

...