aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-03-15 19:28:32 +0200
committerMichael Lando <ml636r@att.com>2017-03-15 19:30:42 +0200
commitb2526eb2743bbe17d75843cb25331d1fb450b08f (patch)
tree9259f501d0021b27fd757f0ef38f7d2ed5b8a8c5
parente58551874f13163de28182d687693f37e20a46ad (diff)
pom update
Change-Id: I94f393f9aba3ad1bb4916c38aa8ee58920e518a4 Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r--.gitignore3
-rw-r--r--pom.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 1b6d5d3..68f22e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,4 +14,5 @@ target/
# Other
*.class
-*.orig \ No newline at end of file
+*.orig
+.idea/*
diff --git a/pom.xml b/pom.xml
index be86365..30fa656 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.sdc</groupId>
<artifactId>sdc-distribution-client</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<name>SDC Distribution Client</name>
<description>An SDC Client to be used by its consumers</description>
<properties>