summaryrefslogtreecommitdiffstats
path: root/springboot/springboot2
AgeCommit message (Expand)AuthorFilesLines
2019-09-25Merge "Update to latest springboot versions"Dan Timoney1-1/+1
2019-09-24Update to latest springboot versionsTimoney, Dan (dt5972)1-1/+1
2019-09-19Upgrade parent Kotlin version and coroutines.Brinda Santh1-4/+6
2019-09-10Roll version for Frankfurt releaseTimoney, Dan (dt5972)1-7/+7
2019-08-28Roll versionsTimoney, Dan (dt5972)1-7/+7
2019-08-14Update parent poms for ODL NeonTimoney, Dan (dt5972)1-7/+7
2019-08-09Roll to next snapshotTimoney, Dan (dt5972)1-7/+7
2019-08-06Roll version to recreate release artifactsTimoney, Dan (dt5972)1-7/+7
2019-07-29Upgrade grpc and protobuf version properties.Brinda Santh1-1/+2
2019-07-29Add kotlin compile and test version properties.Brinda Santh1-0/+2
2019-07-26Add spring version properties.Brinda Santh1-2/+5
2019-07-25Add kotlin and coroutine version properties.Brinda Santh1-0/+4
2019-07-17Remove staging pluginTimoney, Dan (dt5972)1-25/+3
2019-06-24Add new BOM for odl-based projectsTimoney, Dan (dt5972)1-2/+33
2019-04-30Roll master to El AltoTimoney, Dan (dt5972)1-6/+6
2019-04-24Update CCSDK versions3.0.2-ONAP1.2.2Timoney, Dan (dt5972)1-5/+5
2019-04-15Upgrade to latest springboot versionsTimoney, Dan (dt5972)1-1/+1
2019-03-19Updates for Fluorine SR2Timoney, 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 ""