Skip to content
Snippets Groups Projects
Commit 08a4ee03 authored by Łukasz Łopatowski's avatar Łukasz Łopatowski
Browse files

Updated app version to 1.5.3

parent 11191d2e
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ plugins {
id "org.sonarqube" version "3.2.0"
}
version = '1.5.2'
version = '1.5.3'
task buildGUI(type: Exec) {
println 'Building using Angular CLI'
......
#!/bin/bash
TAG=1.5.2
TAG=1.5.3
PACKAGE=nmaas-portal
REPOSITORY=artifactory.geant.net/nmaas-docker-local
sudo docker build --rm -t $REPOSITORY/$PACKAGE:$TAG -f ./Dockerfile ..
......
This diff is collapsed.
{
"name": "nmaas-portal",
"version": "1.5.2-SNAPSHOT",
"version": "1.5.3",
"license": "Apache 2.0",
"angular-cli": {},
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment