diff options
Diffstat (limited to 'gui-clamp/pom.xml')
-rw-r--r-- | gui-clamp/pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gui-clamp/pom.xml b/gui-clamp/pom.xml index a1922cf..0516b54 100644 --- a/gui-clamp/pom.xml +++ b/gui-clamp/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2021 Nordix Foundation. + Copyright (C) 2021-2022 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -41,7 +41,6 @@ <plugins> <plugin> <artifactId>maven-resources-plugin</artifactId> - <version>3.2.0</version> <executions> <execution> <id>copy-resources-1</id> @@ -232,7 +231,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.1</version> <configuration> <source>11</source> <target>11</target> @@ -241,7 +239,6 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> - <version>1.3.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |