Revert changes 1098213, and 1098212 made by the Maven release plugin. I'm pushing 0.2 to central and it auto makes these changes.

git-svn-id: https://svn.apache.org/repos/asf/oodt/tags/0.2@1098219 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/app/fmbrowser/pom.xml b/app/fmbrowser/pom.xml
index efd1bc2..4b8dbb1 100644
--- a/app/fmbrowser/pom.xml
+++ b/app/fmbrowser/pom.xml
@@ -30,7 +30,7 @@
      can view archived products' metadata, query for products with particular metadata, 
      and export results of queries to the MS Excel(c) file format.</description>
   <build>
-    <plugins />
+    <plugins/>
   </build>
   <dependencies>
     <dependency>
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 8e47ade..8f16b85 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -15,7 +15,9 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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>
   <parent>
     <groupId>org.apache.oodt</groupId>
@@ -93,7 +95,7 @@
           <descriptors>
             <descriptor>src/main/assembly/assembly.xml</descriptor>
           </descriptors>
-          <archive />
+          <archive/>
         </configuration>
         <executions>
           <execution>
diff --git a/commons/pom.xml b/commons/pom.xml
index c097055..177ea62 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -15,7 +15,9 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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>
   <parent>
diff --git a/core/pom.xml b/core/pom.xml
index d7fdd62..188f816 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -17,12 +17,6 @@
 -->
 <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>
-    <parent>  
-      <groupId>org.apache</groupId>
-      <artifactId>apache</artifactId>
-      <version>6</version>
-      <relativePath/>
-    </parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
     <version>0.2</version>
@@ -247,9 +241,9 @@
         </license>
     </licenses>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/oodt/tags/0.2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/oodt/tags/0.2</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/oodt/tags/0.2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/oodt/trunk/${project.artifactId}</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/oodt/trunk/${project.artifactId}</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/oodt/trunk/${project.artifactId}/</url>
         <tag>HEAD</tag>
     </scm>
     <organization>
@@ -418,4 +412,22 @@
             </plugin>
         </plugins>
     </reporting>
+    <distributionManagement>
+        <relocation>
+            <groupId>org.apache.oodt</groupId>
+            <message>Apache OODT is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Justin Erenkrantz. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. &lt;http://www.apache.org/&gt;.</message>
+        </relocation>
+        <repository>
+            <uniqueVersion>false</uniqueVersion>
+            <id>incubator-oodt-repo-loc</id>
+            <name>Apache OODT Incubating Repository</name>
+            <url>scp://minotaur.apache.org/www/www.apache.org/dist/incubator/oodt</url>
+            <layout>default</layout>
+        </repository>
+        <site>
+            <id>incubator-oodt-site-loc</id>
+            <name>Apache OODT Incubating Component Site</name>
+            <url>${sitePublicationDir}</url>
+        </site>
+    </distributionManagement>
 </project>
diff --git a/crawler/pom.xml b/crawler/pom.xml
index 5e172c3..5510642 100644
--- a/crawler/pom.xml
+++ b/crawler/pom.xml
@@ -15,7 +15,9 @@
 License for the specific language governing permissions and limitations under
 the License.
 -->
-<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>
   <parent>
diff --git a/curator/pom.xml b/curator/pom.xml
index 22c1b85..e79a6d3 100644
--- a/curator/pom.xml
+++ b/curator/pom.xml
@@ -15,7 +15,9 @@
 License for the specific language governing permissions and limitations under
 the License.
 -->
-<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>
   <parent>
     <groupId>org.apache.oodt</groupId>
@@ -29,7 +31,7 @@
   <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>
   <build>
-    <plugins /> 
+    <plugins/> 
   </build>
   <profiles>
     <profile>
diff --git a/filemgr/pom.xml b/filemgr/pom.xml
index eac75bf..101aa7e 100644
--- a/filemgr/pom.xml
+++ b/filemgr/pom.xml
@@ -15,7 +15,9 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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>
   <parent>
     <groupId>org.apache.oodt</groupId>
diff --git a/grid/pom.xml b/grid/pom.xml
index 32dad6e..a47cf72 100644
--- a/grid/pom.xml
+++ b/grid/pom.xml
@@ -15,7 +15,9 @@
 License for the specific language governing permissions and limitations under
 the License.
 -->
-<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>
   <parent>
     <groupId>org.apache.oodt</groupId>
@@ -62,7 +64,7 @@
       <plugin>
         <artifactId>maven-war-plugin</artifactId>
         <configuration>
-          <webResources />
+          <webResources/>
           <warSourceDirectory>src/main/webapp</warSourceDirectory>
         </configuration>
       </plugin>
diff --git a/metadata/pom.xml b/metadata/pom.xml
index abc7e53..9f5fec8 100644
--- a/metadata/pom.xml
+++ b/metadata/pom.xml
@@ -15,7 +15,9 @@
 License for the specific language governing permissions and limitations under
 the License.
 -->
