diff options
author | Taka Cho <takamune.cho@att.com> | 2020-02-13 12:31:05 -0500 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-02-18 16:51:31 +0000 |
commit | 90732f0d7d131cb3a9640cde51b9afdc502a7c4d (patch) | |
tree | b9a5e4e2eaa5b7fe087c95a7eb31fa6fbee3903c /appc-client | |
parent | c334915378ac2e6c3dbc9799e3956f37a8f750ad (diff) |
update parent version for appc
upgrade to 1.5.1 for Frankfurt
Issue-ID: APPC-1731
Change-Id: Ia7cde5fbc394a345e7e476affc72689d14177fb5
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'appc-client')
-rw-r--r-- | appc-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-client/pom.xml b/appc-client/pom.xml index 2c1771b06..f336503b0 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -58,12 +58,12 @@ <java.version>1.8</java.version> <junit.version>4.12</junit.version> <maven.compiler.plugin.version>3.6.0</maven.compiler.plugin.version> - <maven.core.version>3.3.9</maven.core.version> + <maven.core.version>3.5.2</maven.core.version> <maven.install.plugin.version>2.5.2</maven.install.plugin.version> <maven.javadoc.plugin.version>2.10.4</maven.javadoc.plugin.version> <maven.plugin.annotations.version>3.5</maven.plugin.annotations.version> <maven.plugin.api.version>3.3.9</maven.plugin.api.version> - <maven.plugin.plugin.version>3.3</maven.plugin.plugin.version> + <maven.plugin.plugin.version>3.5.2</maven.plugin.plugin.version> <maven.release.plugin.version>2.5.2</maven.release.plugin.version> <maven.scm.provers.jgit.version>1.9.5</maven.scm.provers.jgit.version> <maven.surefire.plugin.version>2.10</maven.surefire.plugin.version> |