Add Nexus repositories for distribution management

Also fix profile names

Change-Id: I20204b9676cda707b61d0d1de6fc548fca089746
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/pom.xml b/pom.xml
index 98d0157..3de799c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,7 @@
 
   <profiles>
     <profile>
-      <id>platform-helios</id>
+      <id>platform-juno</id>
       <activation>
         <property>
           <name>platform-version-name</name>
@@ -238,7 +238,7 @@
       </properties>
     </profile>
     <profile>
-      <id>platform-indigo</id>
+      <id>platform-kepler</id>
       <activation>
         <property>
           <name>platform-version-name</name>
@@ -266,4 +266,18 @@
 		</build>
 	</profile>
   </profiles>
+
+  <distributionManagement>
+    <repository>
+      <id>repo.eclipse.org</id>
+      <name>EGit Maven Repository - Releases</name>
+      <url>https://repo.eclipse.org/content/repositories/egit-releases/</url>
+    </repository>
+    <snapshotRepository>
+      <id>repo.eclipse.org</id>
+      <name>EGit Maven Repository - Snapshots</name>
+      <url>https://repo.eclipse.org/content/repositories/egit-snapshots/</url>
+      <uniqueVersion>true</uniqueVersion>
+    </snapshotRepository>
+  </distributionManagement>
 </project>