Versions Compared

Key

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

...

To find the files that need to be hand-edited:

No Format
find wink-itestitests -name "pom.xml" | xargs grep SNAPSHOT
find wink-assembly -name "pom.xml" | xargs grep SNAPSHOT

...