diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-05-13 12:47:17 +0300 |
---|---|---|
committer | Stone, Avi (as206k) <as206k@att.com> | 2018-05-13 12:48:06 +0300 |
commit | e1c1f6c4226694757814fef84bf862164f853fc2 (patch) | |
tree | f754aac1e7e7c8af55640c8b79ddc859b529bec6 | |
parent | 776a7d81a7c1d6ef390599570c5f35a9d53f92af (diff) |
Fix pom.xml
Change pom version according to ONAP versioning
Change-Id: Icf4a911e5c39adfbb217cd0267c60e06ee9da031
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
-rw-r--r-- | .gitignore | 20 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..59bfdd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Eclipse +.classpath +.project +.settings/ + +# Maven +log/ +target/ + +# Package Files # +*.jar +*.war +*.ear + +# Other +*.class +*.orig +.idea/* +/bin/ +*.iml @@ -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> |