Keep NPM module versions in sync with Maven module versions
parent
407a2276bf
commit
d6d3f232bb
|
|
@ -93,6 +93,16 @@
|
|||
<goal>npm</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<!-- Sync Maven module version and NPM module version -->
|
||||
<execution>
|
||||
<id>npm version</id>
|
||||
<goals>
|
||||
<goal>npm</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<arguments>version --allow-same-version=true ${project.version}</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>build</id>
|
||||
<goals>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@libreccm/ccm-core",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@libreccm/ccm-core",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"bootstrap": "^4.6.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@libreccm/ccm-core",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"description": "JavaScript stuff for ccm-core",
|
||||
"main": "target/generated-resources/assets/@admin/ccm-admin.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -334,6 +334,16 @@
|
|||
<goal>npm</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<!-- Sync Maven module version and NPM module version -->
|
||||
<execution>
|
||||
<id>npm version</id>
|
||||
<goals>
|
||||
<goal>npm</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<arguments>version --allow-same-version=true ${project.version}</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>build</id>
|
||||
<goals>
|
||||
|
|
|
|||
Loading…
Reference in New Issue