diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-10 17:43:54 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-10 17:43:54 +0200 |
commit | a7a8f9822082e533096e5bdecc531cbaea0f3931 (patch) | |
tree | 0b13a21e2360c273eb3d3593bccc37d6474ffb2b /common/api-parent | |
parent | 9401e2bf0cd137b0cb57b2ac86cbd643d5460b60 (diff) |
HONEYCOMB-448: JAVA 11 support
- updated dependencies
- compilation error fixes
Change-Id: Iad9d353d06c113a0da892ff11a442e4b41edae0d
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'common/api-parent')
-rw-r--r-- | common/api-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index b657c3702..5fcd42100 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -29,7 +29,7 @@ <packaging>pom</packaging> <properties> - <annotations.version>3.0.0</annotations.version> + <annotations.version>3.0.1</annotations.version> </properties> <build> |