[maven-release-plugin] prepare release geronimo-eclipse-plugin-3.0.0

git-svn-id: https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/3.0@1364527 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 1d68d46..1e9ed12 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -22,14 +22,14 @@
                         
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>assembly</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin :: Assembly</name>
                         
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
                         
@@ -101,22 +101,20 @@
                             <tasks>
                               <move todir="${basedir}/target/geronimo-eclipse-plugin-base">
                                 <fileset dir="${basedir}/target/geronimo-eclipse-plugin-base">
-                                  <include name="**/*-*.jar"/>
+                                  <include name="**/*-*.jar" />
                                 </fileset>
-                                <regexpmapper from="^(.*)${pom.version}(.*)$$" to="\1${osgi.pom.version}\2"/>
+                                <regexpmapper from="^(.*)${pom.version}(.*)$$" to="\1${osgi.pom.version}\2" />
                               </move>
 
-                              <taskdef resource="net/sf/antcontrib/antlib.xml" 
-                                       classpathref="maven.plugin.classpath" />
+                              <taskdef resource="net/sf/antcontrib/antlib.xml" classpathref="maven.plugin.classpath" />
 
                               <for param="file">
                                   <fileset dir="${basedir}/target/geronimo-eclipse-plugin-base">
-                                      <include name="features/*.jar"/>
+                                      <include name="features/*.jar" />
                                   </fileset>
                                   <sequential>
-                                      <basename property="jar.filename" file="@{file}"/>
-                                      <unzip src="@{file}" 
-                                             dest="${basedir}/target/geronimo-eclipse-plugin-base/features-unpacked/${jar.filename}"/>
+                                      <basename property="jar.filename" file="@{file}" />
+                                      <unzip src="@{file}" dest="${basedir}/target/geronimo-eclipse-plugin-base/features-unpacked/${jar.filename}" />
                                   </sequential>
                               </for>
                             </tasks>
@@ -131,24 +129,23 @@
                         <phase>package</phase>
                         <configuration>
                             <tasks>
-                                <property name="assembly.dir" value="${basedir}/target/p2-tmp"/>
-                                <property name="input.zip" value="${basedir}/target/geronimo-eclipse-plugin-${project.parent.version}-p2repo.zip"/>
-                                <property name="output.zip" value="${input.zip}"/>
-                                <mkdir dir="${assembly.dir}"/>
-                                <makeurl property="assembly.dir.url" file="${assembly.dir}"/>
+                                <property name="assembly.dir" value="${basedir}/target/p2-tmp" />
+                                <property name="input.zip" value="${basedir}/target/geronimo-eclipse-plugin-${project.parent.version}-p2repo.zip" />
+                                <property name="output.zip" value="${input.zip}" />
+                                <mkdir dir="${assembly.dir}" />
+                                <makeurl property="assembly.dir.url" file="${assembly.dir}" />
                                 <unzip src="${input.zip}" dest="${assembly.dir}" />
-                                <copy file="${basedir}/target/resources/site.xml" todir="${assembly.dir}"/>
+                                <copy file="${basedir}/target/resources/site.xml" todir="${assembly.dir}" />
                                 <java fork="true" classname="org.eclipse.equinox.launcher.Main">
                                     <classpath>
-                                        <fileset file="${eclipseInstall}/eclipse/plugins/org.eclipse.equinox.launcher_*.jar"/>
+                                        <fileset file="${eclipseInstall}/eclipse/plugins/org.eclipse.equinox.launcher_*.jar" />
                                     </classpath>
-                                    <arg line="-application org.eclipse.equinox.p2.publisher.UpdateSitePublisher"/>
-                                    <arg line="-metadataRepository ${assembly.dir.url}"/>  
-                                    <arg line="-artifactRepository ${assembly.dir.url}"/>
-                                    <arg line="-source ${assembly.dir}"/>
+                                    <arg line="-application org.eclipse.equinox.p2.publisher.UpdateSitePublisher" />
+                                    <arg line="-metadataRepository ${assembly.dir.url}" />  
+                                    <arg line="-artifactRepository ${assembly.dir.url}" />
+                                    <arg line="-source ${assembly.dir}" />
                                 </java>
