Organise pom structure into corrected hierarchy
[aai/champ.git] / champ-service-deps-titan / pom.xml
index 233430f..c80a7a6 100644 (file)
@@ -28,14 +28,15 @@ limitations under the License.
         <version>1.2.1-SNAPSHOT</version>
     </parent>
 
+    <groupId>org.onap.aai.champ</groupId>
     <artifactId>champ-service-deps-titan</artifactId>
     <packaging>pom</packaging>
 
     <dependencies>
         <dependency>
-            <groupId>org.onap.aai</groupId>
+            <groupId>org.onap.aai.champ.champ-lib</groupId>
             <artifactId>champ-titan</artifactId>
-            <version>1.2.1-SNAPSHOT</version>
+            <version>${project.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>ch.qos.logback</groupId>