mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade plugins (#4641)
* maven-clean-plugin to 3.4.1 https://github.com/apache/maven-clean-plugin/releases/tag/maven-clean-plugin-3.4.1 * maven-compiler-plugin to 3.14.0 https://github.com/apache/maven-compiler-plugin/releases/tag/maven-compiler-plugin-3.14.0 * maven-deploy-plugin to 3.1.4 https://github.com/apache/maven-deploy-plugin/releases/tag/maven-deploy-plugin-3.1.4 * maven-intstall-plugin to 3.1.4 https://github.com/apache/maven-install-plugin/releases/tag/maven-install-plugin-3.1.4 * i18n-plugin: * upgrade maven-plugin-api to 3.9.6 * upgrade maven-plugin-annotations to 3.15.1 * remove unused property Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -18,9 +18,8 @@
|
||||
<description>Generates translations files</description>
|
||||
|
||||
<properties>
|
||||
<maven.core.version>3.6.0</maven.core.version>
|
||||
<maven.plugin.api.version>3.6.0</maven.plugin.api.version>
|
||||
<maven.plugin.annotations.version>3.6.0</maven.plugin.annotations.version>
|
||||
<maven.plugin.api.version>3.9.6</maven.plugin.api.version>
|
||||
<maven.plugin.annotations.version>3.15.1</maven.plugin.annotations.version>
|
||||
<maven.plugin.plugin.version>3.15.1</maven.plugin.plugin.version>
|
||||
<maven.plugin.compiler.version>3.8.1</maven.plugin.compiler.version>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user