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

Updated version to 1.7.0-SNAPSHOT

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