Age | Commit message (Expand) | Author | Files | Lines |
2019-09-25 | Merge "Update to latest springboot versions" | Dan Timoney | 1 | -1/+1 |
2019-09-24 | Update to latest springboot versions | Timoney, Dan (dt5972) | 1 | -1/+1 |
2019-09-19 | Upgrade parent Kotlin version and coroutines. | Brinda Santh | 1 | -4/+6 |
2019-09-10 | Roll version for Frankfurt release | Timoney, Dan (dt5972) | 1 | -7/+7 |
2019-08-28 | Roll versions | Timoney, Dan (dt5972) | 1 | -7/+7 |
2019-08-14 | Update parent poms for ODL Neon | Timoney, Dan (dt5972) | 1 | -7/+7 |
2019-08-09 | Roll to next snapshot | Timoney, Dan (dt5972) | 1 | -7/+7 |
2019-08-06 | Roll version to recreate release artifacts | Timoney, Dan (dt5972) | 1 | -7/+7 |
2019-07-29 | Upgrade grpc and protobuf version properties. | Brinda Santh | 1 | -1/+2 |
2019-07-29 | Add kotlin compile and test version properties. | Brinda Santh | 1 | -0/+2 |
2019-07-26 | Add spring version properties. | Brinda Santh | 1 | -2/+5 |
2019-07-25 | Add kotlin and coroutine version properties. | Brinda Santh | 1 | -0/+4 |
2019-07-17 | Remove staging plugin | Timoney, Dan (dt5972) | 1 | -25/+3 |
2019-06-24 | Add new BOM for odl-based projects | Timoney, Dan (dt5972) | 1 | -2/+33 |
2019-04-30 | Roll master to El Alto | Timoney, Dan (dt5972) | 1 | -6/+6 |
2019-04-24 | Update CCSDK versions3.0.2-ONAP1.2.2 | Timoney, Dan (dt5972) | 1 | -5/+5 |
2019-04-15 | Upgrade to latest springboot versions | Timoney, Dan (dt5972) | 1 | -1/+1 |
2019-03-19 | Updates for Fluorine SR2 | Timoney, Dan (dt5972)lass="nb">echo "Set the node version manager version."
nvm use ${NODE_VERSION}
echo "OK."
echo ""
### Run the Node package manager (NPM).
echo "Run the Node package manager (NPM)."
npm install
echo "OK."
echo ""
### Build the application.
echo "Build the application."
npm run build:prod
echo "OK."
echo ""
|