commit | 718f5b1ab6d4338b6128671d558034eddfd139d8 | [log] [tgz] |
---|---|---|
author | Michael Lando <ml636r@att.com> | Sat May 26 19:58:32 2018 +0300 |
committer | Michael Lando <ml636r@att.com> | Sat May 26 19:58:32 2018 +0300 |
tree | 5a8582d286f9c68c2b6e04d54ea81c312b951dbb | |
parent | 0af44b3327d47e91a5b0113ff276512c163ce374 [diff] |
update version in master update pom anf version.properties to 1.4.0 Change-Id: Ia745033ce141c6c1866ab78f94232a0f9767fae5 Issue-ID: SDC-1370 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