diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-05-14 10:44:00 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-05-14 10:46:54 +0000 |
commit | 05f83a7be91c23904bf146286de624825ac52a95 (patch) | |
tree | b3c023c15709549229f58ce9e061d33f935802a6 | |
parent | aa5abad02d14b3c6e62a1ff2071dc42c4e5d29e8 (diff) |
Fix pom.xml
Change pom version according to ONAP versioning
Change-Id: I98c2f1daf42d6f8dcac7723d38ba1451edc00a34
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6d96b59 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Eclipse +.classpath +.project +.settings/ + +# Maven +log/ +target/ +src/main/webapp/ + +# Package Files # +*.jar +*.war +*.ear + +# Other +*.class +*.orig +.idea/* +/bin/ +*.iml |