Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

If you have perl installed you can do this in a single command for example to rollback from 1.32.01-SNAPSHOT to 1.2.0-SNAPSHOT

Code Block
none
none
$ perl -pi -e "s;<version>1.32.01-SNAPSHOT</version>;<version>1.2.0-SNAPSHOT</version>;g" pom.xml */pom.xml */*/pom.xml

...