aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMukeshKumar <mukeshsharma@est.tech>2021-02-02 15:42:04 +0000
committerMukesh <mukeshsharma@est.tech>2021-02-03 12:36:36 +0000
commit10183e8c2626f69d0cee4a8167d1a92017859a35 (patch)
tree51fea3043687b27e5f06829966ecdfda5ca123e7 /pom.xml
parentd4b2fa6c8e680c2726a4484aab5891255b185196 (diff)
Adding license,parent POM,readme and version files
Change-Id: If6b034be635e4cd7bbfb9b7339d2bdb12654e283 Issue-ID: SO-3487 Signed-off-by: Mukesh <mukeshsharma@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..05325f4
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,13 @@
+<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.onap.so</groupId>
+ <artifactId>so</artifactId>
+ <version>1.7.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.onap.so.admin.cockpit</groupId>
+ <artifactId>so-admin-cockpit</artifactId>
+ <version>1.7.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>SO Admin Cockpit</name>
+</project> \ No newline at end of file