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>
diff --git a/pom.xml b/pom.xml
index f0a6260..7147642 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>