build on mars release by default. (add mars profile too)
diff --git a/pom.xml b/pom.xml
index 7816056..d234691 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 		<download-publish-relativepath>updates-nightly</download-publish-relativepath>
 		<download-publish-maintenance-relativepath>updates-nightly-maintenance</download-publish-maintenance-relativepath>
 		<download-publish-path>${download-publish-rootpath}${download-publish-relativepath}</download-publish-path>
-		<eclipse-site>http://download.eclipse.org/releases/luna</eclipse-site>
+		<eclipse-site>http://download.eclipse.org/releases/mars</eclipse-site>
 		<tycho.scmUrl>scm:git:https://git.eclipse.org/gitroot/ldt/org.eclipse.ldt.git</tycho.scmUrl>
 	</properties>
 
@@ -112,6 +112,18 @@
 			</properties>
 		</profile>
 		<profile>
+			<id>platform-mars</id>
+			<activation>
+				<property>
+					<name>platform-version-name</name>
+					<value>mars</value>
+				</property>
+			</activation>
+			<properties>
+				<eclipse-site>http://download.eclipse.org/releases/mars</eclipse-site>
+			</properties>
+		</profile>
+		<profile>
 			<id>platform-staging</id>
 			<activation>
 				<property>