diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-08-07 16:12:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-07 16:12:49 +0000 |
commit | a9b1f1302a54473c56828293bdd219489c7c270f (patch) | |
tree | 3929e9cc53fe6630c2d6f98c5d8dfa3a2aa3a58f /pom.xml | |
parent | 0b136c33873e9ef96166c4373c4fd55c50bacfab (diff) | |
parent | ffa1f2ea61f4c4a19c137261abdd0884f7983441 (diff) |
Merge "Upgrade CXF"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,7 @@ <org.apache.maven.user-settings></org.apache.maven.user-settings> <openstack.version>1.2.2</openstack.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> - <springboot.version>1.5.13.RELEASE</springboot.version> - <cxf.version>3.1.12</cxf.version> + <springboot.version>1.5.13.RELEASE</springboot.version> <originalClassifier>original</originalClassifier> <docker.skip>true</docker.skip> <docker.skip.build>true</docker.skip.build> @@ -63,6 +62,7 @@ <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> <publicNexusPath>content/repositories/public/</publicNexusPath> <siteNexusPath>content/sites/site/org/onap/so/${project.version}/</siteNexusPath> + <cxf.version>3.2.5</cxf.version> </properties> <distributionManagement> <repository> |