diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-07 16:43:54 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-07 16:43:54 -0400 |
commit | b0235c609cd34fef5855f40788e526f9b517da45 (patch) | |
tree | f6f80583e48c067160ba527dd88fe29524722782 | |
parent | 30e39eaca3b2e24e4b1a56bc0b364233a8393b8b (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: Ib3214775cfa2533e817a8071a7d47536052bc628
Issue-ID: SDNC-42
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-x | 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> |