Code Review
/
sdc
/
sdc-distribution-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e585518
)
pom update
81/2181/1
author
Michael Lando
<ml636r@att.com>
Wed, 15 Mar 2017 17:28:32 +0000
(19:28 +0200)
committer
Michael Lando
<ml636r@att.com>
Wed, 15 Mar 2017 17:30:42 +0000
(19:30 +0200)
Change-Id: I94f393f9aba3ad1bb4916c38aa8ee58920e518a4
Signed-off-by: Michael Lando <ml636r@att.com>
.gitignore
patch
|
blob
|
history
pom.xml
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
1b6d5d3
..
68f22e6
100644
(file)
--- 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
(file)
--- 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>