-                                <zip destfile="${output.zip}" update="true" 
-                                     includes="artifacts.xml content.xml" basedir="${assembly.dir}"/>
+                                <zip destfile="${output.zip}" update="true" includes="artifacts.xml content.xml" basedir="${assembly.dir}" />
                             </tasks>
                         </configuration>
                         <goals>
diff --git a/eclipse/pom.xml b/eclipse/pom.xml
index 06fd664..e1513b5 100644
--- a/eclipse/pom.xml
+++ b/eclipse/pom.xml
@@ -15,20 +15,20 @@
   ~ limitations under the License.
   -->
 <!-- $Rev$ $Date$ -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>eclipse</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin :: Eclipse</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -44,7 +44,7 @@
                         <configuration>
                             <tasks>
                                 <property name="download_to" value="${eclipseDownload}" />
-                                <property name="extract_to"  value="${eclipseInstall}" />
+                                <property name="extract_to" value="${eclipseInstall}" />
                                 <ant antfile="${basedir}/build.xml" />
                             </tasks>
                         </configuration>
diff --git a/features/org.apache.geronimo.v30.feature/pom.xml b/features/org.apache.geronimo.v30.feature/pom.xml
index 81240e2..c47e507 100644
--- a/features/org.apache.geronimo.v30.feature/pom.xml
+++ b/features/org.apache.geronimo.v30.feature/pom.xml
@@ -21,14 +21,14 @@
                 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.v30.feature</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>Geronimo Eclipse Plugin :: Features :: v30</name>
                 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-features-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
                 
