update versions for alpha release
diff --git a/pom.xml b/pom.xml
index 63d2c16..9d9fc6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <artifactId>myfaces-test-project</artifactId>
     <packaging>pom</packaging>
     <name>Myfaces Test Framework</name>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-alpha</version>
     <url>http://myfaces.apache.org/test</url>
     <issueManagement>
       <system>jira</system>
diff --git a/test12/pom.xml b/test12/pom.xml
index 5fed3ad..fa66bb9 100644
--- a/test12/pom.xml
+++ b/test12/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.myfaces.test</groupId>
         <artifactId>myfaces-test-project</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-alpha</version>
     </parent>
 
     <artifactId>myfaces-test12</artifactId>
diff --git a/test20/pom.xml b/test20/pom.xml
index 80b4211..2a41c46 100644
--- a/test20/pom.xml
+++ b/test20/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.myfaces.test</groupId>
         <artifactId>myfaces-test-project</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-alpha</version>
     </parent>
 
     <artifactId>myfaces-test20</artifactId>
@@ -99,12 +99,14 @@
             <version>${jsf-myfaces.version}</version>
             <scope>provided</scope>
         </dependency>
+        <!--
         <dependency>
             <groupId>org.apache.myfaces.core</groupId>
             <artifactId>myfaces-impl</artifactId>
             <version>${jsf-myfaces.version}</version>
             <scope>test</scope>
         </dependency>
+        -->
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
@@ -197,7 +199,7 @@
         </plugins>    
     </build>
     <properties>
-        <jsf-ri.version>2.0.0-SNAPSHOT</jsf-ri.version>
-        <jsf-myfaces.version>2.0.0-SNAPSHOT</jsf-myfaces.version>
+        <jsf-ri.version>2.0.0</jsf-ri.version>
+        <jsf-myfaces.version>2.0.0-alpha</jsf-myfaces.version>
     </properties>
 </project>