[maven-release-plugin] prepare release 0.5

git-svn-id: https://svn.apache.org/repos/asf/oodt/trunk@1423762 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/app/fmbrowser/pom.xml b/app/fmbrowser/pom.xml
index 446bb76..929eb56 100644
--- a/app/fmbrowser/pom.xml
+++ b/app/fmbrowser/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-fm-browser</artifactId>
@@ -30,9 +30,9 @@
      can view archived products' metadata, query for products with particular metadata, 
      and export results of queries to the MS Excel(c) file format.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/app/fmbrowser</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/app/fmbrowser</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/trunk/app/fmbrowser</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/app/fmbrowser</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/app/fmbrowser</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/app/fmbrowser</url>
   </scm>
   <build>
     <plugins />
diff --git a/app/weditor/pom.xml b/app/weditor/pom.xml
index aee53dc..89fe1c5 100644
--- a/app/weditor/pom.xml
+++ b/app/weditor/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>weditor</artifactId>
@@ -61,7 +61,7 @@
 		<dependency>
 			<groupId>org.apache.oodt</groupId>
 			<artifactId>cas-workflow</artifactId>
-			<version>0.5-SNAPSHOT</version>
+			<version>0.5</version>
 		</dependency>
 		<dependency>
 			<groupId>net.sf.jung</groupId>
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 82a5ffe..6661cac 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-catalog</artifactId>
@@ -31,9 +31,9 @@
   they may be queried across and ingested into.
   </description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/catalog</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/catalog</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/trunk/catalog</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/catalog</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/catalog</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/catalog</url>
   </scm>
   <profiles>
     <profile>
diff --git a/cli/pom.xml b/cli/pom.xml
index c50ba60..1915b9c 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 		<relativePath>../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-cli</artifactId>
diff --git a/commons/pom.xml b/commons/pom.xml
index a8761dd..8a92231 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-commons</artifactId>
@@ -29,9 +29,9 @@
   <packaging>jar</packaging>
   <description>Apache OODT Common Utilities Project</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/commons</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/commons</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/trunk/commons</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/commons</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/commons</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/commons</url>
   </scm>
   <build>
     <resources>
diff --git a/core/pom.xml b/core/pom.xml
index bb6a2e2..65ebc6a 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -25,7 +25,7 @@
 	</parent>    
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <name>OODT Core</name>
     <packaging>pom</packaging>
     <properties>
@@ -257,9 +257,9 @@
         <url>http://oodt.apache.org/</url>
     </organization>
     <scm>
-    	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/core</connection>
-    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/core</developerConnection>
-    	<url>http://svn.apache.org/viewvc/oodt/trunk/core</url>
+    	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/core</connection>
+    	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/core</developerConnection>
+    	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/core</url>
     </scm>
     <build>
         <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
diff --git a/crawler/pom.xml b/crawler/pom.xml
index 18a2e01..5fca0af 100644
--- a/crawler/pom.xml
+++ b/crawler/pom.xml
@@ -21,16 +21,16 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 		<relativePath>../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-crawler</artifactId>
 	<name>Catalog and Archive Crawling Framework</name>
 	<description>The Catalog and Archive Service Crawling Framework.</description>
 	<scm>
-		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/crawler</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/crawler</developerConnection>
-		<url>http://svn.apache.org/viewvc/oodt/trunk/crawler</url>
+		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/crawler</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/crawler</developerConnection>
+		<url>http://svn.apache.org/viewvc/oodt/tags/0.5/crawler</url>
 	</scm>
 	<build>
 		<plugins>
diff --git a/curator/pom.xml b/curator/pom.xml
index 22b1aa1..ff57a1f 100644
--- a/curator/pom.xml
+++ b/curator/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.oodt</groupId>
@@ -29,9 +29,9 @@
   <name>CAS Curation Interface</name>
   <description>A web application for managing policy for products and files and metadata that have been ingested via the CAS component.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/curator</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/curator</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/trunk/curator</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/curator</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/curator</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/curator</url>
   </scm>
   <build>
     <plugins /> 
diff --git a/filemgr/pom.xml b/filemgr/pom.xml
index 596410d..39f1514 100644
--- a/filemgr/pom.xml
+++ b/filemgr/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-filemgr</artifactId>
@@ -31,9 +31,9 @@
      on the javax.sql.DataSource interface). This component provides everything that you need
      to catalog, archive and manage files, and directories, and their associated metadata.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/filemgr</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/filemgr</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/trunk/filemgr</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/filemgr</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/filemgr</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/filemgr</url>
   </scm>
   <build>
     <plugins>