diff --git a/features/pom.xml b/features/pom.xml
index e8894e3..250afdf 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -22,14 +22,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>eclipse-features-parent</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin :: Features</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/pom.xml b/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/pom.xml
index 32fc84d..8c7f5e0 100644
--- a/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/pom.xml
+++ b/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/pom.xml
@@ -21,14 +21,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.j2ee.v11.jaxbmodel</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>  
   
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.jaxbmodel.common/pom.xml b/plugins/org.apache.geronimo.jaxbmodel.common/pom.xml
index 99da774..c76df67 100644
--- a/plugins/org.apache.geronimo.jaxbmodel.common/pom.xml
+++ b/plugins/org.apache.geronimo.jaxbmodel.common/pom.xml
@@ -21,14 +21,14 @@
   
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.jaxbmodel.common</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
   
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml b/plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml
index 4287af0..ed326ad 100644
--- a/plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml
+++ b/plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml
@@ -21,14 +21,14 @@
   
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.jee.v21.jaxbmodel</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
   
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.jee.v22.jaxbmodel/pom.xml b/plugins/org.apache.geronimo.jee.v22.jaxbmodel/pom.xml
index 5ba1b78..f644742 100644
--- a/plugins/org.apache.geronimo.jee.v22.jaxbmodel/pom.xml
+++ b/plugins/org.apache.geronimo.jee.v22.jaxbmodel/pom.xml
@@ -21,14 +21,14 @@
   
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.jee.v22.jaxbmodel</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
   
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.runtime.common/pom.xml b/plugins/org.apache.geronimo.runtime.common/pom.xml
index 0eab05b..45cdc94 100644
--- a/plugins/org.apache.geronimo.runtime.common/pom.xml
+++ b/plugins/org.apache.geronimo.runtime.common/pom.xml
@@ -21,14 +21,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.runtime.common</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.runtime.v11/pom.xml b/plugins/org.apache.geronimo.runtime.v11/pom.xml
index f8cc248..845ea55 100644
--- a/plugins/org.apache.geronimo.runtime.v11/pom.xml
+++ b/plugins/org.apache.geronimo.runtime.v11/pom.xml
@@ -21,14 +21,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.runtime.v11</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.runtime.v20/pom.xml b/plugins/org.apache.geronimo.runtime.v20/pom.xml
index b098a67..07a801b 100644
--- a/plugins/org.apache.geronimo.runtime.v20/pom.xml
+++ b/plugins/org.apache.geronimo.runtime.v20/pom.xml
@@ -21,14 +21,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.runtime.v20</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.runtime.v21/pom.xml b/plugins/org.apache.geronimo.runtime.v21/pom.xml
index 17380f2..c0fec4c 100644
--- a/plugins/org.apache.geronimo.runtime.v21/pom.xml
+++ b/plugins/org.apache.geronimo.runtime.v21/pom.xml
@@ -21,14 +21,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.runtime.v21</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.runtime.v22/pom.xml b/plugins/org.apache.geronimo.runtime.v22/pom.xml
index 45777d2..b46a90f 100644
--- a/plugins/org.apache.geronimo.runtime.v22/pom.xml
+++ b/plugins/org.apache.geronimo.runtime.v22/pom.xml
@@ -21,14 +21,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.runtime.v22</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.runtime.v30/pom.xml b/plugins/org.apache.geronimo.runtime.v30/pom.xml
index 5ee87ab..7aee79f 100644
--- a/plugins/org.apache.geronimo.runtime.v30/pom.xml
+++ b/plugins/org.apache.geronimo.runtime.v30/pom.xml
@@ -21,14 +21,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.runtime.v30</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.st.core/pom.xml b/plugins/org.apache.geronimo.st.core/pom.xml
index b15fe5d..71bb6bc 100644
--- a/plugins/org.apache.geronimo.st.core/pom.xml
+++ b/plugins/org.apache.geronimo.st.core/pom.xml
@@ -21,14 +21,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.core</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.st.schemas/pom.xml b/plugins/org.apache.geronimo.st.schemas/pom.xml
index 7b8a93b..e82bdb3 100644
--- a/plugins/org.apache.geronimo.st.schemas/pom.xml
+++ b/plugins/org.apache.geronimo.st.schemas/pom.xml
@@ -21,14 +21,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.schemas</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.st.ui/pom.xml b/plugins/org.apache.geronimo.st.ui/pom.xml
index 98cd9bd..3462acb 100644
--- a/plugins/org.apache.geronimo.st.ui/pom.xml
+++ b/plugins/org.apache.geronimo.st.ui/pom.xml
@@ -21,14 +21,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.ui</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.st.v11.core/pom.xml b/plugins/org.apache.geronimo.st.v11.core/pom.xml
index c40b229..84e2482 100644
--- a/plugins/org.apache.geronimo.st.v11.core/pom.xml
+++ b/plugins/org.apache.geronimo.st.v11.core/pom.xml
@@ -21,14 +21,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.v11.core</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.st.v11.schemas/pom.xml b/plugins/org.apache.geronimo.st.v11.schemas/pom.xml
index a8c6fc8..a571636 100644
--- a/plugins/org.apache.geronimo.st.v11.schemas/pom.xml
+++ b/plugins/org.apache.geronimo.st.v11.schemas/pom.xml
@@ -21,14 +21,14 @@
         
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.v11.schemas</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
         
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
         
diff --git a/plugins/org.apache.geronimo.st.v11.ui/pom.xml b/plugins/org.apache.geronimo.st.v11.ui/pom.xml
index 4dc322a..0e0c376 100644
--- a/plugins/org.apache.geronimo.st.v11.ui/pom.xml
+++ b/plugins/org.apache.geronimo.st.v11.ui/pom.xml
@@ -21,14 +21,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.v11.ui</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.st.v20.core/pom.xml b/plugins/org.apache.geronimo.st.v20.core/pom.xml
index 355df8d..db32461 100644
--- a/plugins/org.apache.geronimo.st.v20.core/pom.xml
+++ b/plugins/org.apache.geronimo.st.v20.core/pom.xml
@@ -21,14 +21,14 @@
         
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.v20.core</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
         
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
         
diff --git a/plugins/org.apache.geronimo.st.v20.ui/pom.xml b/plugins/org.apache.geronimo.st.v20.ui/pom.xml
index 56d2a18..77edc08 100644
--- a/plugins/org.apache.geronimo.st.v20.ui/pom.xml
+++ b/plugins/org.apache.geronimo.st.v20.ui/pom.xml
@@ -21,14 +21,14 @@
       
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.v20.ui</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
       
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
       
