diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-02-27 13:40:28 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-03-03 08:07:21 +0200 |
commit | 9ba4d0678396bb3d8a0b3ecbe9899bb4895e87c1 (patch) | |
tree | 842c9b40525e90db9ecececc9fa391aa5e88be66 /epsdk-app-onap | |
parent | 4e32415b9d34fcd8b18cf278b92c441e5044feab (diff) |
Bump apache plugins and dependencies to latests
Issue-ID: VID-755
Change-Id: Ia491a5c37f00e82662cb17192df4577c16994539
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'epsdk-app-onap')
-rwxr-xr-x | epsdk-app-onap/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 94bd5152a..64ea9ece7 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -121,7 +121,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.1</version> + <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target> @@ -131,7 +131,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.1</version> + <version>2.22.2</version> <configuration> <includes> <include>**/Test*.java</include> @@ -158,7 +158,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.2.0</version> + <version>3.2.3</version> <configuration> <archive> <manifest> @@ -189,7 +189,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.0.0</version> + <version>3.2.0</version> <configuration> <skipAssembly>${skipassembly}</skipAssembly> <descriptors> |