diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-07 16:41:48 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-07 16:41:48 -0400 |
commit | 2cc77fb3196548ea03e9f793c0889063208f24af (patch) | |
tree | aa9aff37b2059bed9f8351482f8a55038b918a6b | |
parent | dabece4d2ff0746ec5cc8c0858a3f7d1d90fde7f (diff) |
Update root pom
Update to use root-boron-sr1 artifactId for root pom. There is only one
version of this artifact, so should avoid missing version problem.
Change-Id: I4dc81744acf2b47b987544a3e90ac96cfadd3cb2
Issue-ID: SDNC-42
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ <parent> <groupId>org.openecomp.sdnc.core</groupId> - <artifactId>root</artifactId> + <artifactId>root-boron-sr1</artifactId> <version>1.1.0</version> </parent> |