diff --git a/plugins/org.apache.geronimo.st.v21.core/pom.xml b/plugins/org.apache.geronimo.st.v21.core/pom.xml
index 3910a7f..c946f39 100644
--- a/plugins/org.apache.geronimo.st.v21.core/pom.xml
+++ b/plugins/org.apache.geronimo.st.v21.core/pom.xml
@@ -21,14 +21,14 @@
        
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.v21.core</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
        
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
        
diff --git a/plugins/org.apache.geronimo.st.v21.ui/pom.xml b/plugins/org.apache.geronimo.st.v21.ui/pom.xml
index 5b56b8a..6374433 100644
--- a/plugins/org.apache.geronimo.st.v21.ui/pom.xml
+++ b/plugins/org.apache.geronimo.st.v21.ui/pom.xml
@@ -21,14 +21,14 @@
        
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.v21.ui</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
        
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
        
diff --git a/plugins/org.apache.geronimo.st.v22.core/pom.xml b/plugins/org.apache.geronimo.st.v22.core/pom.xml
index 7ab390c..ffe0e0c 100644
--- a/plugins/org.apache.geronimo.st.v22.core/pom.xml
+++ b/plugins/org.apache.geronimo.st.v22.core/pom.xml
@@ -21,14 +21,14 @@
     
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.v22.core</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
     
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/plugins/org.apache.geronimo.st.v22.ui/pom.xml b/plugins/org.apache.geronimo.st.v22.ui/pom.xml
index dc4ecde..3873933 100644
--- a/plugins/org.apache.geronimo.st.v22.ui/pom.xml
+++ b/plugins/org.apache.geronimo.st.v22.ui/pom.xml
@@ -21,14 +21,14 @@
 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.v22.ui</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.st.v30.core/pom.xml b/plugins/org.apache.geronimo.st.v30.core/pom.xml
index d8b07b1..cd530c9 100644
--- a/plugins/org.apache.geronimo.st.v30.core/pom.xml
+++ b/plugins/org.apache.geronimo.st.v30.core/pom.xml
@@ -21,14 +21,14 @@
     
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.v30.core</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
         
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
         
diff --git a/plugins/org.apache.geronimo.st.v30.jaxbmodel/pom.xml b/plugins/org.apache.geronimo.st.v30.jaxbmodel/pom.xml
index 089ff9a..63d4fca 100644
--- a/plugins/org.apache.geronimo.st.v30.jaxbmodel/pom.xml
+++ b/plugins/org.apache.geronimo.st.v30.jaxbmodel/pom.xml
@@ -21,14 +21,14 @@
   
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.v30.jaxbmodel</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
   
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/plugins/org.apache.geronimo.st.v30.ui/pom.xml b/plugins/org.apache.geronimo.st.v30.ui/pom.xml
index 2d9a6d2..adcb94e 100644
--- a/plugins/org.apache.geronimo.st.v30.ui/pom.xml
+++ b/plugins/org.apache.geronimo.st.v30.ui/pom.xml
@@ -21,14 +21,14 @@
        
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.st.v30.ui</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>jar</packaging>
     <name>${artifactId}</name>
        
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
        
diff --git a/plugins/pom.xml b/plugins/pom.xml
index be8222c..2e3d694 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -22,14 +22,14 @@
                 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>eclipse-plugins-parent</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin :: Plugins</name>
                 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	
diff --git a/pom.xml b/pom.xml
index 33d6287..c6092d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
                         
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>geronimo-eclipse-plugin</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin</name>
                         
@@ -66,9 +66,9 @@
     </mailingLists>
                         
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/3.0/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/3.0/</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/3.0/</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0.0</developerConnection>
+        <url>https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0.0</url>
     </scm>
                         
     <organization>
@@ -428,7 +428,7 @@
                 <executions>
                     <execution>						
                         <configuration>							
-                            <attached>false</attached>>
+                            <attached>false</attached>&gt;
                         </configuration>
                     </execution>
                 </executions>