Change tag version to 3.0-beta1, ie remove -SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/jakarta/bsf/tags/bsf-3.0-beta1@522610 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bsf-api/pom.xml b/bsf-api/pom.xml
index a492517..c94ebbc 100644
--- a/bsf-api/pom.xml
+++ b/bsf-api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-beta1-SNAPSHOT</version>
+        <version>3.0-beta1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/bsf-engines/build.xml b/bsf-engines/build.xml
index fa2fd9c..2b6411c 100644
--- a/bsf-engines/build.xml
+++ b/bsf-engines/build.xml
@@ -19,7 +19,7 @@
 -->
 <project name="Engine-Installer">
 
-    <property name="bsf.version" value="3.0-beta1-SNAPSHOT"/>
+    <property name="bsf.version" value="3.0-beta1"/>
     <property name="download.dir" value="/target/engines-download/"/>
     <property name="download.file" value="${basedir}${download.dir}engines.zip"/>
     <property name="merged.engines.dir" value="${basedir}/target/merged-engines"/>
diff --git a/bsf-engines/pom.xml b/bsf-engines/pom.xml
index c339084..f0b09a9 100644
--- a/bsf-engines/pom.xml
+++ b/bsf-engines/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-beta1-SNAPSHOT</version>
+        <version>3.0-beta1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/bsf-utils/pom.xml b/bsf-utils/pom.xml
index 98eb420..d8462fb 100644
--- a/bsf-utils/pom.xml
+++ b/bsf-utils/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-beta1-SNAPSHOT</version>
+        <version>3.0-beta1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -35,13 +35,13 @@
       <dependency>
           <groupId>org.apache.bsf</groupId>
           <artifactId>bsf-api</artifactId>
-          <version>3.0-beta1-SNAPSHOT</version>
+          <version>3.0-beta1</version>
           <scope>compile</scope>
        </dependency>
       <dependency>
           <groupId>org.apache.bsf</groupId>
           <artifactId>bsf-engines</artifactId>
-          <version>3.0-beta1-SNAPSHOT</version>
+          <version>3.0-beta1</version>
           <scope>compile</scope>
        </dependency>
 
diff --git a/distribution/build.xml b/distribution/build.xml
index 9b362ff..5cd2ef6 100644
--- a/distribution/build.xml
+++ b/distribution/build.xml
@@ -22,14 +22,14 @@
 
 <project name="Create-bsf-all">
 
-    <property name="bsf.version" value="3.0-beta1-SNAPSHOT"/>
+    <property name="bsf.version" value="3.0-beta1"/>
 
     <target name="create-bsf-all">
 
         <mkdir dir="${basedir}\target\bsf-all"/>
-        <unzip src="${localRepository}/org/apache/bsf/bsf-api/3.0-beta1-SNAPSHOT/bsf-api-3.0-beta1-SNAPSHOT.jar" dest="${basedir}\target\bsf-all" overwrite="false"/>
-        <unzip src="${localRepository}/org/apache/bsf/bsf-engines/3.0-beta1-SNAPSHOT/bsf-engines-3.0-beta1-SNAPSHOT.jar" dest="${basedir}\target\bsf-all" overwrite="false"/>
-        <unzip src="${localRepository}/org/apache/bsf/bsf-utils/3.0-beta1-SNAPSHOT/bsf-utils-3.0-beta1-SNAPSHOT.jar" dest="${basedir}\target\bsf-all" overwrite="false"/>
+        <unzip src="${localRepository}/org/apache/bsf/bsf-api/3.0-beta1/bsf-api-3.0-beta1.jar" dest="${basedir}\target\bsf-all" overwrite="false"/>
+        <unzip src="${localRepository}/org/apache/bsf/bsf-engines/3.0-beta1/bsf-engines-3.0-beta1.jar" dest="${basedir}\target\bsf-all" overwrite="false"/>
+        <unzip src="${localRepository}/org/apache/bsf/bsf-utils/3.0-beta1/bsf-utils-3.0-beta1.jar" dest="${basedir}\target\bsf-all" overwrite="false"/>
 
         <copy file="${basedir}/src/bin/LICENSE" tofile="${basedir}\target\bsf-all\LICENSE" overwrite="true" />
         <copy file="${basedir}/src/bin/NOTICE" tofile="${basedir}\target\bsf-all\NOTICE" overwrite="true" />
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 6276b1f..cf44191 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-beta1-SNAPSHOT</version>
+        <version>3.0-beta1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 0768aba..ec7bd70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.bsf</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0-beta1-SNAPSHOT</version>
+    <version>3.0-beta1</version>
 
     <name>Apache BSF</name>
     <description>Apache BSF</description>
@@ -34,7 +34,7 @@
     <url>http://jakarta.apache.org/bsf/</url>
 
     <properties>
-        <bsf.version>3.0-beta1-SNAPSHOT</bsf.version>
+        <bsf.version>3.0-beta1</bsf.version>
     </properties>
 
     <issueManagement>
diff --git a/testing/e4x/pom.xml b/testing/e4x/pom.xml
index acd1517..119354f 100644
--- a/testing/e4x/pom.xml
+++ b/testing/e4x/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-beta1-SNAPSHOT</version>
+        <version>3.0-beta1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.bsf</groupId>
             <artifactId>bsf-all</artifactId>
-            <version>3.0-beta1-SNAPSHOT</version>
+            <version>3.0-beta1</version>
             <scope>compile</scope>
         </dependency>
 
diff --git a/testing/groovy/pom.xml b/testing/groovy/pom.xml
index 4ad70ed..1f3c086 100644
--- a/testing/groovy/pom.xml
+++ b/testing/groovy/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-beta1-SNAPSHOT</version>
+        <version>3.0-beta1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.bsf</groupId>
             <artifactId>bsf-all</artifactId>
-            <version>3.0-beta1-SNAPSHOT</version>
+            <version>3.0-beta1</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
diff --git a/testing/javascript/pom.xml b/testing/javascript/pom.xml
index e2e3dde..79f1c2d 100644
--- a/testing/javascript/pom.xml
+++ b/testing/javascript/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-beta1-SNAPSHOT</version>
+        <version>3.0-beta1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.bsf</groupId>
             <artifactId>bsf-all</artifactId>
-            <version>3.0-beta1-SNAPSHOT</version>
+            <version>3.0-beta1</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
diff --git a/testing/python/pom.xml b/testing/python/pom.xml
index 11af462..4a49e76 100644
--- a/testing/python/pom.xml
+++ b/testing/python/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-beta1-SNAPSHOT</version>
+        <version>3.0-beta1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.apache.bsf</groupId>
             <artifactId>bsf-all</artifactId>
-            <version>3.0-beta1-SNAPSHOT</version>
+            <version>3.0-beta1</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
diff --git a/testing/ruby/pom.xml b/testing/ruby/pom.xml
index 3852882..164add2 100644
--- a/testing/ruby/pom.xml
+++ b/testing/ruby/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bsf</groupId>
         <artifactId>parent</artifactId>
-        <version>3.0-beta1-SNAPSHOT</version>
+        <version>3.0-beta1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.bsf</groupId>
             <artifactId>bsf-all</artifactId>
-            <version>3.0-beta1-SNAPSHOT</version>
+            <version>3.0-beta1</version>
             <scope>compile</scope>
         </dependency>
         <dependency>