summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-06-28 15:07:52 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-06-28 15:08:51 -0400
commit952895873b6179857c6773086a4d2b55f086bd61 (patch)
tree7a1d067c6a3b6f0f85c3b6bdfee4ed90d528c568 /ecomp-sdk/epsdk-app-os
parentd727214365c22854d337c010b216e42f1b718290 (diff)
[PORTAL-23] Update EPSDK version to Release 1.1.0release-1.1.0
from SNAPSHOT Change-Id: I2cd51f965fc081bbb0389c33832b22231831b963 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os')
-rw-r--r--ecomp-sdk/epsdk-app-os/README.md1
-rw-r--r--ecomp-sdk/epsdk-app-os/pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-os/README.md b/ecomp-sdk/epsdk-app-os/README.md
index 5d5935b7..71b4a3b2 100644
--- a/ecomp-sdk/epsdk-app-os/README.md
+++ b/ecomp-sdk/epsdk-app-os/README.md
@@ -18,6 +18,7 @@ Version 1.1.0
- [Portal-6] Updates to License and Trademark in the PORTAL Source Code
- [Portal 13] ecompsdk db connection intermittent issue seen for VID app
- [Portal 15] Fix Charting and Search Capabilities of EcompSDK Analytics
+- [Portal 23] Updating the SDK version from Snapshot to Release 1.1.0
Version 1.0.0
- Initial release
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml
index 93467f64..7d07e392 100644
--- a/ecomp-sdk/epsdk-app-os/pom.xml
+++ b/ecomp-sdk/epsdk-app-os/pom.xml
@@ -13,7 +13,7 @@
<properties>
<encoding>UTF-8</encoding>
- <epsdk.version>1.1.0-SNAPSHOT</epsdk.version>
+ <epsdk.version>1.1.0</epsdk.version>
<springframework.version>4.2.0.RELEASE</springframework.version>
<hibernate.version>4.3.11.Final</hibernate.version>
<!-- Skip assembling the zip; assemble via mvn -Dskipassembly=false .. -->