summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-11-22 14:04:02 -0500
committerJimmy Forsyth <jf2512@att.com>2019-11-22 14:04:04 -0500
commitd530b59e0145f2f40c79e46b954cb6a2601cacd3 (patch)
treece35f796abda2603c49a4720010c7c2abf4e54c1
parentde562b2460f6ce3a935b5c2201a4cd85bed4fc93 (diff)
Set release version on aai-rest
Issue-ID: AAI-2724 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I387feb3ee6281a133e82414896ff111a5da2cdaa
-rw-r--r--aai-parent/pom.xml39
1 files changed, 27 insertions, 12 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml
index 5f9788dc..eda7f546 100644
--- a/aai-parent/pom.xml
+++ b/aai-parent/pom.xml
@@ -1,11 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (c) 2018 AT&T Technologies and others. Licensed under the
- Apache License, Version 2.0 (the "License"); you may not use this file except
- in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software distributed
- under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
- OR CONDITIONS OF ANY KIND, either express or implied. See the License for
- the specific language governing permissions and limitations under the License. -->
+<!--
+
+============LICENSE_START======================================================
+ org.onap.aai
+===============================================================================
+ Copyright © 2019 AT&T Intellectual Property. All rights reserved.
+===============================================================================
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ 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">
@@ -105,6 +119,12 @@
</dependency>
<dependency>
+ <groupId>org.onap.aai.aai-common</groupId>
+ <artifactId>aai-rest</artifactId>
+ <version>${aai.release.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${jackson.bom.version}</version>
@@ -452,11 +472,6 @@
<version>${commons.io.version}</version>
</dependency>
- <dependency>
- <groupId>org.onap.aai.aai-common</groupId>
- <artifactId>aai-rest</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.springframework.security</groupId>