Allow resolving shim from linuxtools maven repo

Add SCM connection details to shim project

Change-Id: Ia8b8010f1ba37ca55d74c8244c1330a93bd71f1f
Signed-off-by: Mat Booth <mat.booth@redhat.com>
Reviewed-on: https://git.eclipse.org/r/c/linuxtools/org.eclipse.linuxtools.eclipse-build/+/176090
diff --git a/flatpak-dev-shim/pom.xml b/flatpak-dev-shim/pom.xml
index 883892a..8901868 100644
--- a/flatpak-dev-shim/pom.xml
+++ b/flatpak-dev-shim/pom.xml
@@ -17,6 +17,11 @@
     </developer>
   </developers>
 
+  <scm>
+    <connection>scm:git:git://git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools.eclipse-build.git</connection>
+    <developerConnection>scm:git:ssh://git.eclipse.org:29418/linuxtools/org.eclipse.linuxtools.eclipse-build.git</developerConnection>
+  </scm>
+
   <licenses>
     <license>
       <name>Eclipse Public License - Version 2.0</name>
diff --git a/flatpak/pom.xml b/flatpak/pom.xml
index 7e24480..7b0b747 100644
--- a/flatpak/pom.xml
+++ b/flatpak/pom.xml
@@ -24,6 +24,10 @@
       <url>https://repo.eclipse.org/content/repositories/eclipse/</url>
     </repository>
     <repository>
+      <id>linuxtools</id>
+      <url>https://repo.eclipse.org/content/repositories/linuxtools/</url>
+    </repository>
+    <repository>
       <id>eclipse-p2</id>
       <url>${eclipse-p2-repo.url}</url>
       <layout>p2</layout>
@@ -49,12 +53,12 @@
             <artifact>
               <groupId>org.eclipse</groupId>
               <artifactId>eclipse-sdk-prereqs</artifactId>
-              <version>4.19.0-SNAPSHOT</version>
+	      <version>${project.version}</version>
             </artifact>
             <artifact>
               <groupId>org.eclipse</groupId>
               <artifactId>eclipse-extra-prereqs</artifactId>
-              <version>4.19.0-SNAPSHOT</version>
+	      <version>${project.version}</version>
             </artifact>
           </target>
           <resolveWithExecutionEnvironmentConstraints>false</resolveWithExecutionEnvironmentConstraints>