diff options
author | Jim Hahn <jrh3@att.com> | 2021-02-22 12:57:33 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-02-22 12:58:33 -0500 |
commit | 893108d10b1d689b1e4818be5726c62f3186fbea (patch) | |
tree | 14c5d760ce3c28f7278f63a3d7286d7b7f1b7b91 /integration | |
parent | e756dc976ccf36bb7b17e13e573fd3e5c9dacab1 (diff) |
Mojo plugin missing
Version 2.8 is missing; modified the pom to refer to 2.8.1.
Issue-ID: POLICY-3088
Change-Id: Ib2a8d68ffba62c73ebbc2db7c15d327d21b8ae12
Signed-off-by: Jim Hahn <jrh3@att.com>
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 87b59350..a19058bc 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -545,7 +545,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> - <version>2.8</version> + <version>2.8.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |