diff options
author | deepikasatheesh <deepika.s84@wipro.com> | 2021-02-26 10:26:49 +0000 |
---|---|---|
committer | deepikasatheesh <deepika.s84@wipro.com> | 2021-02-26 10:26:49 +0000 |
commit | 0feede736ee39146781abc1e6288a5f58bf8eab5 (patch) | |
tree | 1c8438065eaaf2745c570bf8da5c6b0debceaece | |
parent | 61f0b4cf034edb32dac83e40c455963377968f35 (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-- | .gitignore | 25 | ||||
-rwxr-xr-x | pom.xml | 1 |
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 @@ -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> |