replace all references with the project related references
diff --git a/pom.xml b/pom.xml
index 98a1539..a3975ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,36 +48,34 @@
         <osbp.site.skip>false</osbp.site.skip>
         <osbp.deploy.skip>false</osbp.deploy.skip>
     	<osbp.skip.tests>false</osbp.skip.tests>
-    
+
+        <!-- the name of the git repository that the aggregator represents -->
+        <osbp.gitrepo.name>${project.groupId}.git</osbp.gitrepo.name>
+		
         <!-- should automatic push changes to scm repo when releasing -->
         <osbp.release.push>true</osbp.release.push>
-    
         <osbp.scm.user>osbp</osbp.scm.user>
         <osbp.scm.branch>master</osbp.scm.branch>
-        <osbp.scm.url.host>https://github.com/</osbp.scm.url.host>
-        <osbp.scm.url>${osbp.scm.url.host}${osbp.scm.user}/${osbp.gitrepo.name}/tree/${osbp.scm.branch}</osbp.scm.url>
-        <osbp.scm.connection.protocol>scm:git:git://</osbp.scm.connection.protocol>
-        <osbp.scm.connection.host>github.com/</osbp.scm.connection.host>
-        <osbp.scm.connection>${osbp.scm.connection.protocol}${osbp.scm.connection.host}${osbp.scm.user}/${osbp.gitrepo.name}.git</osbp.scm.connection>
-        <osbp.scm.connection.dev>${osbp.scm.connection.dev.protocol}${osbp.scm.connection.dev.host}/${osbp.scm.user}/${osbp.gitrepo.name}.git</osbp.scm.connection.dev>
-        <osbp.scm.connection.dev.protocol>scm:git:ssh://</osbp.scm.connection.dev.protocol>
-        <osbp.scm.connection.dev.host>git@github.com</osbp.scm.connection.dev.host>
+        <osbp.scm.url.host>https://git.eclipse.org/c/gerrit/</osbp.scm.url.host>
+        <osbp.scm.url>${osbp.scm.url.host}${osbp.scm.user}/${osbp.gitrepo.name}</osbp.scm.url>
+        <osbp.scm.connection.protocol>git:</osbp.scm.connection.protocol>
+        <osbp.scm.connection.host>//git.eclipse.org/c/gerrit/</osbp.scm.connection.host>
+        <osbp.scm.connection>${osbp.scm.connection.protocol}${osbp.scm.connection.host}${osbp.scm.user}/${osbp.gitrepo.name}</osbp.scm.connection>
+        <osbp.scm.connection.dev.protocol>ssh:</osbp.scm.connection.dev.protocol>
+        <osbp.scm.connection.dev.host>git.eclipse.org/gitroot/gerrit</osbp.scm.connection.dev.host>
+        <osbp.scm.connection.dev>${osbp.scm.connection.dev.protocol}${osbp.scm.connection.dev.host}/${osbp.scm.user}/${osbp.gitrepo.name}</osbp.scm.connection.dev>
     
         <!-- the base for CI URL -->
-        <osbp.ci.server.url>http://10.1.13.15:8083/job/</osbp.ci.server.url>
+        <osbp.ci.server.url>https://ci.eclipse.org/osbp/</osbp.ci.server.url>
         <osbp.ci.server.jobprefix>master-</osbp.ci.server.jobprefix>
     
         <!-- current profile to use: (pre-release|sandbox|retired) -->
         <osbp.site.profile/>
     
         <!-- protocol used to deploy the site -->
-        <osbp.site.protocol>github:</osbp.site.protocol>
-    
+        <osbp.site.protocol>http:</osbp.site.protocol>
         <!-- points to the root of project's site at github -->
-        <osbp.site.root.url>http://osbp.github.io</osbp.site.root.url>
-    
-        <!-- the name of the git repository that the aggregator represents -->
-        <osbp.gitrepo.name>${project.groupId}</osbp.gitrepo.name>
+        <osbp.site.root.url>//git.eclipse.org/gitroot/gerrit/${osbp.scm.user}/</osbp.site.root.url>
     
         <!-- the url of the repository's site -->
         <!-- <osbp.site.repository.url>${osbp.site.root.url}${osbp.gitrepo.name}</osbp.site.repository.url> -->
