diff options
Diffstat (limited to 'portal-FE-os/pom.xml')
-rw-r--r-- | portal-FE-os/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/portal-FE-os/pom.xml b/portal-FE-os/pom.xml index 21bdd508..fd497e17 100644 --- a/portal-FE-os/pom.xml +++ b/portal-FE-os/pom.xml @@ -4,7 +4,7 @@ <groupId>org.onap.portal</groupId> <artifactId>portal-FE-os</artifactId> - <version>3.1.0</version> + <version>3.2.0</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -18,6 +18,7 @@ <sonar.test.inclusions>**/*.spec.ts</sonar.test.inclusions> <sonar.tests>src</sonar.tests> <sonar.sourceEncoding>UTF-8</sonar.sourceEncoding> + <sonar.nodejs.executable>${project.basedir}\node\</sonar.nodejs.executable> </properties> <build> |