Skip to content
Snippets Groups Projects
Commit 9b051e48 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Updated core files to version 1.4.5

parent 4112cbae
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ plugins {
id "org.sonarqube" version "3.0"
}
version = '1.4.4'
version = '1.4.5'
task buildGUI(type: Exec) {
println 'Building using Angular CLI'
......
#!/bin/bash
TAG=1.4.4
TAG=1.4.5
PACKAGE=nmaas-portal
REPOSITORY=artifactory.geant.net/nmaas-docker-local
sudo docker build --rm -t $REPOSITORY/$PACKAGE:$TAG -f ./Dockerfile ..
......
{
"name": "nmaas-portal",
"version": "1.4.4",
"version": "1.4.5",
"license": "-",
"angular-cli": {},
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment