diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2023-01-26 13:55:20 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2023-01-26 13:57:25 -0600 |
commit | 128212521398b1f2cf1d51e2f0cfba4b76739424 (patch) | |
tree | 1222e7df0de7df116a16944e59531d541690ef6e /integration | |
parent | 200d0d7c43413b83ca95ca3b99c3927f4dfbdafa (diff) |
Upgrade maven-install-plugin to 3.1.0
Issue-ID: POLICY-4498
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ie317f30bc0896f6d4ec73110b9e1cbf869f2d16a
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 9e84e855..cf6b6afb 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -1105,7 +1105,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> - <version>3.0.0-M1</version> + <version>3.1.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |