diff options
author | 2022-09-29 08:27:12 +0000 | |
---|---|---|
committer | 2022-09-29 08:27:12 +0000 | |
commit | 0b581c7d7d06b4f0715797b43e17d8c8f8f4263a (patch) | |
tree | 6d3f4e144b4b3898214284fdb79afe45d48e890b /gui-clamp/pom.xml | |
parent | de2ad7a4ea79a0d23c225cdd2c1ff7150b3fa728 (diff) | |
parent | ea764f9f6dfefd2706ff668a88fb9b8f4a75ede6 (diff) |
Merge "Amend GUI to work directly towards ACM runtime"
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> |