Add parents to model artifacts 90/2990/1
authorherbert <herbert.eiselt@highstreet-technologies.com>
Thu, 26 Mar 2020 09:51:21 +0000 (10:51 +0100)
committerherbert <herbert.eiselt@highstreet-technologies.com>
Thu, 26 Mar 2020 09:51:44 +0000 (10:51 +0100)
for x-ran and o-ran

Issue-ID: OAM-90
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: I03cc7fcb2647df7628f1f0f806925f6ba756a74b

features/o-ran/ru-fh/.gitignore [new file with mode: 0644]
features/o-ran/ru-fh/pom.xml
features/pom.xml
features/x-ran/ru-fh/.gitignore [new file with mode: 0644]
features/x-ran/ru-fh/pom.xml

diff --git a/features/o-ran/ru-fh/.gitignore b/features/o-ran/ru-fh/.gitignore
new file mode 100644 (file)
index 0000000..b929015
--- /dev/null
@@ -0,0 +1 @@
+src/main/java
index 9c611bc..a6854ae 100644 (file)
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.onap.ccsdk.parent</groupId>
+        <groupId>org.o-ran-sc.oam.features.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>1.5.2</version>
+        <version>0.7.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
-    <groupId>org.o-ran-sc.scp.oam.modeling</groupId>
+    <groupId>org.o-ran-sc.scp.oam.modeling.features</groupId>
     <artifactId>o-ran-ru-fh-model</artifactId>
     <version>0.7.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
index b3bac29..4f71499 100644 (file)
     <module>x-ran/ru-fh</module>
   </modules>
 
-  <repositories>
-    <repository>
-      <id>onap-public</id>
-      <url>${onap.nexus.public-url}</url>
-      <releases>
-        <enabled>true</enabled>
-        <updatePolicy>never</updatePolicy>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-        <updatePolicy>always</updatePolicy>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>onap-staging</id>
-      <url>${onap.nexus.staging-url}</url>
-      <releases>
-        <enabled>true</enabled>
-        <updatePolicy>never</updatePolicy>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-        <updatePolicy>always</updatePolicy>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>ecomp-release</id>
-      <name>onap-repository-releases</name>
-      <url>${onap.nexus.release-url}</url>
-      <releases>
-        <enabled>true</enabled>
-        <updatePolicy>never</updatePolicy>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>ecomp-snapshot</id>
-      <name>onap-repository-snapshots</name>
-      <url>${onap.nexus.snapshot-url}</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-
 </project>
diff --git a/features/x-ran/ru-fh/.gitignore b/features/x-ran/ru-fh/.gitignore
new file mode 100644 (file)
index 0000000..b929015
--- /dev/null
@@ -0,0 +1 @@
+src/main/java
index 1ef7a08..7f780be 100644 (file)
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.onap.ccsdk.parent</groupId>
+        <groupId>org.o-ran-sc.oam.features.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>1.5.2</version>
+        <version>0.7.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
-    <groupId>org.o-ran-sc.scp.oam.modeling</groupId>
+    <groupId>org.o-ran-sc.scp.oam.modeling.features</groupId>
     <artifactId>x-ran-ru-fh-model</artifactId>
     <version>0.7.1-SNAPSHOT</version>
     <packaging>bundle</packaging>