diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3880c7 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# POMBA Audit Common Model
+
+
+# Introduction
+
+POMBA Audit Common Model provides a common model between context-builders and the context-aggregator.
+Builders retrieve model data and convert it into the common model to be consumed by the context-aggregator.
+
+# Compiling POMBA Audit Common Model
+
+POMBA Audit Common Model can be compiled easily using maven command: `mvn clean install`
+The result is JAR file under "target" folder
+
+# Getting Help
+
+*** to be completed on release ***
+
+
+# Release notes for versions
+
+1.3.0-SNAPSHOT
+
+Initial ONAP release
|