Fix pom.xml 09/47309/2
authorStone, Avi (as206k) <as206k@att.com>
Sun, 13 May 2018 09:47:17 +0000 (12:47 +0300)
committerStone, Avi (as206k) <as206k@att.com>
Sun, 13 May 2018 09:48:06 +0000 (12:48 +0300)
Change pom version according to ONAP versioning

Change-Id: Icf4a911e5c39adfbb217cd0267c60e06ee9da031
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
.gitignore [new file with mode: 0644]
pom.xml

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..59bfdd1
--- /dev/null
@@ -0,0 +1,20 @@
+# Eclipse
+.classpath
+.project
+.settings/
+
+# Maven
+log/
+target/
+
+# Package Files #
+*.jar
+*.war
+*.ear
+
+# Other
+*.class
+*.orig
+.idea/*
+/bin/
+*.iml
diff --git a/pom.xml b/pom.xml
index 99cb42d..a23aa5f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
     <artifactId>dcae_dt_be_main</artifactId>
-    <version>1806.0.1-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <parent>