diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-06-28 15:07:52 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-06-28 15:08:51 -0400 |
commit | 952895873b6179857c6773086a4d2b55f086bd61 (patch) | |
tree | 7a1d067c6a3b6f0f85c3b6bdfee4ed90d528c568 /ecomp-sdk/epsdk-fw | |
parent | d727214365c22854d337c010b216e42f1b718290 (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-fw')
-rw-r--r-- | ecomp-sdk/epsdk-fw/README.md | 82 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-fw/pom.xml | 2 |
2 files changed, 5 insertions, 79 deletions
diff --git a/ecomp-sdk/epsdk-fw/README.md b/ecomp-sdk/epsdk-fw/README.md index af36ddc2..8c65299f 100644 --- a/ecomp-sdk/epsdk-fw/README.md +++ b/ecomp-sdk/epsdk-fw/README.md @@ -29,83 +29,9 @@ nor does it require Spring. ### OpenECOMP Distributions -Build 1.2.8, ?? ??? 2017 -* put new entries here * -Build 1.2.7, 10 Apr 2017 -- No changes - -Build 1.2.6, 23 Mar 2017 -- No changes - -Build 1.2.5, 16 Mar 2017 -- Extended PortalTimeoutHandler to show method names in all exception output -- US869765 Post OpenSource SDKs and ecompFW apps should listen to endpoint /api/v2 instead of just /api - -Build 1.2.4, 10 Mar 2017 -- No changes - -Build 1.2.3, 8 Mar 2017 -- No changes - -Build 1.2.2, 6 Mar 2017 -- No changes - -Build 1.2.1, 2 Mar 2017 -- Refactor to remove dependency on AT&T Global Log On single sign on (SSO) library. -- Move UEB/Cambria library and demonstration use classes out of FW - -Build 1.2.0, 9 Feb 2017 -- Change group to org.openecomp.ecompsdkos; restart version numbering for open-source distribution - -### Closed-Source Distributions - -The following history is preserved for the benefit of partner application teams. - -Version 4.3.5, 2 Feb 2017 -- No changes - -Version 4.3.4 13 Jan 2017 -- No changes - -Version 4.3.3, 11 Jan 2017 -- US779882 Extend analytics servlet to use content type text/javascript for analytics script; - check for empty user ID when validating analytics GET/POST requests +Version 1.1.0 +- [Portal-7] Improvements added as part of the rebasing process -Version 4.3.2, 9 Jan 2017 -- US779882 Extend servlet to provide GET/POST endpoints for Web Analytics - -Version 4.3.1, 3 Jan 2017 -- No changes - -Version 4.2.1, 15 Dec 2016 -- DE255409 trim trailing space on values fetched from Portal, System properties - -Version 4.1.4, 22 Nov 2016 - - No changes - -Version 4.1.3, 14 Nov 2016 - - No changes - -Version 4.1.2, 14 Nov 2016 - - No changes - -Version 4.1.1, 3 Nov 2016 - - No changes - -Version 3.3.3, 13 Oct 2016 - - No changes - -Version 3.3.2, 26 Sep 2016 - - DE237818, fix bug that blocked return of session timeout information - -Version 3.3.1, 22 Sep 2016 - - No changes - -Version 3.2.2, 4 Aug 2016 - -Version 3.2.1, 12 July 2016 - -Version 2.0.3, 13 June 2016 - -Version 2.0.2, 27 May 2016 +Version 1.0.0 +- Initial release
\ No newline at end of file diff --git a/ecomp-sdk/epsdk-fw/pom.xml b/ecomp-sdk/epsdk-fw/pom.xml index 504d768a..359b6c4c 100644 --- a/ecomp-sdk/epsdk-fw/pom.xml +++ b/ecomp-sdk/epsdk-fw/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-project</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <!-- GroupId is inherited from parent --> |