@@ -88,12 +86,12 @@
 			end -->
         <distribution.site.url>${osbp.site.protocol}${osbp.site.repository.url}</distribution.site.url>
     
-		<!-- the server where to deploy to -->
-		<distribution.server.baseurl>https://repo.eclipse.org</distribution.server.baseurl>
-		<!-- where to deploy the release artifacts -->
-		<distribution.repository.release.url>${distribution.server.baseurl}/content/repositories/osbp-releases/</distribution.repository.release.url>
-		<!-- where to deploy the snapshot artifacts -->
-		<distribution.repository.snapshot.url>${distribution.server.baseurl}/content/repositories/osbp-snapshots</distribution.repository.snapshot.url>
+        <!-- the server where to deploy to -->
+        <distribution.server.baseurl>https://repo.eclipse.org/content/repositories/${osbp.scm.user}</distribution.server.baseurl>
+        <!-- where to deploy the release artifacts -->
+        <distribution.repository.release.url>https://repo.eclipse.org/content/repositories/${osbp.scm.user}-releases/</distribution.repository.release.url>
+        <!-- where to deploy the snapshot artifacts -->
+        <distribution.repository.snapshot.url>https://repo.eclipse.org/content/repositories/${osbp.scm.user}-snapshots/</distribution.repository.snapshot.url>
     
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -255,6 +253,23 @@
     </ciManagement>
 
     <url>${osbp.site.repository.url}</url>
+    <distributionManagement>
+        <repository>
+            <id>osbp-nexus-release</id>
+            <name>Nexus Release Repository</name>
+            <url>${distribution.repository.release.url}</url>
+        </repository>
+        <snapshotRepository>
+            <id>osbp-nexus-snapshots</id>
+            <name>Sonatype Nexus Snapshots</name>
+            <url>${distribution.repository.snapshot.url}</url>
+        </snapshotRepository>
+        <site>
+            <id>osbp-source-pages</id>
+            <name>OSBP Source Pages</name>
+            <url>${distribution.site.url}</url>
+        </site>
+    </distributionManagement>
     <scm>
         <!-- connection and developerConnection must be added in children in order 
 			to use with git -->
@@ -297,56 +312,6 @@
 	
 	
     <profiles>
-		<profile>
-			<id>isEclipseBuild</id>
-			<activation>
-				<property>
-					<name>!isNotEclipseBuild</name>
-				</property>
-			</activation>
-
-			<distributionManagement>
-				<repository>
-					<id>repo.eclipse.org</id>
-					<name>Project Repository - Releases</name>
-					<url>https://repo.eclipse.org/content/repositories/osbp-releases/</url>
-				</repository>
-				<snapshotRepository>
-					<id>repo.eclipse.org</id>
-					<name>Project Repository - Snapshots</name>
-					<url>https://repo.eclipse.org/content/repositories/osbp-snapshots/</url>
-				</snapshotRepository>
-			</distributionManagement>
-
-		</profile>
-		<profile>
-			<id>isNotEclipseBuild</id>
-			<activation>
-				<property>
-					<name>isNotEclipseBuild</name>
-				</property>
-			</activation>
-
-			<distributionManagement>
-				<repository>
-					<id>osbp-nexus-release</id>
-					<name>Nexus Release Repository</name>
-					<url>${distribution.repository.release.url}</url>
-				</repository>
-				<snapshotRepository>
-					<id>osbp-nexus-snapshots</id>
-					<name>Sonatype Nexus Snapshots</name>
-					<url>${distribution.repository.snapshot.url}</url>
-				</snapshotRepository>
-				<site>
-					<id>gh-pages</id>
-					<name>OSBP GitHub Pages</name>
-					<url>${distribution.site.url}</url>
-				</site>
-			</distributionManagement>
-
-		</profile>
-		
         <profile>
             <id>whenIsAggregatorProject</id>
             <activation>