diff --git a/grid/pom.xml b/grid/pom.xml
index b9461bd..227cf76 100644
--- a/grid/pom.xml
+++ b/grid/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>web-grid</artifactId>
@@ -58,9 +58,9 @@
     add new sets of product and profile query handlers, enabling
     seamless activation of additional capabilities.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/grid</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/grid</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/trunk/grid</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/grid</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/grid</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/grid</url>
   </scm>
   <build>
     <plugins>
diff --git a/metadata/pom.xml b/metadata/pom.xml
index d58b541..4d914fc 100644
--- a/metadata/pom.xml
+++ b/metadata/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-metadata</artifactId>
@@ -37,9 +37,9 @@
 	between a scalar value and a non-scalar is handled by determining whether the list of
 	values for a particular key is greater than 1.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/metadata</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/metadata</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/trunk/metadata</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/metadata</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/metadata</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/metadata</url>
   </scm>
   <build>
     <resources>
diff --git a/mvn/plugins/cas-install/pom.xml b/mvn/plugins/cas-install/pom.xml
index 20a6583..9a2c75f 100644
--- a/mvn/plugins/cas-install/pom.xml
+++ b/mvn/plugins/cas-install/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
   <artifactId>maven-cas-install-plugin</artifactId>
diff --git a/opendapps/pom.xml b/opendapps/pom.xml
index c8b108b..0622679 100644
--- a/opendapps/pom.xml
+++ b/opendapps/pom.xml
@@ -15,14 +15,14 @@
   to extract and translate datasets from OPeNDAP and THREDDS into OODT profiles.
   </description> 
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/opendapps</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/opendapps</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/trunk/opendapps</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/opendapps</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/opendapps</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/opendapps</url>
   </scm>
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <build>
     <plugins>
diff --git a/pcs/core/pom.xml b/pcs/core/pom.xml
index a89e06d..e726865 100644
--- a/pcs/core/pom.xml
+++ b/pcs/core/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <name>Process Control System Core Package</name>
diff --git a/pcs/input/pom.xml b/pcs/input/pom.xml
index b70070d..2da7bcc 100644
--- a/pcs/input/pom.xml
+++ b/pcs/input/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <name>Process Control System Input Data Package</name>
diff --git a/pcs/opsui/pom.xml b/pcs/opsui/pom.xml
index 7d50496..3f11f22 100755
--- a/pcs/opsui/pom.xml
+++ b/pcs/opsui/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
        <groupId>org.apache.oodt</groupId>
        <artifactId>oodt-core</artifactId>
-       <version>0.5-SNAPSHOT</version>
+       <version>0.5</version>
        <relativePath>../../core/pom.xml</relativePath>
     </parent>
 	<name>Process Control System Operator Interface Webapp</name>
diff --git a/pcs/services/pom.xml b/pcs/services/pom.xml
index f75e82d..c54e593 100644
--- a/pcs/services/pom.xml
+++ b/pcs/services/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.oodt</groupId>
diff --git a/pge/pom.xml b/pge/pom.xml
index 199f673..257ae62 100644
--- a/pge/pom.xml
+++ b/pge/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-pge</artifactId>
diff --git a/pom.xml b/pom.xml
index 64bab6f..615ba8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.oodt</groupId>
         <artifactId>oodt-core</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>core/pom.xml</relativePath>
     </parent>
 
@@ -33,9 +33,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/oodt/trunk</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5</developerConnection>
+        <url>http://svn.apache.org/viewvc/oodt/tags/0.5</url>
     </scm>
 
     <modules>
diff --git a/product/pom.xml b/product/pom.xml
index 9755f24..c476939 100644
--- a/product/pom.xml
+++ b/product/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.oodt</groupId>
         <artifactId>oodt-core</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../core/pom.xml</relativePath>
     </parent>
     <artifactId>oodt-product</artifactId>
@@ -35,9 +35,9 @@
         without impacting local stores or operations.
     </description>
     <scm>
-   		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/product</connection>
-   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/product</developerConnection>
-   		<url>http://svn.apache.org/viewvc/oodt/trunk/product</url>
+   		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/product</connection>
+   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/product</developerConnection>
+   		<url>http://svn.apache.org/viewvc/oodt/tags/0.5/product</url>
     </scm>
     <build>
         <resources>
diff --git a/profile/pom.xml b/profile/pom.xml
index 5b52ca6..f9aa9f9 100644
--- a/profile/pom.xml
+++ b/profile/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-profile</artifactId>
@@ -32,9 +32,9 @@
     The Profile Service catalogs metadata descriptions and provides
     creating, updating, and querying capabilities.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/profile</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/profile</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/trunk/profile</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/profile</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/profile</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/profile</url>
   </scm>
   <build>
     <resources>