-<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>
   <parent>
diff --git a/mvn/plugins/cas-install/pom.xml b/mvn/plugins/cas-install/pom.xml
index 0956b1e..7237160 100644
--- a/mvn/plugins/cas-install/pom.xml
+++ b/mvn/plugins/cas-install/pom.xml
@@ -15,7 +15,9 @@
 License for the specific language governing permissions and limitations under
 the License.
 -->
-<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>
   <parent>
     <groupId>org.apache.oodt</groupId>
diff --git a/opendapps/pom.xml b/opendapps/pom.xml
index d398500..f27b657 100644
--- a/opendapps/pom.xml
+++ b/opendapps/pom.xml
@@ -1,51 +1,53 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-Copyright 2010 California Institute of Technology. ALL RIGHTS
-RESERVED. U.S. Government Sponsorship acknowledged.
-
-$Id$
--->
-<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>
-  <artifactId>opendapps</artifactId>
-  <name>Apache OODT Configurable OPeNDAP Profile Server</name>
-  <description>A generic, configurable Apache OODT profile server
-  implementation that easily connects to OPeNDAP data sources. Connections 
-  are configured via an XML configuration file, providing information on how 
-  to extract and translate datasets from OPeNDAP and THREDDS into OODT profiles.
-  </description> 
-  <parent>
-    <groupId>org.apache.oodt</groupId>
-    <artifactId>oodt-core</artifactId>
-    <version>0.2</version>
-  </parent>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptorRefs>
-            <descriptorRef>jar-with-dependencies</descriptorRef>
-          </descriptorRefs>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-   <dependency>
-     <groupId>edu.ucar</groupId>
-     <artifactId>netcdf</artifactId>
-     <version>4.2</version>
-   </dependency>
-   <dependency>
-    <groupId>org.apache.oodt</groupId>
-    <artifactId>oodt-profile</artifactId>
-    <version>${project.parent.version}</version>
-   </dependency>
-   <dependency>
-    <groupId>org.apache.oodt</groupId>
-    <artifactId>oodt-xmlquery</artifactId>
-    <version>${project.parent.version}</version>
-   </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!-- 

+Copyright 2010 California Institute of Technology. ALL RIGHTS

+RESERVED. U.S. Government Sponsorship acknowledged.

+

+$Id$

+-->

+<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>

+  <artifactId>opendapps</artifactId>

+  <name>Apache OODT Configurable OPeNDAP Profile Server</name>

+  <description>A generic, configurable Apache OODT profile server

+  implementation that easily connects to OPeNDAP data sources. Connections 

+  are configured via an XML configuration file, providing information on how 

+  to extract and translate datasets from OPeNDAP and THREDDS into OODT profiles.

+  </description> 

+  <parent>

+    <groupId>org.apache.oodt</groupId>

+    <artifactId>oodt-core</artifactId>

+    <version>0.2</version>

+  </parent>

+  <build>

+    <plugins>

+      <plugin>

+        <artifactId>maven-assembly-plugin</artifactId>

+        <configuration>

+          <descriptorRefs>

+            <descriptorRef>jar-with-dependencies</descriptorRef>

+          </descriptorRefs>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+  <dependencies>

+   <dependency>

+     <groupId>edu.ucar</groupId>

+     <artifactId>netcdf</artifactId>

+     <version>4.2</version>

+   </dependency>

+   <dependency>

+    <groupId>org.apache.oodt</groupId>

+    <artifactId>oodt-profile</artifactId>

+    <version>${project.parent.version}</version>

+   </dependency>

+   <dependency>

+    <groupId>org.apache.oodt</groupId>

+    <artifactId>oodt-xmlquery</artifactId>

+    <version>${project.parent.version}</version>

+   </dependency>

+  </dependencies>

+</project>

diff --git a/pcs/input/pom.xml b/pcs/input/pom.xml
index 15040e9..4b5c55e 100644
--- a/pcs/input/pom.xml
+++ b/pcs/input/pom.xml
@@ -15,7 +15,9 @@
 License for the specific language governing permissions and limitations under
 the License.
 -->
-<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>
   <artifactId>pcs-input</artifactId>
diff --git a/pge/pom.xml b/pge/pom.xml
index e79cd95..121f397 100644
--- a/pge/pom.xml
+++ b/pge/pom.xml
@@ -15,7 +15,9 @@
 License for the specific language governing permissions and limitations under
 the License.
 -->
-<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>
   <parent>
diff --git a/pom.xml b/pom.xml
index d0dda23..5a77ab8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,10 @@
 License for the specific language governing permissions and limitations under
 the License.
 -->
-<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>
     <parent>
         <groupId>org.apache.oodt</groupId>
