diff options
author | Taka Cho <takamune.cho@att.com> | 2019-11-13 09:29:21 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-11-13 09:31:00 -0500 |
commit | cc18d76493778d852ea4850dab6d848d20cf6233 (patch) | |
tree | 493191592817b107317f8bc5f72a4f41dd172ecc /binding-parent/pom.xml | |
parent | f3572f98d282ca0050c42210c7a28467814a86c7 (diff) |
change tosca version
move to 1.5.0 from 1.5.2
1.5.2 disappeared from nexus server
Change-Id: I99182a5ef014c7f44bd76dd5694c0c0cfbee161e
Issue-ID: APPC-1795
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'binding-parent/pom.xml')
-rw-r--r-- | binding-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index 789d594..49d35b7 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -62,7 +62,7 @@ limitations under the License. <!-- Should match the version used by sdc-distribution-client --> <cambriaClient.version>0.0.1</cambriaClient.version> <jackson.yml.version>2.3.2</jackson.yml.version> - <tosca.datatype.version>1.5.2</tosca.datatype.version> + <tosca.datatype.version>1.5.0</tosca.datatype.version> <velocity.version>1.7</velocity.version> <xmlunit.version>1.6</xmlunit.version> <xmlunit-core.version>2.3.0</xmlunit-core.version> |