summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-09-27 11:05:32 -0400
committerTaka Cho <takamune.cho@att.com>2019-09-27 11:06:24 -0400
commit1e63aade6be9ad91351890fa9d948bc60c5f91e6 (patch)
tree21f80d5081553f08338c70933ba44eb16b528deb
parent5b1eece6cc2cecff5eb7ed05fa12d91e8644e7e4 (diff)
remove org.openecomp.sdc artifact
to org.onap.sdc Change-Id: Ifd0fe9f3cd3fc68c23251308a58bdc3901856db5 Issue-ID: APPC-736 Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r--binding-parent/pom.xml3
-rw-r--r--single-feature-parent/pom.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml
index 54c8672..74de328 100644
--- a/binding-parent/pom.xml
+++ b/binding-parent/pom.xml
@@ -56,14 +56,13 @@ limitations under the License.
<commons.lang3.version>3.4</commons.lang3.version>
<antlr.version>4.5.1</antlr.version>
<logback.version>1.2.3</logback.version>
- <toscalib.version>1.1.0</toscalib.version>
<sdc-client.version>1.3.0</sdc-client.version>
<!-- Should match the version used by sdc-distribution-client -->
<saClientLibrary.version>0.0.1</saClientLibrary.version>
<!-- 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.1.0</tosca.datatype.version>
+ <tosca.datatype.version>1.5.2</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 9887e3b..c5e6a11 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.1.0</tosca.datatype.version>
+ <tosca.datatype.version>1.5.2</tosca.datatype.version>
<velocity.version>1.7</velocity.version>
</properties>
<dependencyManagement>