Update the dependency from snapshot 15/21915/1 beijing-test
authorVenkata Harish K Kajur <vk250x@att.com>
Thu, 2 Nov 2017 17:07:06 +0000 (13:07 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Thu, 2 Nov 2017 17:09:11 +0000 (13:09 -0400)
to using the project version so when
the mvn versions:set command is run it
will be able to update it accordingly

Issue-ID: AAI-448
Change-Id: I7c93293718d537b585ab0d13ebdc0be4817ca7cf
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
aai-core/pom.xml
aai-schema/pom.xml
pom.xml

index 20575cb..f372dd7 100644 (file)
         <dependency>
             <groupId>org.onap.aai.aai-common</groupId>
             <artifactId>aai-schema</artifactId>
-            <version>${aai.schema.version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>
index c145d91..0ec1b3b 100644 (file)
@@ -18,7 +18,7 @@
         <dependency>
             <groupId>org.onap.aai.aai-common</groupId>
             <artifactId>aai-annotations</artifactId>
-            <version>${aai.annotations.version}</version>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>
     <build>
@@ -44,7 +44,7 @@
                     <dependency>
                         <groupId>org.onap.aai.aai-common</groupId>
                         <artifactId>aai-annotations</artifactId>
-                        <version>${aai.annotations.version}</version>
+                        <version>${project.version}</version>
                     </dependency>
                 </dependencies>
                 <configuration>
diff --git a/pom.xml b/pom.xml
index 965168e..3862477 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,9 +25,6 @@
     <properties>
         <sitePath>/content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version}</sitePath>
        <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
-        <aai.annotations.version>1.1.0-SNAPSHOT</aai.annotations.version>
-        <aai.schema.version>1.1.0-SNAPSHOT</aai.schema.version>
-        <aai.core.version>1.1.0-SNAPSHOT</aai.core.version>
     </properties>
 
     <build>