bug: Fix parent pom
diff --git a/org.eclipse.ote.mavenbuild/pom.xml b/org.eclipse.ote.mavenbuild/pom.xml
index 9535406..e9c9a7b 100644
--- a/org.eclipse.ote.mavenbuild/pom.xml
+++ b/org.eclipse.ote.mavenbuild/pom.xml
@@ -47,7 +47,7 @@
 				<activeByDefault>true</activeByDefault>
 			</activation>
 			<properties>
-				<osee.client-site>http://osee-build.msc.az.boeing.com:8080/hudson/view/OSEE%20DEV/job/org.eclipse.osee_maven_dev/lastSuccessfulBuild/artifact/org.eclipse.osee/plugins/org.eclipse.osee.client.all.p2/target/repository/</osee.client-site>
+				<osee.client-site>${oseeClientP2}</osee.client-site>
 			</properties>
 			<repositories>
 				<repository>
@@ -63,11 +63,10 @@
 				<activeByDefault>false</activeByDefault>
 			</activation>
 			<properties>
-				<lbaOseeRepo>lba.osee</lbaOseeRepo>
 				<orgEclipseOseeRepo>org.eclipse.osee</orgEclipseOseeRepo>
-				<gitRepoRoot>file:///C:/UserData/CAx/gitrepos/osee</gitRepoRoot>
+				<gitRepoRoot></gitRepoRoot>
+				<!-- on windows: file:///C:/somepath/to/repo/root -->
 				<osee.client-site>${gitRepoRoot}/${orgEclipseOseeRepo}/plugins/org.eclipse.osee.client.all.p2/target/repository</osee.client-site>
-				<osee.lba-site>${gitRepoRoot}/${lbaOseeRepo}/plugins/lba.osee.client.p2/target/repository</osee.lba-site>
 			</properties>
 			<repositories>
 				<repository>
@@ -75,11 +74,6 @@
 					<layout>p2</layout>
 					<url>${osee.client-site}</url>
 				</repository>
-				<repository>
-					<id>lba.client</id>
-					<layout>p2</layout>
-					<url>${osee.lba-site}</url>
-				</repository>
 			</repositories>
 		</profile>
 
@@ -173,18 +167,6 @@
 					<format>'v'yyyyMMddHHmm'${build-alias}'</format>
 					<archiveSite>true</archiveSite>
 					<environments>
-				<!-- 
-						<environment>
-							<os>macosx</os>
-							<ws>cocoa</ws>
-							<arch>x86</arch>
-						</environment>
-						<environment>
-							<os>macosx</os>
-							<ws>carbon</ws>
-							<arch>x86</arch>
-						</environment>
-						-->
 						<environment>
 							<os>win32</os>
 							<ws>win32</ws>
@@ -218,18 +200,6 @@
 				<configuration>
 					<resolver>p2</resolver>
 					<environments>
-					<!-- 	
-					   <environment>
-							<os>macosx</os>
-							<ws>cocoa</ws>
-							<arch>x86</arch>
-						</environment>
-						<environment>
-							<os>macosx</os>
-							<ws>carbon</ws>
-							<arch>x86</arch>
-						</environment>
-						 -->
 						<environment>
 							<os>win32</os>
 							<ws>win32</ws>