From 844ef84d55c19b2d48440b905d65b7d2d64f5b40 Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Tue, 14 Feb 2023 11:19:11 +0100 Subject: [PATCH] Upgrade maven-deploy-plugin 3.0.0 -> 3.1.0 (#495) See: - https://issues.apache.org/jira/issues/?jql=project%20%3D%20MDEPLOY%20AND%20fixVersion%20%3E%203.0.0%20AND%20fixVersion%20%3C%3D%203.1.0 - https://github.com/apache/maven-deploy-plugin/releases/tag/maven-deploy-plugin-3.1.0 - https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.0.0...maven-deploy-plugin-3.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8202ac1199..40fc71227f 100644 --- a/pom.xml +++ b/pom.xml @@ -899,7 +899,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.0.0 + 3.1.0 3