From 1c42897285480be712e6cf25245251b83df115a1 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 16 Oct 2019 10:41:00 +0200 Subject: [PATCH 1/2] use default registry --- lerna.json | 5 ----- scm-ui/pom.xml | 13 +++++++++++++ scm-ui/ui-scripts/src/versions.js | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index 1ab025a4b5..405d16a397 100644 --- a/lerna.json +++ b/lerna.json @@ -3,11 +3,6 @@ "scm-ui/*", "scm-plugins/*" ], - "command": { - "publish": { - "registry": "http://localhost:4873" - } - }, "npmClient": "yarn", "useWorkspaces": true, "version": "2.0.0-SNAPSHOT" diff --git a/scm-ui/pom.xml b/scm-ui/pom.xml index 492f26534f..8ac00d3b6e 100644 --- a/scm-ui/pom.xml +++ b/scm-ui/pom.xml @@ -72,6 +72,19 @@ ${skipTests} + diff --git a/scm-ui/ui-scripts/src/versions.js b/scm-ui/ui-scripts/src/versions.js index 9cbaf4bfa9..632f4123da 100644 --- a/scm-ui/ui-scripts/src/versions.js +++ b/scm-ui/ui-scripts/src/versions.js @@ -1,4 +1,4 @@ -const createSnapshotVersion = (baseVersion) => { +const createSnapshotVersion = () => { const date = new Date(); const year = date.getFullYear(); const month = date.getMonth().toString().padStart(2, "0"); From eaa9ca108dc32873fb4b4f152eb61037e63460b3 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 16 Oct 2019 10:57:21 +0200 Subject: [PATCH 2/2] close branch feature/restructure_ui