aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/main/resources/version.txt
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@est.tech>2019-01-31 13:09:00 +0000
committerramverma <ram.krishna.verma@est.tech>2019-01-31 13:09:00 +0000
commit07b7ba00a053a26a5eef39070bff5297c630c5ce (patch)
tree475cc8ce35a140797d5527b924a307936beaaa61 /main/src/main/resources/version.txt
parentb4b7d79c3a90255d2f59fdc05ed4259a94b57fc2 (diff)
Create basic structure of pap component
1) Creating the basic code structure of pap component which includes main sub-module having Main, PapActivator, PapCommandLineArguments, PapParameterGroup & PapParameterHandler. Along with few exception classes. Basicalliy the structure follows the pattern developed in policy/distribution component. 2) Created the related unit test cases and required test resources. Change-Id: I67c82f9d072e6c8a306cb983accb693da70e58a2 Issue-ID: POLICY-1476 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'main/src/main/resources/version.txt')
-rw-r--r--main/src/main/resources/version.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/src/main/resources/version.txt b/main/src/main/resources/version.txt
new file mode 100644
index 00000000..c691f9e1
--- /dev/null
+++ b/main/src/main/resources/version.txt
@@ -0,0 +1,4 @@
+ONAP Policy Framework PAP Service
+Version: ${project.version}
+Built (UTC): ${maven.build.timestamp}
+ONAP https://wiki.onap.org \ No newline at end of file