Keep NPM module versions in sync with Maven module versions
parent
403188b438
commit
4e5cc35699
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "sci-publications",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "sci-publications",
|
||||
"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": "sci-publications",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"description": "JavaScript parts of the UI of sci-publications",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
@ -28,4 +28,4 @@
|
|||
"targets": {
|
||||
"main": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -184,6 +184,16 @@
|
|||
<arguments> --userconfig ../libreccm.npmrc install</arguments>
|
||||
</configuration>
|
||||
</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": "sci-types-department",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "sci-types-department",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"sortablejs": "^1.14.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sci-types-department",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"description": "JavaScript parts of the UI of sci-types-department",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
@ -23,4 +23,4 @@
|
|||
"targets": {
|
||||
"main": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -191,6 +191,16 @@
|
|||
<arguments>--userconfig ../libreccm.npmrc install</arguments>
|
||||
</configuration>
|
||||
</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": "sci-types-project",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "sci-types-project",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"sortablejs": "^1.14.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sci-types-project",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.0-SNAPSHOT",
|
||||
"description": "JavaScript parts of the UI of sci-types-project",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -183,6 +183,16 @@
|
|||
<arguments> --userconfig ../libreccm.npmrc install</arguments>
|
||||
</configuration>
|
||||
</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