Final changes to move from 2.0-M1-SNAPSHOT to 2.0-M1.  \n\nThis includes changes of some SNAPSHOTs to versioned SNAPSHOTS.  These plugins and other artifacts will committed to the SVN repo so folks can rebuild later if they so desire

git-svn-id: https://svn.apache.org/repos/asf/geronimo/server/branches/2.0-M1@488145 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES-2.0-M1.T b/RELEASE-NOTES-2.0-M1.T
new file mode 100644
index 0000000..dce68f6
--- /dev/null
+++ b/RELEASE-NOTES-2.0-M1.T
@@ -0,0 +1,265 @@
+Release Notes -- Apache Geronimo -- Version 2.0 - Milestone 1

+

+Geronimo URLs

+-------------

+Home Page:     http://geronimo.apache.org/

+Downloads:     http://geronimo.apache.org/downloads.html

+Documentation: http://geronimo.apache.org/documentation.html

+Mailing Lists: http://geronimo.apache.org/mailing.html

+Source Code:   http://geronimo.apache.org/svn.html

+Bug Tracking:  http://issues.apache.org/jira/browse/GERONIMO

+Wiki:          http://cwiki.apache.org/geronimo

+

+

+IMPORTANT

+---------

+This is a Milestone release, that means that is not the final version of

+Apache Geronimo v2.0 Take a look at "Known Issues and Limitations" section for

+further details.

+

+System Requirements

+-------------------

+You need a platform that supports the Sun JDK 5.0+ (J2SE 1.5.0+).

+

+Most testing has been done on Linux, Mac OS X, and Windows.

+

+

+Significant Changes in the 2.0 Release

+--------------------------------------

+Apache Geronimo v2.0 includes the following features:

+

+- Full Sun JDK 5.0+ (J2SE 1.5.0+)

+- Servlet 2.5 (Tomcat)

+- JSP 2.1 (Tomcat)

+- JSP Debug 1.0 (Tomcat)

+- Servlet 2.5 (Jetty)

+- JSP 2.1 (Jetty - via Jasper)

+- JSP Debug 1.0 (Jetty)

+- JSF 1.2

+- JSTL 1.2

+- Common Annotations 1.0

+- JAF 1.1

+- JavaMail 1.4

+- EJB 3.0 (JPA only)

+- JTA 1.1

+- JMS 1.1

+- JACC 1.1

+

+Installing & Starting Geronimo

+------------------------------

+To install, simply unpack the .zip (Windows) or tar.gz (Unix) file containing 

+Geronimo.

+

+If you wish to modify the default ports that Geronimo will use, edit the file 

+<geronimo_home>/var/config/config.xml

+

+Geronimo comes with batch and script files to control server start and stop 

+functions.  To see usage examples simply type geronimo.bat or geronimo.sh 

+command as appropriate for your platform.  It is necessary to set JAVA_HOME to 

+the copy of your Sun 5 JDK/JRE prior to executing the command.  

+

+Here is an example to set JAVA_HOME:

+

+export JAVA_HOME=<JDK/JRE_home>

+

+To see the available command options type:

+

+<geronimo_home>/bin/geronimo.sh

+or

+<geronimo_home>/bin/geronimo.bat

+

+The command will display help text instructing you as to how to start and stop 

+the Geronimo server.

+

+If you prefer to start the server without a script file you can simply type: 

+

+java -jar <geronimo_home>/bin/server.jar

+

+Once the server has started, you can access the Geronimo Administration Console

+at http://localhost:8080/console/ . The default user name is "system" and the 

+default password is "manager".

+

+

+Administration Console Security Configuration

+---------------------------------------------

+The default administration user/password for the Geronimo Administration Console 

+and deployment tool is system/manager.  You can change these defaults directly 

+from the Geronimo Administration Console by accessing Security -> Console Realm

+and change the user name and password from the Console Realm Users portlet.

+

+As an alternative, you can make the same changes by editing the 

+<geronimo_home>/var/security/users.properties and 

+<geronimo_home>/var/security/groups.properties files.

+

+

+Deploying Applications

+----------------------

+Geronimo comes with deploy scripts and batch files to deploy J2EE modules or 

+applications. You can use the scripts or simply invoke the executable jar by 

+running the following command (note that you need to start Geronimo first):

+

+<geronimo_home>/bin/java -jar deployer.jar deploy my-web-app.war [deploy plan]

+

+You will need to use the username "system" and password "manager" unless you 

+customized those during the install process.  The deployment plan argument is 

+optional -- you can pack a deployment plan into the application module, provide

+it on the command line, or in some cases omit it entirely.

+

+You can also use the "Login" command once and avoid to enter user name and 

+password every time you use the deploy tool

+

+For more information on the commands and options supported by the deploy tool,

+run from within the Geronimo directory <geronimo_home>/bin:

+

+java -jar deployer.jar help [command]

+

+You can also graphically deploy applications and resources via the Geronimo 

+Administration Console available at http://localhost:8080/console/

+

+

+Other Deployment Options

+------------------------

+As an alternative to the command-line deployer, you can copy application 

+modules into the <geronimo_home>/deploy/ directory and the

+hot deployer service will deploy them automatically.  The command-line deployer

+has some advantages, as it will output any

+deployment errors to its own console rather than just the server log.

+

+Additionally, Geronimo provides a Maven plugin that can deploy applications to 

+Geronimo as part of a Maven build.

+

+

+Configuration

+-------------

+Most configuration attributes can be updated in the 

+<geronimo_home>/var/config/config.xml file.  The attributes most likely to be 

+changed are already included in the supplied config.xml file, while others may

+need to be added manually.

+

+

+Certification Status

+--------------------

+Apache Geronimo v2.0-M1, being a MILESTONE release is not yet certified.

+

+

+Known Issues and Limitations

+----------------------------

+

+<!-- open Bugs for 1.2 + 2.*  -->

+

+     * GERONIMO-2657	Persistence-* builders need improvements

+     * GERONIMO-2644	Fix leaking ClassLoaders

+     * GERONIMO-2643	Stack trace (due to amq) while shutting down Geronimo

+     * GERONIMO-2642	welcome app not included in the jetty assembly.

+     * GERONIMO-2622	Implement PolicyContextHandlerSOAPMessage

+     * GERONIMO-2605	NPE if exporting plugin for module having dependency on module with no groupId

+     * GERONIMO-2598	Deploy tool prints useless message if configuration start fails

+     * GERONIMO-2551	Plugin hits NPE if maven-metadata listed artifact doesn't exist or JAR artifact maven-metadata doesn't exist

+     * GERONIMO-2534	Security realms portlet should validate the realm-name for duplicate name

+     * GERONIMO-2491	Hibernate passes connections between servlets which we don't support

+     * GERONIMO-2481	WebServers portlet: Create/Edit Tomcat Connectors should support editing of all supported connector attributes

+     * GERONIMO-2480	Plugin installer status sticks on "Searching for X at Y" while downloading

+     * GERONIMO-2416	ProxyMethodInterceptor should work with classes that have start,stop methods

+     * GERONIMO-2290	Percent complete goes over 100% when installing configurations

+     * GERONIMO-2289	GeronimoAsMavenServlet.java generates wrong default-repository element

+     * GERONIMO-2288	Abstract/Maven repositories install modules incorrectly

+     * GERONIMO-2286	app client plan still uses Strings for dependency Module IDs

+     * GERONIMO-2283	Common libs portlet guesses wrong group ID, gives no usage advice

+     * GERONIMO-2246	Why resource-env-ref:admin-object-module?

+     * GERONIMO-2082	[m2] stax dependencies are all wrong

+     * GERONIMO-2028	Plugin export errors don't stop process, but cause it to fail much later

+     * GERONIMO-2025	Undeploy and redeploy with no version leaves dangling entries in config.xml

+     * GERONIMO-1917	repository doesn't deal well with case insensitive file systems

+     * GERONIMO-1786	JMS Listeners for protocols activeio, peer and openwire fail to start

+     * GERONIMO-1761	Change geronimo-util module to geronimo-crypto, give credit where credit is due

+     * GERONIMO-1631	NoSuchConfigException when restarting app after undeploying

+     * GERONIMO-1285	Deployer does not list all modules that have been stopped

