From 3c7a5bf03a9b040974a25422f581f1cc9e7be2fb Mon Sep 17 00:00:00 2001 From: Juri Leino Date: Sat, 20 Sep 2025 18:29:51 +0200 Subject: [PATCH] build: track version only in POM --- package-lock.json | 2 -- package.json | 1 - pom.xml | 10 ---------- 3 files changed, 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c6d14c..c95a05a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,10 @@ { "name": "function-documentation", - "version": "1.2.2-SNAPSHOT", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "function-documentation", - "version": "1.2.2-SNAPSHOT", "license": "LGPL-2.1", "dependencies": { "@highlightjs/cdn-assets": "^11.11.1", diff --git a/package.json b/package.json index ef482a5..e77dde8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "function-documentation", - "version": "1.2.2-SNAPSHOT", "description": "Function documentation for eXist-db", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/pom.xml b/pom.xml index 839b93f..451718d 100644 --- a/pom.xml +++ b/pom.xml @@ -112,16 +112,6 @@ compile - - npm version bump - - npm - - compile - - version --no-git-tag-version --allow-same-version=true ${project.version} - - npm install