Versions Compared

Key

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

...

            grep -ril '1.4.2-SNAPSHOT'     

            # Updated the CCSDK parent artifact "org.onap.ccsdk.parent" version should like the below one

            # Replace '1.1.3' with 1.2.2 using the below command, otherwise we can use vi or other text editor to the same

             find find . -name pom.xml | xargs sed -i 's|1.1.3|1.2.2|g'

            #vi ./feature-repo-parent/pom.xml
            #vi ./binding-parent/pom.xml
            #vi ./bundle-parent/pom.xml
            #vi ./pom.xml
            #vi ./single-feature-parent/pom.xml
            #vi ./odlparent-lite/pom.xml

            # Updated the CCSDK parent artifact "org.onap.ccsdk.parent" version should like the below one  

            # This is to use the CCSDK with ODL Fluorine SR2 release

...