diff --git a/protocol/api/pom.xml b/protocol/api/pom.xml
index 26c7d53..396e961 100644
--- a/protocol/api/pom.xml
+++ b/protocol/api/pom.xml
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-api</artifactId>
diff --git a/protocol/ftp/pom.xml b/protocol/ftp/pom.xml
index 7125b42..133c9be 100644
--- a/protocol/ftp/pom.xml
+++ b/protocol/ftp/pom.xml
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-ftp</artifactId>
diff --git a/protocol/http/pom.xml b/protocol/http/pom.xml
index a595d9d..d2e5a75 100644
--- a/protocol/http/pom.xml
+++ b/protocol/http/pom.xml
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-http</artifactId>
diff --git a/protocol/imaps/pom.xml b/protocol/imaps/pom.xml
index 394065f..a1395d5 100644
--- a/protocol/imaps/pom.xml
+++ b/protocol/imaps/pom.xml
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-imaps</artifactId>
diff --git a/protocol/sftp/pom.xml b/protocol/sftp/pom.xml
index feb1196..c21194a 100644
--- a/protocol/sftp/pom.xml
+++ b/protocol/sftp/pom.xml
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>cas-protocol-sftp</artifactId>
diff --git a/pushpull/pom.xml b/pushpull/pom.xml
index 4395e87..1f90c09 100644
--- a/pushpull/pom.xml
+++ b/pushpull/pom.xml
@@ -21,15 +21,15 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent> 
   <artifactId>cas-pushpull</artifactId>
   <name>CAS Push-Pull-Framework</name>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/pushpull</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/pushpull</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/trunk/pushpull</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/pushpull</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/pushpull</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/pushpull</url>
   </scm>
   <repositories>
 	   <repository>
diff --git a/resource/pom.xml b/resource/pom.xml
index c966856..5f45a4d 100644
--- a/resource/pom.xml
+++ b/resource/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-resource</artifactId>
@@ -29,9 +29,9 @@
      provides job management, and management of the underlying software system hardware
      and resources, such as disk space, computational resources, and shared identity.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/resource</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/resource</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/trunk/resource</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/resource</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/resource</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/resource</url>
   </scm>
   <build>
     <plugins>
diff --git a/sso/pom.xml b/sso/pom.xml
index c7e8ecd..04f6540 100644
--- a/sso/pom.xml
+++ b/sso/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-sso</artifactId>
diff --git a/webapp/components/pom.xml b/webapp/components/pom.xml
index d466fff..b67b516 100644
--- a/webapp/components/pom.xml
+++ b/webapp/components/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.oodt</groupId>
         <artifactId>oodt-core</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../core/pom.xml</relativePath>
     </parent>
 	<groupId>org.apache.oodt</groupId>
 	<artifactId>oodt-webapp-components</artifactId>
 	<packaging>jar</packaging>
-	<version>0.5-SNAPSHOT</version>
+	<version>0.5</version>
 	<name>OODT Wicket Web Components</name>
 	<dependencies>
 		<dependency>
@@ -38,12 +38,12 @@
 		<dependency>
 		  <groupId>org.apache.oodt</groupId>
 		  <artifactId>cas-filemgr</artifactId>
-		  <version>0.5-SNAPSHOT</version>
+		  <version>0.5</version>
 		</dependency>
 		<dependency>
 		  <groupId>org.apache.oodt</groupId>
 		  <artifactId>cas-workflow</artifactId>
-		  <version>0.5-SNAPSHOT</version>
+		  <version>0.5</version>
 		</dependency>
 		<dependency>	
 		  <groupId>org.apache.oodt</groupId>
diff --git a/webapp/fmbrowser/pom.xml b/webapp/fmbrowser/pom.xml
index 19679a3..a01dc87 100644
--- a/webapp/fmbrowser/pom.xml
+++ b/webapp/fmbrowser/pom.xml
@@ -21,13 +21,13 @@
 	<parent>
                 <groupId>org.apache.oodt</groupId>
                 <artifactId>oodt-core</artifactId>
-                <version>0.5-SNAPSHOT</version>
+                <version>0.5</version>
                 <relativePath>../../core/pom.xml</relativePath>
         </parent>
         <groupId>org.apache.oodt</groupId>
 	<artifactId>fmbrowser</artifactId>
 	<packaging>war</packaging>
