Add pom to distribution
[oam.git] / distribution / pom.xml
index eefca7c..c8970c0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 ################################################################################
-# Copyright 2019 highstreet technologies and others
+# Copyright 2020 highstreet 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.
 # limitations under the License.
 #
 -->
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>org.o-ran-sc.oam</groupId>
-  <artifactId>nonrtric-o1</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <groupId>org.o-ran-sc.oam.distribution</groupId>
+  <artifactId>distribution-top</artifactId>
+  <version>1.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>nonrtric-o1</name>
+  <name>o-ran-sc distribution top</name>
+
   <modules>
-    <module>nonrtric-o1-controller</module>
+    <module>nonrtric-o1-controller-frankfurt</module>
   </modules>
+
 </project>