Versions Compared

Key

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

...

Code Block
xml
xml
<version>1.01-incubating-SNAPSHOT</version>

...

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

Important: commit these changes to SVN!

...