Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 416109b5 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Update spring annotation

parent 72da2eb4
No related branches found
No related tags found
No related merge requests found
Pipeline #114041 failed
......@@ -17,11 +17,9 @@
<!-- Only selected modules are deployed -->
<maven.deploy.skip>false</maven.deploy.skip>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Currently last version not supported by the build server :(
node.version>v18.13.0</node.version>
<npm.version>8.19.3</npm.version -->
<node.version>v16.20.0</node.version>
<npm.version>8.19.4</npm.version>
<node.version>v18.18.2</node.version>
<npm.version>9.8.1</npm.version>
<!--
set variable to force use of pre-installed npm-->
......@@ -30,7 +28,7 @@
mvn clean install -DusePreInstalledNpm -Dnpm.path=/opt/programs/node-v14.17.0-linux-x64/bin
-->
<!--suppress UnresolvedMavenProperty -->
<npm.path>${env.bamboo_CITNET_NODEJS_16_LINUX_PATH}</npm.path>
<npm.path>${env.bamboo_CITNET_NODEJS_18_LINUX_PATH}</npm.path>
</properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment