Versions Compared

Key

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

...

 find . -name pom.xml | xargs sed -i 's|1.2.1.3|1.2.4|g'

            # This is simply updates the CCSDK version to ODL Fluorine SR2 release

...