-	<version>0.5-SNAPSHOT</version>
+	<version>0.5</version>
 	<name>CAS File Manager Browser Web App</name>
 	<properties>
 		<wicket.version>1.4.17</wicket.version>
@@ -36,9 +36,9 @@
 		<log4j.version>1.2.14</log4j.version>
 	</properties>
 	<scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/fmbrowser</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/fmbrowser</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/trunk/webapp/fmbrowser</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/webapp/fmbrowser</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/webapp/fmbrowser</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/webapp/fmbrowser</url>
   </scm>
 	<dependencies>
 		<dependency>
@@ -49,7 +49,7 @@
 		<dependency>
 		  <groupId>org.apache.oodt</groupId>
 		  <artifactId>oodt-webapp-components</artifactId>
-		  <version>0.5-SNAPSHOT</version>
+		  <version>0.5</version>
 		</dependency>
 
 		<!-- LOGGING DEPENDENCIES - LOG4J -->
diff --git a/webapp/fmprod/pom.xml b/webapp/fmprod/pom.xml
index 95d0160..24728b5 100644
--- a/webapp/fmprod/pom.xml
+++ b/webapp/fmprod/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-product</artifactId>
diff --git a/webapp/wmonitor/pom.xml b/webapp/wmonitor/pom.xml
index f7a527d..7da903c 100644
--- a/webapp/wmonitor/pom.xml
+++ b/webapp/wmonitor/pom.xml
@@ -21,13 +21,13 @@
 	<parent>
                 <groupId>org.apache.oodt</groupId>
                 <artifactId>oodt-core</artifactId>
-                <version>0.5-SNAPSHOT</version>
+                <version>0.5</version>
                 <relativePath>../../core/pom.xml</relativePath>
         </parent>
         <groupId>org.apache.oodt</groupId>
 	<artifactId>wmonitor</artifactId>
 	<packaging>war</packaging>
-	<version>0.5-SNAPSHOT</version>
+	<version>0.5</version>
 	<name>CAS Workflow Manager Monitor Web App</name>
 	<properties>
 		<wicket.version>1.4.17</wicket.version>
@@ -36,9 +36,9 @@
 		<log4j.version>1.2.14</log4j.version>
 	</properties>
 	<scm>
-   		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/wmonitor</connection>
-   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/wmonitor</developerConnection>
-   		<url>http://svn.apache.org/viewvc/oodt/trunk/webapp/wmonitor</url>
+   		<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/webapp/wmonitor</connection>
+   		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/webapp/wmonitor</developerConnection>
+   		<url>http://svn.apache.org/viewvc/oodt/tags/0.5/webapp/wmonitor</url>
   	</scm>
 	<dependencies>
 		<dependency>
@@ -49,7 +49,7 @@
 		<dependency>
 		  <groupId>org.apache.oodt</groupId>
 		  <artifactId>oodt-webapp-components</artifactId>
-		  <version>0.5-SNAPSHOT</version>
+		  <version>0.5</version>
 		  <exclusions>
 		    <exclusion>
 		      <artifactId>cas-filemgr</artifactId>
diff --git a/workflow/pom.xml b/workflow/pom.xml
index bf56452..225e99c 100644
--- a/workflow/pom.xml
+++ b/workflow/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-workflow</artifactId>
diff --git a/xmlps/pom.xml b/xmlps/pom.xml
index 7edbef6..bba465e 100644
--- a/xmlps/pom.xml
+++ b/xmlps/pom.xml
@@ -21,12 +21,12 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 		<relativePath>../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>oodt-xmlps</artifactId>
 	<name>XML-configured, DBMS-based Product and Profile Server</name>
-	<version>0.5-SNAPSHOT</version>
+	<version>0.5</version>
 	<description>
 	  An XML-configured DBMS-based Product and Profile meant to easily 
 	  sit on top of Web-Grid and other Product and Profile server contexts
diff --git a/xmlquery/pom.xml b/xmlquery/pom.xml
index 307138e..7fcb6f5 100644
--- a/xmlquery/pom.xml
+++ b/xmlquery/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-xmlquery</artifactId>
@@ -35,9 +35,9 @@
     pass a query and its results between servers, clients, nodes, and
     other components.</description>
   <scm>
-   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/xmlquery</connection>
-   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/xmlquery</developerConnection>
-   	<url>http://svn.apache.org/viewvc/oodt/trunk/xmlquery</url>
+   	<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/xmlquery</connection>
+   	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.5/xmlquery</developerConnection>
+   	<url>http://svn.apache.org/viewvc/oodt/tags/0.5/xmlquery</url>
   </scm>
   <build>
     <resources>