Set release version on aai-rest 76/98776/1
authorJimmy Forsyth <jf2512@att.com>
Fri, 22 Nov 2019 19:04:02 +0000 (14:04 -0500)
committerJimmy Forsyth <jf2512@att.com>
Fri, 22 Nov 2019 19:04:04 +0000 (14:04 -0500)
Issue-ID: AAI-2724
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I387feb3ee6281a133e82414896ff111a5da2cdaa

aai-parent/pom.xml

index 5f9788d..eda7f54 100644 (file)
@@ -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">
                                <version>${aai.release.version}</version>
                        </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>${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>