Add Juno platform
diff --git a/parent/pom.xml b/parent/pom.xml
index 4769ca5..a779e2e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -263,6 +263,20 @@
             </properties>
         </profile>
         <profile>
+            <id>platform-juno</id>
+            <activation>
+                <property>
+                    <name>platform-version-name</name>
+                    <value>juno</value>
+                </property>
+            </activation>
+            <properties>
+                <eclipse-site>http://download.eclipse.org/releases/juno</eclipse-site>
+                <platform-version>[3.8,3.9)</platform-version>
+                <swtbot-site>http://download.eclipse.org/technology/swtbot/juno/dev-build/update-site</swtbot-site>
+            </properties>
+        </profile>
+        <profile>
             <id>release</id>
             <build>
                 <plugins>