diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -14,4 +14,5 @@ target/ # Other *.class -*.orig
\ No newline at end of file +*.orig +.idea/* @@ -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.1.0-SNAPSHOT</version> <name>SDC Distribution Client</name> <description>An SDC Client to be used by its consumers</description> <properties> |