diff options
author | Tian Lee <TianL@amdocs.com> | 2018-09-06 16:31:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-06 16:31:32 +0000 |
commit | 47ce8146845f1a4cdf38e968b990facfbd68359e (patch) | |
tree | cff3cdbd1b8fa492cd18c52e4d39631080c12e24 | |
parent | 4724f965f5a89a3e0169bf1d33dd356158332d36 (diff) | |
parent | f4ec87976c5a51cb3bebfcdf6e08e8153eb0c0f1 (diff) |
Merge "Use managed guava version"
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,4 @@ +<?xml version="1.0"?> <!-- ============LICENSE_START======================================================= org.onap.aai @@ -18,13 +19,12 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END========================================================= --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> </parent> <groupId>org.onap.aai.router-core</groupId> |