summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordeepikasatheesh <deepika.s84@wipro.com>2021-02-26 10:26:49 +0000
committerdeepikasatheesh <deepika.s84@wipro.com>2021-02-26 10:26:49 +0000
commit0feede736ee39146781abc1e6288a5f58bf8eab5 (patch)
tree1c8438065eaaf2745c570bf8da5c6b0debceaece
parent61f0b4cf034edb32dac83e40c455963377968f35 (diff)
Fix build issue in oof-adapter
Issue-ID: SO-3556 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I2da6c70a4ba23b7e8ba0071b1319abc9f8f4dc05
-rw-r--r--.gitignore25
-rwxr-xr-xpom.xml1
2 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5814298
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,25 @@
+target
+**/.settings
+**/.classpath
+**/.project
+**/.buildpath
+**/.factorypath
+**/.springBeans
+**/.project
+**/.classpath
+.idea
+.checkstyle
+.DS_Store
+.*~
+*.iml
+**/logs/
+**/debug-logs/
+*.class
+*.swp
+*.log
+*.tmp
+**/bin/
+/tattletale/
+/.metadata/
+**/.sts4-cache
+**/.java-version
diff --git a/pom.xml b/pom.xml
index 219b12e..40fa3f9 100755
--- a/pom.xml
+++ b/pom.xml
@@ -9,6 +9,7 @@
</parent>
<groupId>org.onap.so.adapters</groupId>
<artifactId>so-oof-adapter</artifactId>
+ <version>1.8.0-SNAPSHOT</version>
<name>so-oof-adapter</name>
<description>mso oof adapter</description>