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");