commit | 7c611567534f5467288bad170b9dff8012a93c12 | [log] [tgz] |
---|---|---|
author | Michael Lando <ml636r@att.com> | Fri Aug 03 00:57:08 2018 +0300 |
committer | Michael Lando <ml636r@att.com> | Fri Aug 03 00:57:08 2018 +0300 |
tree | 357f8c9b7ef54513eaf61a4decbed9fc1e08706a | |
parent | 842633530e7c1615f988cf58fcc9b472fe5b5fe1 [diff] |
progress jtosca version after relase update jtosca version Change-Id: Ie805b9aee838df75987c12a28ebf37ace08260d9 Issue-ID: SDC-1595 Signed-off-by: Michael Lando <ml636r@att.com>
ONAP JTOSCA is delivered as helper JAR that can be used by clients that work with TOSCA CSAR files. It parses the CSAR and returns the model object which represents the CSAR contents. Prior to that, it performs validations on the CSAR to check its TOSCA compliance.
ONAP JTOSCA can be compiled easily using maven command: mvn clean install
The result is JAR file under "target" folder
*** to be completed on release ***
SDC Javadoc and Maven site
*** to be completed on rrelease ***
1.1.0-SNAPSHOT
Initial after separating into separate repo
1.1.1-SNAPSHOT
Added toString of Function (GetInput, etc.)
Allowed two arguments for GetInput - name of list input and index in list