+     * GERONIMO-603	IllegalArgumentException when deploying WebApp containing a url-pattern of /* in security-constraint

+     * GERONIMO-268	Connection Error handling problems

+     * GERONIMO-250	Connector tries to commit after connection error

+

+

+Specific Issues, Features and Improvements fixed in Version 2.0-M1

+------------------------------------------------------------------

+Release Notes - Geronimo - Version 2.0-M1

+

+<!-- closed JIRAs  for 2.*  -->

+

+** Bug

+     * GERONIMO-2592	TSSLink doStart() method is not getting called.

+     * GERONIMO-2630	sun j2ee schemas are being redistributed in jsp and servlet specs

+     * GERONIMO-1135	Keystore password in System.properties

+     * GERONIMO-2522	Hot deployer makes app hangs

+     * GERONIMO-2402	Redeployment fails after third iteration.

+     * GERONIMO-2646	WAR without a geronimo-web.xml deploys to the wrong context

+     * GERONIMO-2560	Realm added using SecurityRealm portlet does not work

+     * GERONIMO-1657	CommandSupport doesn't bubble up the exception. Prints stacktrace.

+     * GERONIMO-2236	keystore portlet - providing a null or incorrect password on edit unlock can only be recovered with server recycle

+     * GERONIMO-2350	CertificateChainCallbackHandler willfully conceals causes of failure

+     * GERONIMO-2363	Console: create new pool using wizard, cannot use "show plan" button for any XA database, even derby

+     * GERONIMO-2458	MapEditor does not work

+     * GERONIMO-2459	Connector deployer needs to add dependency to j2ee-server for J2EEServer gbean reference

+     * GERONIMO-2479	j2ee remote ejb clients should look for "localhost" not 0.0.0.0 by default

+     * GERONIMO-2533	Password setup forms should use a confirmation field

+     * GERONIMO-2548	GBeanInfo should exclude attributes and operations of java.lang.Object class

+     * GERONIMO-2549	NullPointerException: CommandListConfigurations

+     * GERONIMO-2559	cannot stop activemq via kernel shutdown

+     * GERONIMO-2566	Creating new listeners for ActiveMQ from JMS Server portlet fails

+     * GERONIMO-2580	CorbaRefBuilder inserts ref for java:comp/CORBA that fails when corba gbean is not present.

+     * GERONIMO-2584	Hot deploy module/server restart, throws IllegalArgumentException if application deployed using hotdeployment

+     * GERONIMO-2585	KeystorePortlet: Lock keystore throws NullPointerException

+     * GERONIMO-2586	KeystorePortlet: Unlock keystore for availability shows key aliases only when keystore is unlocked for edit

+     * GERONIMO-2587	FileKeystoreInstance.loadKeystoreData() results in inconsistent state if wrong password is supplied

+     * GERONIMO-2588	KeyStorePortlet: Locking and unlocking could use some error and info messages

+     * GERONIMO-2591	Database Pools portlet: Create new pool dependency jar selection problems

+     * GERONIMO-2602	default compile scope is overloaded with 2 meanings in PlanProcessorMojo

+     * GERONIMO-2603	Building 1.2 if there are 2.0 artifacts in the repo results in mostly 2.0 artifacts in the server.

+     * GERONIMO-2611	Configuration should not have duplicates in allServiceParents

+     * GERONIMO-2615	Not enough info when a gbean ref can't be verified during deployment

+     * GERONIMO-2623	Infinite loop in the SMTPTransport code when a socket factory class is used.

+     * GERONIMO-2624	Offline deployer busted

+     * GERONIMO-2625	Geronimo Console: login page prevents using username, password longer than 25 characters for login

+     * GERONIMO-2627	jsr88 classpath is all messed up

+     * GERONIMO-2631	jetty5 builder needs to parameterize the jsp servlet class

+     * GERONIMO-2632	Connection errors can result in infinite loop

+     * GERONIMO-2456	NOTICE.txt is missing some notices added during 1.1.1 development

+     * GERONIMO-2377	deploying a new datasource with the same name does not indicate any problem in the console

+     * GERONIMO-2652	XmlBeans is having trouble validating some xml from substitution groups

+     * GERONIMO-2555	Windows scripts don't work when used from different drive

+     * GERONIMO-2656	for jetty, in servlet-mapping, url patterns must be trimmed.

+     * GERONIMO-2437	Empty dirs and config.xml entries left behind after undeploy

+     * GERONIMO-2599	deploying RAR leads to message that Geronimo can't find web.xml

+     * GERONIMO-2619	Javamail 1.4 spec needs to be using the JAF 1.1 version.

+     * GERONIMO-1982	server try to deploy the modules in hot deployment directory again during server startup

+     * GERONIMO-1519	ResourceException.toString() can return null

+     * GERONIMO-646	Servlet calling HttpServletRequest.isUserInRole(null) causes NPE using Jetty container

+

+** Improvement

+     * GERONIMO-931	Rename administrative security realm

+     * GERONIMO-1396	Provide consistent look and feel for table views in the web console across all portlets

+     * GERONIMO-1880	To Allow configurable password digests during REALM Deployment.

+     * GERONIMO-2392	Too hard to tell why a gbean doesn't start

+     * GERONIMO-2499	Generalize NamingBuilder so it can handle more than just jndi building

+     * GERONIMO-2589	Generate explicit-versions.properties transitvily

+     * GERONIMO-2597	Make web service builder optional

+     * GERONIMO-2604	Create a specs pom

+     * GERONIMO-2608	JACC 1.1 support (jsr-115 MR4)

+     * GERONIMO-2634	Switch to activemq 4.1.0-incubator: include apache incubator repo in our repo list.

+     * GERONIMO-2616	Move jee5 work from sandbox to trunk

+

+** New Feature

+     * GERONIMO-2460	JPA container managed persistence support

+     * GERONIMO-2636	Update Jetty 6 assembly to use Jasper 6 for JSP 2.1 support

+     * GERONIMO-2536	Support Java EE 5 JavaServerPages Standard Tag Library in Geronimo (JSTL, JSR 52)

+     * GERONIMO-2535	Support Java EE 5 Common Annotation Spec in Geronimo (JSR 250)

+

+** Task

+     * GERONIMO-2537	All Geronimo source files must be brought in line with the new ASF source header and copyright notice policy

+     * GERONIMO-2601	Remove the "Old Keystore" portlet

+     * GERONIMO-2639	Upgrade dojo to 0.4.1

+

+** Sub Task

+     * GERONIMO-1722	"GERONIMO-851 Module migration to Maven 2: activemq-embedded-rar"

+

+** Test

+     * GERONIMO-2620	Need to create javamail 1.4 versions of the provider and mail jars

diff --git a/applications/console/geronimo-console-core/pom.xml b/applications/console/geronimo-console-core/pom.xml
index 6450843..d08e92f 100644
--- a/applications/console/geronimo-console-core/pom.xml
+++ b/applications/console/geronimo-console-core/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications.console</groupId>
         <artifactId>console</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/console/geronimo-console-ear/pom.xml b/applications/console/geronimo-console-ear/pom.xml
index b5ffc2c..f26469d 100644
--- a/applications/console/geronimo-console-ear/pom.xml
+++ b/applications/console/geronimo-console-ear/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications.console</groupId>
         <artifactId>console</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/console/geronimo-console-framework/pom.xml b/applications/console/geronimo-console-framework/pom.xml
index a49841f..0f809b0 100644
--- a/applications/console/geronimo-console-framework/pom.xml
+++ b/applications/console/geronimo-console-framework/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications.console</groupId>
         <artifactId>console</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/console/geronimo-console-standard/pom.xml b/applications/console/geronimo-console-standard/pom.xml
index c81e7e0..60b81b3 100644
--- a/applications/console/geronimo-console-standard/pom.xml
+++ b/applications/console/geronimo-console-standard/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications.console</groupId>
         <artifactId>console</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/console/pom.xml b/applications/console/pom.xml
index 6a39ee1..1de224c 100644
--- a/applications/console/pom.xml
+++ b/applications/console/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/demo/pom.xml b/applications/demo/pom.xml
index c6fee88..8be1eae 100644
--- a/applications/demo/pom.xml
+++ b/applications/demo/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/geronimo-ca-helper/pom.xml b/applications/geronimo-ca-helper/pom.xml
index 56e468a..02f910b 100644
--- a/applications/geronimo-ca-helper/pom.xml
+++ b/applications/geronimo-ca-helper/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/geronimo-dojo/pom.xml b/applications/geronimo-dojo/pom.xml
index 13ccacb..77e8c2c 100644
--- a/applications/geronimo-dojo/pom.xml
+++ b/applications/geronimo-dojo/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/geronimo-examples/geronimo-jsp-examples/pom.xml b/applications/geronimo-examples/geronimo-jsp-examples/pom.xml
index 16fe779..218342b 100644
--- a/applications/geronimo-examples/geronimo-jsp-examples/pom.xml
+++ b/applications/geronimo-examples/geronimo-jsp-examples/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications.examples</groupId>
         <artifactId>geronimo-examples</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/geronimo-examples/geronimo-servlet-examples/pom.xml b/applications/geronimo-examples/geronimo-servlet-examples/pom.xml
index 005a4ce..05073f1 100644
--- a/applications/geronimo-examples/geronimo-servlet-examples/pom.xml
+++ b/applications/geronimo-examples/geronimo-servlet-examples/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications.examples</groupId>
         <artifactId>geronimo-examples</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/geronimo-examples/pom.xml b/applications/geronimo-examples/pom.xml
index 50cd0ea..15e4bfa 100644
--- a/applications/geronimo-examples/pom.xml
+++ b/applications/geronimo-examples/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/geronimo-ldap-demo/pom.xml b/applications/geronimo-ldap-demo/pom.xml
index c9bd071..a9eac99 100644
--- a/applications/geronimo-ldap-demo/pom.xml
+++ b/applications/geronimo-ldap-demo/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/geronimo-remote-deploy/pom.xml b/applications/geronimo-remote-deploy/pom.xml
index 2e54b8f..0cdb451 100644
--- a/applications/geronimo-remote-deploy/pom.xml
+++ b/applications/geronimo-remote-deploy/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/geronimo-uddi-db/pom.xml b/applications/geronimo-uddi-db/pom.xml
index ffbc5be..7b3d50bc 100644
--- a/applications/geronimo-uddi-db/pom.xml
+++ b/applications/geronimo-uddi-db/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -61,7 +61,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>sql-maven-plugin</artifactId>
-                <version>1.0-beta-1-SNAPSHOT</version>
+                <version>1.0-beta-1</version>
                 
                 <dependencies>
                     <dependency>
diff --git a/applications/geronimo-uddi-server/pom.xml b/applications/geronimo-uddi-server/pom.xml
index 3c1f83c..de66af4 100644
--- a/applications/geronimo-uddi-server/pom.xml
+++ b/applications/geronimo-uddi-server/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/geronimo-welcome/pom.xml b/applications/geronimo-welcome/pom.xml
index 52e3409..49202d4 100644
--- a/applications/geronimo-welcome/pom.xml
+++ b/applications/geronimo-welcome/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/magicGball/magicGball-client/pom.xml b/applications/magicGball/magicGball-client/pom.xml
index 29aebfc..99f4482 100644
--- a/applications/magicGball/magicGball-client/pom.xml
+++ b/applications/magicGball/magicGball-client/pom.xml
@@ -24,7 +24,7 @@
     
     <parent>
         <groupId>org.apache.geronimo.applications.magicGball</groupId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
         <artifactId>magicGball</artifactId>
     </parent>
diff --git a/applications/magicGball/magicGball-ear/pom.xml b/applications/magicGball/magicGball-ear/pom.xml
index 2619ed1..e0d81e1 100644
--- a/applications/magicGball/magicGball-ear/pom.xml
+++ b/applications/magicGball/magicGball-ear/pom.xml
@@ -24,7 +24,7 @@
     
     <parent>
         <groupId>org.apache.geronimo.applications.magicGball</groupId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
         <artifactId>magicGball</artifactId>
     </parent>
diff --git a/applications/magicGball/magicGball-ejb/pom.xml b/applications/magicGball/magicGball-ejb/pom.xml
index 6e0b11c..c1e98f9 100644
--- a/applications/magicGball/magicGball-ejb/pom.xml
+++ b/applications/magicGball/magicGball-ejb/pom.xml
@@ -24,7 +24,7 @@
     
     <parent>
         <groupId>org.apache.geronimo.applications.magicGball</groupId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
         <artifactId>magicGball</artifactId>
     </parent>
diff --git a/applications/magicGball/magicGball-web/pom.xml b/applications/magicGball/magicGball-web/pom.xml
index e98fb20..2f5c6c8 100644
--- a/applications/magicGball/magicGball-web/pom.xml
+++ b/applications/magicGball/magicGball-web/pom.xml
@@ -24,7 +24,7 @@
     
     <parent>
         <groupId>org.apache.geronimo.applications.magicGball</groupId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
         <artifactId>magicGball</artifactId>
     </parent>
diff --git a/applications/magicGball/pom.xml b/applications/magicGball/pom.xml
index b18e44f..8341773 100644
--- a/applications/magicGball/pom.xml
+++ b/applications/magicGball/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/applications/pom.xml b/applications/pom.xml
index 3a48554..908c7be 100644
--- a/applications/pom.xml
+++ b/applications/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/geronimo-boilerplate-j2ee/pom.xml b/assemblies/geronimo-boilerplate-j2ee/pom.xml
index 71c9608..d53998e 100644
--- a/assemblies/geronimo-boilerplate-j2ee/pom.xml
+++ b/assemblies/geronimo-boilerplate-j2ee/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.geronimo.assemblies</groupId>
         <artifactId>assemblies</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/geronimo-boilerplate-jee5/pom.xml b/assemblies/geronimo-boilerplate-jee5/pom.xml
index 8b77be5..f7b4d13 100644
--- a/assemblies/geronimo-boilerplate-jee5/pom.xml
+++ b/assemblies/geronimo-boilerplate-jee5/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.assemblies</groupId>
         <artifactId>assemblies</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/geronimo-boilerplate-minimal/pom.xml b/assemblies/geronimo-boilerplate-minimal/pom.xml
index 57525c8..e345821 100644
--- a/assemblies/geronimo-boilerplate-minimal/pom.xml
+++ b/assemblies/geronimo-boilerplate-minimal/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.assemblies</groupId>
         <artifactId>assemblies</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/geronimo-framework/pom.xml b/assemblies/geronimo-framework/pom.xml
index a815348..b682108 100644
--- a/assemblies/geronimo-framework/pom.xml
+++ b/assemblies/geronimo-framework/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.assemblies</groupId>
         <artifactId>assemblies</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/geronimo-jetty6-jee5/pom.xml b/assemblies/geronimo-jetty6-jee5/pom.xml
index d4f3b18..8d6651e 100644
--- a/assemblies/geronimo-jetty6-jee5/pom.xml
+++ b/assemblies/geronimo-jetty6-jee5/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.assemblies</groupId>
         <artifactId>assemblies</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/geronimo-jetty6-minimal/pom.xml b/assemblies/geronimo-jetty6-minimal/pom.xml
index 8a0b4d6..77a1aac 100644
--- a/assemblies/geronimo-jetty6-minimal/pom.xml
+++ b/assemblies/geronimo-jetty6-minimal/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.assemblies</groupId>
         <artifactId>assemblies</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/geronimo-tomcat6-jee5/pom.xml b/assemblies/geronimo-tomcat6-jee5/pom.xml
index 1ac2dd0..7678707 100644
--- a/assemblies/geronimo-tomcat6-jee5/pom.xml
+++ b/assemblies/geronimo-tomcat6-jee5/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.assemblies</groupId>
         <artifactId>assemblies</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/geronimo-tomcat6-minimal/pom.xml b/assemblies/geronimo-tomcat6-minimal/pom.xml
index 6f67022..5239c7b 100644
--- a/assemblies/geronimo-tomcat6-minimal/pom.xml
+++ b/assemblies/geronimo-tomcat6-minimal/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.assemblies</groupId>
         <artifactId>assemblies</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/pom.xml b/assemblies/pom.xml
index 34f1fb5..124b0a1 100644
--- a/assemblies/pom.xml
+++ b/assemblies/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/activemq-broker/pom.xml b/configs/activemq-broker/pom.xml
index 823ca05..a427052 100644
--- a/configs/activemq-broker/pom.xml
+++ b/configs/activemq-broker/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/activemq/pom.xml b/configs/activemq/pom.xml
index fbab28a..f894668 100644
--- a/configs/activemq/pom.xml
+++ b/configs/activemq/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/axis-deployer/pom.xml b/configs/axis-deployer/pom.xml
index fe333f5..f0b5a2d 100644
--- a/configs/axis-deployer/pom.xml
+++ b/configs/axis-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/axis/pom.xml b/configs/axis/pom.xml
index 1f5e511..c2d8e04 100644
--- a/configs/axis/pom.xml
+++ b/configs/axis/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/ca-helper-jetty/pom.xml b/configs/ca-helper-jetty/pom.xml
index 9eb6536..8fe4f89 100644
--- a/configs/ca-helper-jetty/pom.xml
+++ b/configs/ca-helper-jetty/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/ca-helper-tomcat/pom.xml b/configs/ca-helper-tomcat/pom.xml
index b73ee4a..3e77e4a 100644
--- a/configs/ca-helper-tomcat/pom.xml
+++ b/configs/ca-helper-tomcat/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/client-corba-yoko/pom.xml b/configs/client-corba-yoko/pom.xml
index 073917a..9af3ed4 100644
--- a/configs/client-corba-yoko/pom.xml
+++ b/configs/client-corba-yoko/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/client-deployer/pom.xml b/configs/client-deployer/pom.xml
index 7564b25..20b4926 100644
--- a/configs/client-deployer/pom.xml
+++ b/configs/client-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/configs/client-security/pom.xml b/configs/client-security/pom.xml
index a9eb95f..77c5f87 100644
--- a/configs/client-security/pom.xml
+++ b/configs/client-security/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/client-system/pom.xml b/configs/client-system/pom.xml
index 5a57f7f..608ee14 100644
--- a/configs/client-system/pom.xml
+++ b/configs/client-system/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/client-transaction/pom.xml b/configs/client-transaction/pom.xml
index 0b9bcd0..349d818 100644
--- a/configs/client-transaction/pom.xml
+++ b/configs/client-transaction/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/client/pom.xml b/configs/client/pom.xml
index 7dd4945..7657e28 100644
--- a/configs/client/pom.xml
+++ b/configs/client/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/clustering/pom.xml b/configs/clustering/pom.xml
index b0ad106..69813af 100644
--- a/configs/clustering/pom.xml
+++ b/configs/clustering/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/connector-deployer/pom.xml b/configs/connector-deployer/pom.xml
index 6a3689a..227dafd 100644
--- a/configs/connector-deployer/pom.xml
+++ b/configs/connector-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/cxf-deployer/pom.xml b/configs/cxf-deployer/pom.xml
index deed406..95877e6 100644
--- a/configs/cxf-deployer/pom.xml
+++ b/configs/cxf-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/cxf/pom.xml b/configs/cxf/pom.xml
index 3370848..2b667cb 100644
--- a/configs/cxf/pom.xml
+++ b/configs/cxf/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/directory/pom.xml b/configs/directory/pom.xml
index 27361b2..8a908f3 100644
--- a/configs/directory/pom.xml
+++ b/configs/directory/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/dojo-jetty6/pom.xml b/configs/dojo-jetty6/pom.xml
index 59649a2..4e84603 100644
--- a/configs/dojo-jetty6/pom.xml
+++ b/configs/dojo-jetty6/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/dojo-tomcat/pom.xml b/configs/dojo-tomcat/pom.xml
index 1f9abc7..2f7802e 100644
--- a/configs/dojo-tomcat/pom.xml
+++ b/configs/dojo-tomcat/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/geronimo-gbean-deployer/pom.xml b/configs/geronimo-gbean-deployer/pom.xml
index 81112e5..ef49a0b 100644
--- a/configs/geronimo-gbean-deployer/pom.xml
+++ b/configs/geronimo-gbean-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/hot-deployer/pom.xml b/configs/hot-deployer/pom.xml
index 2146812..c098300 100644
--- a/configs/hot-deployer/pom.xml
+++ b/configs/hot-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/j2ee-corba-yoko/pom.xml b/configs/j2ee-corba-yoko/pom.xml
index 37a7b89..a53e8ab 100644
--- a/configs/j2ee-corba-yoko/pom.xml
+++ b/configs/j2ee-corba-yoko/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/j2ee-deployer/pom.xml b/configs/j2ee-deployer/pom.xml
index 37b78f2..484945b 100644
--- a/configs/j2ee-deployer/pom.xml
+++ b/configs/j2ee-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/j2ee-security/pom.xml b/configs/j2ee-security/pom.xml
index 5a0016e..21274c8 100644
--- a/configs/j2ee-security/pom.xml
+++ b/configs/j2ee-security/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/configs/j2ee-server/pom.xml b/configs/j2ee-server/pom.xml
index af96b87..aec2e9c 100644
--- a/configs/j2ee-server/pom.xml
+++ b/configs/j2ee-server/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/j2ee-system/pom.xml b/configs/j2ee-system/pom.xml
index 18f7836..ab499aa 100644
--- a/configs/j2ee-system/pom.xml
+++ b/configs/j2ee-system/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/javamail/pom.xml b/configs/javamail/pom.xml
index f34753a..84c48c7 100644
--- a/configs/javamail/pom.xml
+++ b/configs/javamail/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/jee-specs/pom.xml b/configs/jee-specs/pom.xml
index d2b0e3a..3b29b27 100644
--- a/configs/jee-specs/pom.xml
+++ b/configs/jee-specs/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -44,7 +44,6 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-annotation_1.0_spec</artifactId>
-            <version>1.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
@@ -55,7 +54,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-el_1.0_spec</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0-M1</version>
         </dependency>
 
         <dependency>
@@ -96,7 +95,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jsp_2.1_spec</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0-M1</version>
         </dependency>
         
         <dependency>
diff --git a/configs/jetty6-clustering-builder-wadi/pom.xml b/configs/jetty6-clustering-builder-wadi/pom.xml
index c9dd471..927b948 100644
--- a/configs/jetty6-clustering-builder-wadi/pom.xml
+++ b/configs/jetty6-clustering-builder-wadi/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/jetty6-clustering-wadi/pom.xml b/configs/jetty6-clustering-wadi/pom.xml
index 97bcf9d..49ce2d2 100644
--- a/configs/jetty6-clustering-wadi/pom.xml
+++ b/configs/jetty6-clustering-wadi/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/jetty6-deployer/pom.xml b/configs/jetty6-deployer/pom.xml
index df529d4..9a89187 100644
--- a/configs/jetty6-deployer/pom.xml
+++ b/configs/jetty6-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/jetty6/pom.xml b/configs/jetty6/pom.xml
index e06dc15..54ff247 100644
--- a/configs/jetty6/pom.xml
+++ b/configs/jetty6/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/jsp-examples-jetty/pom.xml b/configs/jsp-examples-jetty/pom.xml
index 6636bdd..8dbd7c8 100644
--- a/configs/jsp-examples-jetty/pom.xml
+++ b/configs/jsp-examples-jetty/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/jsp-examples-tomcat/pom.xml b/configs/jsp-examples-tomcat/pom.xml
index 1d67473..b2494a0 100644
--- a/configs/jsp-examples-tomcat/pom.xml
+++ b/configs/jsp-examples-tomcat/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/ldap-demo-jetty/pom.xml b/configs/ldap-demo-jetty/pom.xml
index 35faeb7..9a5cc40 100644
--- a/configs/ldap-demo-jetty/pom.xml
+++ b/configs/ldap-demo-jetty/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/ldap-demo-tomcat/pom.xml b/configs/ldap-demo-tomcat/pom.xml
index 6b6824a..c23d5a3 100644
--- a/configs/ldap-demo-tomcat/pom.xml
+++ b/configs/ldap-demo-tomcat/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/ldap-realm/pom.xml b/configs/ldap-realm/pom.xml
index e121cb1..e539641 100644
--- a/configs/ldap-realm/pom.xml
+++ b/configs/ldap-realm/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/online-deployer/pom.xml b/configs/online-deployer/pom.xml
index 57b3f19..becf02c 100644
--- a/configs/online-deployer/pom.xml
+++ b/configs/online-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/openejb-corba-deployer/pom.xml b/configs/openejb-corba-deployer/pom.xml
index 5ecb5e7..583cf66 100644
--- a/configs/openejb-corba-deployer/pom.xml
+++ b/configs/openejb-corba-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/configs/openejb-deployer/pom.xml b/configs/openejb-deployer/pom.xml
index 533c7b1..dd1672d 100644
--- a/configs/openejb-deployer/pom.xml
+++ b/configs/openejb-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/configs/openejb/pom.xml b/configs/openejb/pom.xml
index 3b5f004..f74c13d 100644
--- a/configs/openejb/pom.xml
+++ b/configs/openejb/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/openjpa/pom.xml b/configs/openjpa/pom.xml
index 329ca15..95aea99 100644
--- a/configs/openjpa/pom.xml
+++ b/configs/openjpa/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/persistence-jpa10-deployer/pom.xml b/configs/persistence-jpa10-deployer/pom.xml
index 2484b45..cb4c94c 100644
--- a/configs/persistence-jpa10-deployer/pom.xml
+++ b/configs/persistence-jpa10-deployer/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/pom.xml b/configs/pom.xml
index 6581bf8..e235aef 100644
--- a/configs/pom.xml
+++ b/configs/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/remote-deploy-jetty/pom.xml b/configs/remote-deploy-jetty/pom.xml
index bf383f9..56c86c5 100644
--- a/configs/remote-deploy-jetty/pom.xml
+++ b/configs/remote-deploy-jetty/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/remote-deploy-tomcat/pom.xml b/configs/remote-deploy-tomcat/pom.xml
index 01ef864..53bb995 100644
--- a/configs/remote-deploy-tomcat/pom.xml
+++ b/configs/remote-deploy-tomcat/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/rmi-naming/pom.xml b/configs/rmi-naming/pom.xml
index b624bd2..698afd8 100644
--- a/configs/rmi-naming/pom.xml
+++ b/configs/rmi-naming/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/servlet-examples-jetty/pom.xml b/configs/servlet-examples-jetty/pom.xml
index 3837478..6c8af80 100644
--- a/configs/servlet-examples-jetty/pom.xml
+++ b/configs/servlet-examples-jetty/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/servlet-examples-tomcat/pom.xml b/configs/servlet-examples-tomcat/pom.xml
index 94e475a..6462bb3 100644
--- a/configs/servlet-examples-tomcat/pom.xml
+++ b/configs/servlet-examples-tomcat/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/sharedlib/pom.xml b/configs/sharedlib/pom.xml
index a73d000..53480df 100644
--- a/configs/sharedlib/pom.xml
+++ b/configs/sharedlib/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/shutdown/pom.xml b/configs/shutdown/pom.xml
index 0a882f6..8817af4 100644
--- a/configs/shutdown/pom.xml
+++ b/configs/shutdown/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/system-database/pom.xml b/configs/system-database/pom.xml
index 4a90cc1..f29cc43 100644
--- a/configs/system-database/pom.xml
+++ b/configs/system-database/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/configs/tomcat6-deployer/pom.xml b/configs/tomcat6-deployer/pom.xml
index aef8ef3..5c0d03c 100644
--- a/configs/tomcat6-deployer/pom.xml
+++ b/configs/tomcat6-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/tomcat6/pom.xml b/configs/tomcat6/pom.xml
index 62dd43c..9eb5342 100644
--- a/configs/tomcat6/pom.xml
+++ b/configs/tomcat6/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/transaction-jta11/pom.xml b/configs/transaction-jta11/pom.xml
index a62367d..93f6e16 100644
--- a/configs/transaction-jta11/pom.xml
+++ b/configs/transaction-jta11/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/transformer-agent/pom.xml b/configs/transformer-agent/pom.xml
index 2d56cb5..232ede3 100644
--- a/configs/transformer-agent/pom.xml
+++ b/configs/transformer-agent/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/uddi-jetty6/pom.xml b/configs/uddi-jetty6/pom.xml
index 08e714e..19baf4a 100644
--- a/configs/uddi-jetty6/pom.xml
+++ b/configs/uddi-jetty6/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -58,7 +58,7 @@
             <groupId>org.tranql</groupId>
             <artifactId>tranql-connector-derby-embed-local</artifactId>
             <type>rar</type>
-            <version>1.2-SNAPSHOT</version>
+            <version>1.2</version>
         </dependency>
 
         <dependency>
diff --git a/configs/uddi-tomcat/pom.xml b/configs/uddi-tomcat/pom.xml
index cb4c2fa..5089c62 100644
--- a/configs/uddi-tomcat/pom.xml
+++ b/configs/uddi-tomcat/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/unavailable-client-deployer/pom.xml b/configs/unavailable-client-deployer/pom.xml
index 6623ad4..3beba8e 100644
--- a/configs/unavailable-client-deployer/pom.xml
+++ b/configs/unavailable-client-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/unavailable-ejb-deployer/pom.xml b/configs/unavailable-ejb-deployer/pom.xml
index 9683107..8fc8dc9 100644
--- a/configs/unavailable-ejb-deployer/pom.xml
+++ b/configs/unavailable-ejb-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/unavailable-webservices-deployer/pom.xml b/configs/unavailable-webservices-deployer/pom.xml
index 2c5010e..9ea82c5 100644
--- a/configs/unavailable-webservices-deployer/pom.xml
+++ b/configs/unavailable-webservices-deployer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/upgrade-cli/pom.xml b/configs/upgrade-cli/pom.xml
index 9eaf931..3fbc296 100644
--- a/configs/upgrade-cli/pom.xml
+++ b/configs/upgrade-cli/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/upgrade/pom.xml b/configs/upgrade/pom.xml
index eafe9af..9e2a811 100644
--- a/configs/upgrade/pom.xml
+++ b/configs/upgrade/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/wadi-clustering/pom.xml b/configs/wadi-clustering/pom.xml
index 91df0aa..8086c74 100644
--- a/configs/wadi-clustering/pom.xml
+++ b/configs/wadi-clustering/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/webconsole-jetty6/pom.xml b/configs/webconsole-jetty6/pom.xml
index f68d199..c601aa0 100644
--- a/configs/webconsole-jetty6/pom.xml
+++ b/configs/webconsole-jetty6/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/webconsole-tomcat/pom.xml b/configs/webconsole-tomcat/pom.xml
index c5291a9..d408f18 100644
--- a/configs/webconsole-tomcat/pom.xml
+++ b/configs/webconsole-tomcat/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/welcome-jetty/pom.xml b/configs/welcome-jetty/pom.xml
index 3193bb5..d6f882b 100644
--- a/configs/welcome-jetty/pom.xml
+++ b/configs/welcome-jetty/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/configs/welcome-tomcat/pom.xml b/configs/welcome-tomcat/pom.xml
index 36fab40..9484550 100644
--- a/configs/welcome-tomcat/pom.xml
+++ b/configs/welcome-tomcat/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>configs</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/maven-plugins/car-maven-plugin/pom.xml b/maven-plugins/car-maven-plugin/pom.xml
index 81eca92..201f21d 100644
--- a/maven-plugins/car-maven-plugin/pom.xml
+++ b/maven-plugins/car-maven-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>maven-plugins</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/maven-plugins/geronimo-maven-plugin/pom.xml b/maven-plugins/geronimo-maven-plugin/pom.xml
index 7586a31..9458459 100644
--- a/maven-plugins/geronimo-maven-plugin/pom.xml
+++ b/maven-plugins/geronimo-maven-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>maven-plugins</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.apache.maven.surefire</groupId>
             <artifactId>surefire-api</artifactId>
-            <version>2.1-SNAPSHOT</version>
+            <version>2.1-20061118.054854-9</version>
         </dependency>
 
     </dependencies>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 00ab89e..d3811f6 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/maven-plugins/selenium-maven-plugin/pom.xml b/maven-plugins/selenium-maven-plugin/pom.xml
index 74c8e96..cc84360 100644
--- a/maven-plugins/selenium-maven-plugin/pom.xml
+++ b/maven-plugins/selenium-maven-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>maven-plugins</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/maven-plugins/testsuite-archetype-plugin/pom.xml b/maven-plugins/testsuite-archetype-plugin/pom.xml
index 97af486..737e9c7 100644
--- a/maven-plugins/testsuite-archetype-plugin/pom.xml
+++ b/maven-plugins/testsuite-archetype-plugin/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>maven-plugins</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/maven-plugins/testsuite-archetype-plugin/src/main/resources/archetype-resources/pom.xml b/maven-plugins/testsuite-archetype-plugin/src/main/resources/archetype-resources/pom.xml
index 34bf7a8..1547c81 100644
--- a/maven-plugins/testsuite-archetype-plugin/src/main/resources/archetype-resources/pom.xml
+++ b/maven-plugins/testsuite-archetype-plugin/src/main/resources/archetype-resources/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/maven-plugins/testsuite-archetype-plugin/src/main/resources/archetype-resources/testset-1/pom.xml b/maven-plugins/testsuite-archetype-plugin/src/main/resources/archetype-resources/testset-1/pom.xml
index 5e66e47..c55238a 100644
--- a/maven-plugins/testsuite-archetype-plugin/src/main/resources/archetype-resources/testset-1/pom.xml
+++ b/maven-plugins/testsuite-archetype-plugin/src/main/resources/archetype-resources/testset-1/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>${artifactId}</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/maven-plugins/testsuite-maven-plugin/pom.xml b/maven-plugins/testsuite-maven-plugin/pom.xml
index 8f9cf11..c9dc022 100644
--- a/maven-plugins/testsuite-maven-plugin/pom.xml
+++ b/maven-plugins/testsuite-maven-plugin/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>maven-plugins</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>jtidy</groupId>
             <artifactId>jtidy</artifactId>
-            <version>8.0-SNAPSHOT</version>
+            <version>8.0-20060801.131059-3</version>
         </dependency>
         <dependency>
             <groupId>ant</groupId>
diff --git a/modules/ge-activemq-rar/pom.xml b/modules/ge-activemq-rar/pom.xml
index b700eba..d681a9c 100755
--- a/modules/ge-activemq-rar/pom.xml
+++ b/modules/ge-activemq-rar/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-activation/pom.xml b/modules/geronimo-activation/pom.xml
index 19782dd..760b690 100644
--- a/modules/geronimo-activation/pom.xml
+++ b/modules/geronimo-activation/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-activemq-gbean-management/pom.xml b/modules/geronimo-activemq-gbean-management/pom.xml
index 6d3fd8e..5d27d06 100644
--- a/modules/geronimo-activemq-gbean-management/pom.xml
+++ b/modules/geronimo-activemq-gbean-management/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-activemq-gbean/pom.xml b/modules/geronimo-activemq-gbean/pom.xml
index 7a73217..ebd64be 100644
--- a/modules/geronimo-activemq-gbean/pom.xml
+++ b/modules/geronimo-activemq-gbean/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-axis-builder/pom.xml b/modules/geronimo-axis-builder/pom.xml
index a2015eb..d5d8d3b 100644
--- a/modules/geronimo-axis-builder/pom.xml
+++ b/modules/geronimo-axis-builder/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-axis/pom.xml b/modules/geronimo-axis/pom.xml
index e4628f0..ba29f35 100644
--- a/modules/geronimo-axis/pom.xml
+++ b/modules/geronimo-axis/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-client-builder/pom.xml b/modules/geronimo-client-builder/pom.xml
index 2a39cb1..ce19a82 100644
--- a/modules/geronimo-client-builder/pom.xml
+++ b/modules/geronimo-client-builder/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/modules/geronimo-client/pom.xml b/modules/geronimo-client/pom.xml
index 62e0e6f..4583c0f 100644
--- a/modules/geronimo-client/pom.xml
+++ b/modules/geronimo-client/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-clustering-wadi/pom.xml b/modules/geronimo-clustering-wadi/pom.xml
index 212f4c6..03f2b90 100644
--- a/modules/geronimo-clustering-wadi/pom.xml
+++ b/modules/geronimo-clustering-wadi/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-clustering/pom.xml b/modules/geronimo-clustering/pom.xml
index feafff1..e06b872 100644
--- a/modules/geronimo-clustering/pom.xml
+++ b/modules/geronimo-clustering/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-common/pom.xml b/modules/geronimo-common/pom.xml
index 4b59281..ccb4d50 100644
--- a/modules/geronimo-common/pom.xml
+++ b/modules/geronimo-common/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-connector-builder/pom.xml b/modules/geronimo-connector-builder/pom.xml
index 5cb333f..1759e9e 100644
--- a/modules/geronimo-connector-builder/pom.xml
+++ b/modules/geronimo-connector-builder/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-connector/pom.xml b/modules/geronimo-connector/pom.xml
index f1d6ff5..76ae9a7 100644
--- a/modules/geronimo-connector/pom.xml
+++ b/modules/geronimo-connector/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-converter/pom.xml b/modules/geronimo-converter/pom.xml
index 8edbb5a..a309f98 100644
--- a/modules/geronimo-converter/pom.xml
+++ b/modules/geronimo-converter/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-core/pom.xml b/modules/geronimo-core/pom.xml
index 7551e1c..ab17df7 100644
--- a/modules/geronimo-core/pom.xml
+++ b/modules/geronimo-core/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-cxf-builder/pom.xml b/modules/geronimo-cxf-builder/pom.xml
index ed36106..16e5b04 100644
--- a/modules/geronimo-cxf-builder/pom.xml
+++ b/modules/geronimo-cxf-builder/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-cxf/pom.xml b/modules/geronimo-cxf/pom.xml
index bc0497a..e5be5e3 100644
--- a/modules/geronimo-cxf/pom.xml
+++ b/modules/geronimo-cxf/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-deploy-config/pom.xml b/modules/geronimo-deploy-config/pom.xml
index d5b98a3..5ab838e 100644
--- a/modules/geronimo-deploy-config/pom.xml
+++ b/modules/geronimo-deploy-config/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-deploy-jsr88/pom.xml b/modules/geronimo-deploy-jsr88/pom.xml
index 09c234f..94a5733 100644
--- a/modules/geronimo-deploy-jsr88/pom.xml
+++ b/modules/geronimo-deploy-jsr88/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-deploy-tool/pom.xml b/modules/geronimo-deploy-tool/pom.xml
index 9820b70..5f8dc57 100644
--- a/modules/geronimo-deploy-tool/pom.xml
+++ b/modules/geronimo-deploy-tool/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-deployment/pom.xml b/modules/geronimo-deployment/pom.xml
index fb70046..840bf7b 100644
--- a/modules/geronimo-deployment/pom.xml
+++ b/modules/geronimo-deployment/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-derby/pom.xml b/modules/geronimo-derby/pom.xml
index b90772c..a742d29 100644
--- a/modules/geronimo-derby/pom.xml
+++ b/modules/geronimo-derby/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-directory/pom.xml b/modules/geronimo-directory/pom.xml
index 4ca15a7..e08659a 100644
--- a/modules/geronimo-directory/pom.xml
+++ b/modules/geronimo-directory/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-hot-deploy/pom.xml b/modules/geronimo-hot-deploy/pom.xml
index a922bc2..79ddd89 100644
--- a/modules/geronimo-hot-deploy/pom.xml
+++ b/modules/geronimo-hot-deploy/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-interceptor/pom.xml b/modules/geronimo-interceptor/pom.xml
index 49580ec..5a91d85 100644
--- a/modules/geronimo-interceptor/pom.xml
+++ b/modules/geronimo-interceptor/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/modules/geronimo-j2ee-builder/pom.xml b/modules/geronimo-j2ee-builder/pom.xml
index 3c48b2a..9169516 100644
--- a/modules/geronimo-j2ee-builder/pom.xml
+++ b/modules/geronimo-j2ee-builder/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-j2ee-schema/pom.xml b/modules/geronimo-j2ee-schema/pom.xml
index 0d43839..8d55d3f 100644
--- a/modules/geronimo-j2ee-schema/pom.xml
+++ b/modules/geronimo-j2ee-schema/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/modules/geronimo-j2ee/pom.xml b/modules/geronimo-j2ee/pom.xml
index 81c17cc..04d743b 100644
--- a/modules/geronimo-j2ee/pom.xml
+++ b/modules/geronimo-j2ee/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-jetty6-builder/pom.xml b/modules/geronimo-jetty6-builder/pom.xml
index 88595fc..5585993 100644
--- a/modules/geronimo-jetty6-builder/pom.xml
+++ b/modules/geronimo-jetty6-builder/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-jetty6-clustering-builder-wadi/pom.xml b/modules/geronimo-jetty6-clustering-builder-wadi/pom.xml
index 54b3190..0badb63 100644
--- a/modules/geronimo-jetty6-clustering-builder-wadi/pom.xml
+++ b/modules/geronimo-jetty6-clustering-builder-wadi/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-jetty6-clustering-wadi/pom.xml b/modules/geronimo-jetty6-clustering-wadi/pom.xml
index bed891c..73dd0da 100644
--- a/modules/geronimo-jetty6-clustering-wadi/pom.xml
+++ b/modules/geronimo-jetty6-clustering-wadi/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-jetty6/pom.xml b/modules/geronimo-jetty6/pom.xml
index bcb999e..2ef6d11 100644
--- a/modules/geronimo-jetty6/pom.xml
+++ b/modules/geronimo-jetty6/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-jmx-remoting/pom.xml b/modules/geronimo-jmx-remoting/pom.xml
index e73d9b9..7fb2fad 100644
--- a/modules/geronimo-jmx-remoting/pom.xml
+++ b/modules/geronimo-jmx-remoting/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-kernel/pom.xml b/modules/geronimo-kernel/pom.xml
index c303f21..b073b38 100644
--- a/modules/geronimo-kernel/pom.xml
+++ b/modules/geronimo-kernel/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-mail/pom.xml b/modules/geronimo-mail/pom.xml
index 4fd8f58..96a5e53 100644
--- a/modules/geronimo-mail/pom.xml
+++ b/modules/geronimo-mail/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-management/pom.xml b/modules/geronimo-management/pom.xml
index 47e16eb..a138196 100644
--- a/modules/geronimo-management/pom.xml
+++ b/modules/geronimo-management/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-naming-builder/pom.xml b/modules/geronimo-naming-builder/pom.xml
index d06c697..e9174e6 100644
--- a/modules/geronimo-naming-builder/pom.xml
+++ b/modules/geronimo-naming-builder/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-naming/pom.xml b/modules/geronimo-naming/pom.xml
index c5df05f..b0f649f 100644
--- a/modules/geronimo-naming/pom.xml
+++ b/modules/geronimo-naming/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-persistence-jpa10-builder/pom.xml b/modules/geronimo-persistence-jpa10-builder/pom.xml
index 7e94673..710a19a 100644
--- a/modules/geronimo-persistence-jpa10-builder/pom.xml
+++ b/modules/geronimo-persistence-jpa10-builder/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-persistence-jpa10/pom.xml b/modules/geronimo-persistence-jpa10/pom.xml
index cd18aeb..3dc93a0 100644
--- a/modules/geronimo-persistence-jpa10/pom.xml
+++ b/modules/geronimo-persistence-jpa10/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-security-builder/pom.xml b/modules/geronimo-security-builder/pom.xml
index 6d96c0d..a496646 100644
--- a/modules/geronimo-security-builder/pom.xml
+++ b/modules/geronimo-security-builder/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-security/pom.xml b/modules/geronimo-security/pom.xml
index ea361f3..36d3943 100644
--- a/modules/geronimo-security/pom.xml
+++ b/modules/geronimo-security/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-service-builder/pom.xml b/modules/geronimo-service-builder/pom.xml
index 9e03cc8..2b57e14 100644
--- a/modules/geronimo-service-builder/pom.xml
+++ b/modules/geronimo-service-builder/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-system/pom.xml b/modules/geronimo-system/pom.xml
index ce61d83..0823402 100644
--- a/modules/geronimo-system/pom.xml
+++ b/modules/geronimo-system/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-test-ddbean/pom.xml b/modules/geronimo-test-ddbean/pom.xml
index d5606e9..ce1a8ac 100644
--- a/modules/geronimo-test-ddbean/pom.xml
+++ b/modules/geronimo-test-ddbean/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-timer/pom.xml b/modules/geronimo-timer/pom.xml
index ce2ec8e..b19f829 100644
--- a/modules/geronimo-timer/pom.xml
+++ b/modules/geronimo-timer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-tomcat6-builder/pom.xml b/modules/geronimo-tomcat6-builder/pom.xml
index 0fc7104..29ad88b 100644
--- a/modules/geronimo-tomcat6-builder/pom.xml
+++ b/modules/geronimo-tomcat6-builder/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -89,7 +89,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jsp_2.1_spec</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0-M1</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/modules/geronimo-tomcat6/pom.xml b/modules/geronimo-tomcat6/pom.xml
index 8e72afd..3dac32c 100644
--- a/modules/geronimo-tomcat6/pom.xml
+++ b/modules/geronimo-tomcat6/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jsp_2.1_spec</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0-M1</version>
             <scope>provided</scope>
         </dependency>
 
diff --git a/modules/geronimo-transaction-jta11/pom.xml b/modules/geronimo-transaction-jta11/pom.xml
index e3ed15c..d9f2f16 100644
--- a/modules/geronimo-transaction-jta11/pom.xml
+++ b/modules/geronimo-transaction-jta11/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-transaction/pom.xml b/modules/geronimo-transaction/pom.xml
index 350ede7..01b9a64 100644
--- a/modules/geronimo-transaction/pom.xml
+++ b/modules/geronimo-transaction/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-transformer/pom.xml b/modules/geronimo-transformer/pom.xml
index 52dc8fa..9a16e31 100644
--- a/modules/geronimo-transformer/pom.xml
+++ b/modules/geronimo-transformer/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-upgrade/pom.xml b/modules/geronimo-upgrade/pom.xml
index d8190a7..5b2f5a1 100644
--- a/modules/geronimo-upgrade/pom.xml
+++ b/modules/geronimo-upgrade/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-util/pom.xml b/modules/geronimo-util/pom.xml
index 8e2894e..4797e03 100644
--- a/modules/geronimo-util/pom.xml
+++ b/modules/geronimo-util/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-web-2.5-builder/pom.xml b/modules/geronimo-web-2.5-builder/pom.xml
index d2d4508..ac93f37 100644
--- a/modules/geronimo-web-2.5-builder/pom.xml
+++ b/modules/geronimo-web-2.5-builder/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-web-builder/pom.xml b/modules/geronimo-web-builder/pom.xml
index 541f2f0..f77b319 100644
--- a/modules/geronimo-web-builder/pom.xml
+++ b/modules/geronimo-web-builder/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-webservices-builder/pom.xml b/modules/geronimo-webservices-builder/pom.xml
index 0afa199..6c13bd9 100644
--- a/modules/geronimo-webservices-builder/pom.xml
+++ b/modules/geronimo-webservices-builder/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/geronimo-webservices/pom.xml b/modules/geronimo-webservices/pom.xml
index cc15b68..962ef5e 100644
--- a/modules/geronimo-webservices/pom.xml
+++ b/modules/geronimo-webservices/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.modules</groupId>
         <artifactId>modules</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/pom.xml b/modules/pom.xml
index 0641101..5a92be1 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 079bf4a..45eda85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
     <name>Geronimo</name>
     <packaging>pom</packaging>
 
-    <version>2.0-M1-SNAPSHOT</version>
+    <version>2.0-M1</version>
 
     <description>
         Apache Geronimo, the J2EE server project of the Apache Software Foundation.
@@ -54,7 +54,7 @@
               element, and it will need to be changed manually before a release,
               as the maven-release-plugin will not update this value.
         -->
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
 
         <geronimoSchemaVersion>1.2</geronimoSchemaVersion>
 
@@ -86,7 +86,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.testsupport</groupId>
                 <artifactId>testsupport-common</artifactId>
-                <version>2.0-M1-SNAPSHOT</version>
+                <version>2.0-M1</version>
                 <scope>test</scope>
             </dependency>
 
@@ -950,7 +950,7 @@
              <dependency>
                  <groupId>org.apache.geronimo.specs</groupId>
                  <artifactId>geronimo-annotation_1.0_spec</artifactId>
-                 <version>1.0</version>
+                 <version>1.0-M1</version>
              </dependency>
              <dependency>
                  <groupId>org.apache.geronimo.specs</groupId>
@@ -1277,8 +1277,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>xmlbeans-maven-plugin</artifactId>
-                    <version>2.0.1-SNAPSHOT</version>
-                    <!-- version>2.0.1-20060627.031204-7</version -->
+                    <version>2.0.1-20060627.031204-7</version>
 
                     <executions>
                         <execution>
@@ -1301,8 +1300,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>jspc-maven-plugin</artifactId>
-                    <version>1.4.7-SNAPSHOT</version>
-                    <!-- version>1.4.7-20061214.092455-4</version -->
+                    <version>1.4.7-20061214.092455-4</version>
                     <executions>
                         <execution>
                             <id>jspc</id>
@@ -1350,8 +1348,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-rar-plugin</artifactId>
-                    <version>2.2-SNAPSHOT</version>
-                    <!-- version>2.2-20061214.023626-2</version -->
+                    <version>2.2-20061214.023626-2</version>
                     <configuration>
                         <archive>
                             <!-- Do not include META-INF/maven to avoid long file problems on windows -->
diff --git a/testsuite/console-testsuite/basic/pom.xml b/testsuite/console-testsuite/basic/pom.xml
index fa01659..2e9705f 100644
--- a/testsuite/console-testsuite/basic/pom.xml
+++ b/testsuite/console-testsuite/basic/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>console-testsuite</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/testsuite/console-testsuite/pom.xml b/testsuite/console-testsuite/pom.xml
index a639ded..51ca7df 100644
--- a/testsuite/console-testsuite/pom.xml
+++ b/testsuite/console-testsuite/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/testsuite/deployment-testsuite/manifestcp/manifestcp-ear/pom.xml b/testsuite/deployment-testsuite/manifestcp/manifestcp-ear/pom.xml
index 26c228a..aa0ae47 100644
--- a/testsuite/deployment-testsuite/manifestcp/manifestcp-ear/pom.xml
+++ b/testsuite/deployment-testsuite/manifestcp/manifestcp-ear/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite.manifestcp</groupId>
         <artifactId>manifestcp</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsuite/deployment-testsuite/manifestcp/manifestcp-ejb/pom.xml b/testsuite/deployment-testsuite/manifestcp/manifestcp-ejb/pom.xml
index 3ccb955..85b3309 100644
--- a/testsuite/deployment-testsuite/manifestcp/manifestcp-ejb/pom.xml
+++ b/testsuite/deployment-testsuite/manifestcp/manifestcp-ejb/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite.manifestcp</groupId>
         <artifactId>manifestcp</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsuite/deployment-testsuite/manifestcp/manifestcp-jar/pom.xml b/testsuite/deployment-testsuite/manifestcp/manifestcp-jar/pom.xml
index 66d0f91..4049058 100644
--- a/testsuite/deployment-testsuite/manifestcp/manifestcp-jar/pom.xml
+++ b/testsuite/deployment-testsuite/manifestcp/manifestcp-jar/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite.manifestcp</groupId>
         <artifactId>manifestcp</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsuite/deployment-testsuite/manifestcp/manifestcp-jar2/pom.xml b/testsuite/deployment-testsuite/manifestcp/manifestcp-jar2/pom.xml
index 9d2b3d6..a340374 100644
--- a/testsuite/deployment-testsuite/manifestcp/manifestcp-jar2/pom.xml
+++ b/testsuite/deployment-testsuite/manifestcp/manifestcp-jar2/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite.manifestcp</groupId>
         <artifactId>manifestcp</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsuite/deployment-testsuite/manifestcp/manifestcp-war-jar/pom.xml b/testsuite/deployment-testsuite/manifestcp/manifestcp-war-jar/pom.xml
index ff4e70c..275b2cd 100644
--- a/testsuite/deployment-testsuite/manifestcp/manifestcp-war-jar/pom.xml
+++ b/testsuite/deployment-testsuite/manifestcp/manifestcp-war-jar/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite.manifestcp</groupId>
         <artifactId>manifestcp</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsuite/deployment-testsuite/manifestcp/manifestcp-war/pom.xml b/testsuite/deployment-testsuite/manifestcp/manifestcp-war/pom.xml
index 3caae10..1f35f97 100644
--- a/testsuite/deployment-testsuite/manifestcp/manifestcp-war/pom.xml
+++ b/testsuite/deployment-testsuite/manifestcp/manifestcp-war/pom.xml
@@ -21,7 +21,7 @@
      <parent>
         <groupId>org.apache.geronimo.testsuite.manifestcp</groupId>
         <artifactId>manifestcp</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsuite/deployment-testsuite/manifestcp/pom.xml b/testsuite/deployment-testsuite/manifestcp/pom.xml
index 78e2e24..133a988 100644
--- a/testsuite/deployment-testsuite/manifestcp/pom.xml
+++ b/testsuite/deployment-testsuite/manifestcp/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/testsuite/deployment-testsuite/pom.xml b/testsuite/deployment-testsuite/pom.xml
index 9400c7c..be487b8 100644
--- a/testsuite/deployment-testsuite/pom.xml
+++ b/testsuite/deployment-testsuite/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/testsuite/deployment-testsuite/test-deployments/pom.xml b/testsuite/deployment-testsuite/test-deployments/pom.xml
index 80d8956..9460a6e 100644
--- a/testsuite/deployment-testsuite/test-deployments/pom.xml
+++ b/testsuite/deployment-testsuite/test-deployments/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>deployment-testsuite</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/testsuite/deployment-testsuite/test-manifestcp/pom.xml b/testsuite/deployment-testsuite/test-manifestcp/pom.xml
index 363ef5e..e6b6c92 100644
--- a/testsuite/deployment-testsuite/test-manifestcp/pom.xml
+++ b/testsuite/deployment-testsuite/test-manifestcp/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>deployment-testsuite</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/testsuite/enterprise-testsuite/pom.xml b/testsuite/enterprise-testsuite/pom.xml
index 3454186..8de4eba 100644
--- a/testsuite/enterprise-testsuite/pom.xml
+++ b/testsuite/enterprise-testsuite/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/testsuite/enterprise-testsuite/test-ejbcontainer/pom.xml b/testsuite/enterprise-testsuite/test-ejbcontainer/pom.xml
index 6341b8e..d36317c 100644
--- a/testsuite/enterprise-testsuite/test-ejbcontainer/pom.xml
+++ b/testsuite/enterprise-testsuite/test-ejbcontainer/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>enterprise-testsuite</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/testsuite/enterprise-testsuite/test-jms/pom.xml b/testsuite/enterprise-testsuite/test-jms/pom.xml
index c56854f..7750dff 100644
--- a/testsuite/enterprise-testsuite/test-jms/pom.xml
+++ b/testsuite/enterprise-testsuite/test-jms/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>enterprise-testsuite</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsuite/pom.xml b/testsuite/pom.xml
index bd922e0..89419f8 100644
--- a/testsuite/pom.xml
+++ b/testsuite/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsuite/web-testsuite/pom.xml b/testsuite/web-testsuite/pom.xml
index 6a47b2d..b1c84de 100644
--- a/testsuite/web-testsuite/pom.xml
+++ b/testsuite/web-testsuite/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/testsuite/web-testsuite/test-2.5-servlets/pom.xml b/testsuite/web-testsuite/test-2.5-servlets/pom.xml
index 4ec01d1..843d11d 100644
--- a/testsuite/web-testsuite/test-2.5-servlets/pom.xml
+++ b/testsuite/web-testsuite/test-2.5-servlets/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>web-testsuite</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/testsupport/pom.xml b/testsupport/pom.xml
index c1bc230..f9c3f03 100644
--- a/testsupport/pom.xml
+++ b/testsupport/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/testsupport/test-deployment-j2ee_1.3/pom.xml b/testsupport/test-deployment-j2ee_1.3/pom.xml
index 47769b2..876f9f0 100644
--- a/testsupport/test-deployment-j2ee_1.3/pom.xml
+++ b/testsupport/test-deployment-j2ee_1.3/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml b/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml
index 1b6dcaa..f13f53d 100644
--- a/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml
+++ b/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml b/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml
index 46efffe..b51d997 100644
--- a/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml
+++ b/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml b/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml
index 2ee1eb0..8d1f45e 100644
--- a/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml
+++ b/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml b/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml
index 097373d..b9748a9 100644
--- a/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml
+++ b/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsupport/test-deployment-j2ee_1.4/pom.xml b/testsupport/test-deployment-j2ee_1.4/pom.xml
index b1e202d..5f4b2b9 100644
--- a/testsupport/test-deployment-j2ee_1.4/pom.xml
+++ b/testsupport/test-deployment-j2ee_1.4/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml b/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml
index 39b6c3d..d33ea0a 100644
--- a/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml
+++ b/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml b/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml
index 7f311ee..54c0ad7 100644
--- a/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml
+++ b/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml b/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml
index fd8bb37..2cb7c06 100644
--- a/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml
+++ b/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml b/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml
index 32b26ab..e2ba03d 100644
--- a/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml
+++ b/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsupport/test-deployment-jms/pom.xml b/testsupport/test-deployment-jms/pom.xml
index 037ae5d..294eeed 100644
--- a/testsupport/test-deployment-jms/pom.xml
+++ b/testsupport/test-deployment-jms/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsupport/test-deployment-jms/test-ear-jms/pom.xml b/testsupport/test-deployment-jms/test-ear-jms/pom.xml
index e968069..a988be7 100644
--- a/testsupport/test-deployment-jms/test-ear-jms/pom.xml
+++ b/testsupport/test-deployment-jms/test-ear-jms/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-jms</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsupport/test-deployment-jms/test-war-jms/pom.xml b/testsupport/test-deployment-jms/test-war-jms/pom.xml
index 692a1ca..47be6ee 100644
--- a/testsupport/test-deployment-jms/test-war-jms/pom.xml
+++ b/testsupport/test-deployment-jms/test-war-jms/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-jms</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testsupport/testsupport-common/pom.xml b/testsupport/testsupport-common/pom.xml
index b22ed2d..4a35fd9 100644
--- a/testsupport/testsupport-common/pom.xml
+++ b/testsupport/testsupport-common/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.0-M1-SNAPSHOT</version>
+        <version>2.0-M1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>