diff options
author | Taka Cho <takamune.cho@att.com> | 2019-09-27 11:05:32 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-09-27 11:06:24 -0400 |
commit | 1e63aade6be9ad91351890fa9d948bc60c5f91e6 (patch) | |
tree | 21f80d5081553f08338c70933ba44eb16b528deb /single-feature-parent | |
parent | 5b1eece6cc2cecff5eb7ed05fa12d91e8644e7e4 (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>
Diffstat (limited to 'single-feature-parent')
-rw-r--r-- | single-feature-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |