summaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-09 14:47:15 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-09 14:47:15 +0200
commit7544d0b21c65c74ab33dcc3c4c60ad052aec6352 (patch)
treeac4bf95a86888db9ecec709fc6bc52aa9d9c3bf8 /hosted-tenant-base
parentdfe812a023c9da53a1b6011610d8c94f6ba6a978 (diff)
Upgrade maven-enforcer-plugin to 3.0.0
Includes improved error messages among many other improvements
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 2bb292a50f6..93ab2e1a032 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -185,7 +185,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>3.0.0-M2</version>
+ <version>3.0.0</version>
<executions>
<execution>
<id>enforce-java</id>