Merge "Fix multiplicity between service-instance and pnf"
authorJames Forsyth <jf2512@att.com>
Mon, 6 Nov 2017 14:08:17 +0000 (14:08 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 6 Nov 2017 14:08:17 +0000 (14:08 +0000)
aai-core/pom.xml
aai-schema/pom.xml
aai-schema/src/main/resources/oxm/aai_oxm_v11.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>
index 89bf91d..90d023c 100644 (file)
                                <xml-property name="uniqueProps" value="configuration-id" />
                                <xml-property name="container" value="configurations" />
                                <xml-property name="namespace" value="network" />
+                               <xml-property name="nameProps" value="configuration-type" />
                        </xml-properties>
                </java-type>
 
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>