Skip to content

Commit 16ad160

Browse files
line-oduncdrum
authored andcommitted
build: drop version from package.json
fixes #876 There is no need to keep track of the package version in package.json.
1 parent 3659879 commit 16ad160

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "exist-documentation",
3-
"version": "6.1.7-SNAPSHOT",
43
"description": "Documentation package for eXist-db",
54
"scripts": {
65
"test": "mocha src/test/mocha/ --recursive --exit",

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,6 @@
123123
<!-- optional: default phase is "generate-resources" -->
124124
<phase>compile</phase>
125125
</execution>
126-
<execution>
127-
<id>npm version bump</id>
128-
<goals>
129-
<goal>npm</goal>
130-
</goals>
131-
<phase>compile</phase>
132-
<configuration>
133-
<arguments>version --no-git-tag-version --allow-same-version=true ${project.version}</arguments>
134-
</configuration>
135-
</execution>
136126
<execution>
137127
<id>npm install</id>
138128
<goals>

0 commit comments

Comments
 (0)