diff options
Diffstat (limited to 'gui-clamp/pom.xml')
-rw-r--r-- | gui-clamp/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gui-clamp/pom.xml b/gui-clamp/pom.xml index d794791..971aee7 100644 --- a/gui-clamp/pom.xml +++ b/gui-clamp/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2021-2022 Nordix Foundation. + Copyright (C) 2021-2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -121,7 +121,6 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>1.11.3</version> <configuration> <installDirectory>${project.build.directory}/${ui.react.src}</installDirectory> <npmDownloadRoot>${repo.npm}</npmDownloadRoot> @@ -210,7 +209,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>3.0.0</version> <configuration> <filesets> <fileset> |