Upversioned to 1.0.6 - Final build for Neon
diff --git a/parent/pom.xml b/parent/pom.xml
index d8743e5..2f2cdb7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -13,7 +13,7 @@
 		<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
 		<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
 		<systemProperties></systemProperties>
-		<platform.name>mars</platform.name>
+		<platform.name>neon</platform.name>
 		<BUILD_ALIAS>Final</BUILD_ALIAS>
 	</properties>
 
@@ -384,6 +384,25 @@
 			</repositories>
 		</profile>
 
+		<!-- Neon -->
+		<profile>
+			<id>platform-neon</id>
+			<activation>
+				<property>
+					<name>platform.name</name>
+					<value>neon</value>
+				</property>
+			</activation>
+			
+			<repositories>
+				<repository>
+					<id>neon-repository</id>
+					<layout>p2</layout>
+					<url>http://download.eclipse.org/releases/neon/</url>
+				</repository>
+			</repositories>
+		</profile>
+
 		<profile>
 			<id>sign</id>
 			<build>
@@ -573,4 +592,4 @@
 		</pluginRepository>
 
 	</pluginRepositories>
-</project>
\ No newline at end of file
+</project>