@@ -55,6 +58,7 @@
         <module>opendapps</module>
         <module>webapp/filemgr</module>
         <module>webapp/fmprod</module>
+        <module>webapp/workflow</module>
         <module>app/fmbrowser</module>
     </modules>
 </project>
diff --git a/pushpull/pom.xml b/pushpull/pom.xml
index 64986be..14331f8 100644
--- a/pushpull/pom.xml
+++ b/pushpull/pom.xml
@@ -15,7 +15,9 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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>
   <parent>
diff --git a/resource/pom.xml b/resource/pom.xml
index 1708fff..035d79a 100644
--- a/resource/pom.xml
+++ b/resource/pom.xml
@@ -15,7 +15,9 @@
 License for the specific language governing permissions and limitations under
 the License.
 -->
-<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>
   <parent>
     <groupId>org.apache.oodt</groupId>
diff --git a/sso/pom.xml b/sso/pom.xml
index 6aa3454..d9aaa28 100644
--- a/sso/pom.xml
+++ b/sso/pom.xml
@@ -15,7 +15,9 @@
 License for the specific language governing permissions and limitations under
 the License.
 -->
-<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>
   <parent>
     <groupId>org.apache.oodt</groupId>
@@ -26,9 +28,9 @@
   <artifactId>oodt-sso</artifactId>
   <name>OODT Single Sign On Security Package</name>
   <packaging>jar</packaging>
-  <properties />
+  <properties/>
   <build>
-    <plugins />
+    <plugins/>
   </build>
   <dependencies>
     <dependency>
@@ -42,5 +44,5 @@
       <version>1.3</version>
     </dependency>
   </dependencies>
-  <distributionManagement />
+  <distributionManagement/>
 </project>
diff --git a/webapp/filemgr/pom.xml b/webapp/filemgr/pom.xml
index 183fa44..a450f4c 100644
--- a/webapp/filemgr/pom.xml
+++ b/webapp/filemgr/pom.xml
@@ -15,7 +15,9 @@
 License for the specific language governing permissions and limitations under
 the License.
 -->
-<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>
   <parent>
     <groupId>org.apache.oodt</groupId>
diff --git a/webapp/fmprod/pom.xml b/webapp/fmprod/pom.xml
index 608f461..95ca5d4 100644
--- a/webapp/fmprod/pom.xml
+++ b/webapp/fmprod/pom.xml
@@ -15,7 +15,9 @@
 License for the specific language governing permissions and limitations under
 the License.
 -->
-<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>
   <parent>
     <groupId>org.apache.oodt</groupId>
diff --git a/workflow/pom.xml b/workflow/pom.xml
index 76c0539..5a0d702 100644
--- a/workflow/pom.xml
+++ b/workflow/pom.xml
@@ -15,7 +15,9 @@
 License for the specific language governing permissions and limitations under
 the License.
 -->
-<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>
   <parent>
diff --git a/xmlps/pom.xml b/xmlps/pom.xml
index aaef166..d5c9fd0 100644
--- a/xmlps/pom.xml
+++ b/xmlps/pom.xml
@@ -16,7 +16,9 @@
 		License.
 	-->
 
-<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>
 	<parent>
 		<groupId>org.apache.oodt</groupId>
@@ -26,7 +28,7 @@
 	</parent>
 	<artifactId>oodt-xmlps</artifactId>
 	<name>XML-configured, DBMS-based Product and Profile Server</name>
-	<version>0.2</version>
+	<version>${oodt.version}</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
@@ -77,29 +79,29 @@
 		<dependency>
 			<groupId>org.apache.oodt</groupId>
 			<artifactId>oodt-commons</artifactId>
-			<version>0.2</version>
+			<version>${project.parent.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.oodt</groupId>
 			<artifactId>oodt-xmlquery</artifactId>
-			<version>0.2</version>
+			<version>${project.parent.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.oodt</groupId>
 			<artifactId>cas-metadata</artifactId>
-			<version>0.2</version>
+			<version>${project.parent.version}</version>
 			<optional />
 		</dependency>
 		<dependency>
 			<groupId>org.apache.oodt</groupId>
 			<artifactId>oodt-product</artifactId>
-			<version>0.2</version>
+			<version>${project.parent.version}</version>
 			<optional />
 		</dependency>
 		<dependency>
 			<groupId>org.apache.oodt</groupId>
 			<artifactId>oodt-profile</artifactId>
-			<version>0.2</version>
+			<version>${project.parent.version}</version>
 			<optional />
 		</dependency>
 		<dependency>
diff --git a/xmlquery/pom.xml b/xmlquery/pom.xml
index 6e8fe64..475a8f3 100644
--- a/xmlquery/pom.xml
+++ b/xmlquery/pom.xml
@@ -15,7 +15,9 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<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>
   <parent>
     <groupId>org.apache.oodt</groupId>