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 | |
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>
-rw-r--r-- | binding-parent/pom.xml | 2 | ||||
-rw-r--r-- | single-feature-parent/pom.xml | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index 39694c9..1810354 100644 --- a/single-feature-parent/pom.xml +++ b/single-feature-parent/pom.xml @@ -39,7 +39,7 @@ limitations under the License. <skip.karaf.featureTest>true</skip.karaf.featureTest> <commons.collections.version>3.2.2</commons.collections.version> <snakeyaml.version>1.15</snakeyaml.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> </properties> <dependencyManagement> |