You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2011/05/01 06:13:50 UTC

svn commit: r1098219 - in /oodt/tags/0.2: ./ app/fmbrowser/ catalog/ commons/ core/ crawler/ curator/ filemgr/ grid/ metadata/ mvn/plugins/cas-install/ opendapps/ pcs/input/ pge/ pushpull/ resource/ sso/ webapp/filemgr/ webapp/fmprod/ workflow/ xmlps/ ...

Author: mattmann
Date: Sun May  1 04:13:50 2011
New Revision: 1098219

URL: http://svn.apache.org/viewvc?rev=1098219&view=rev
Log:
Revert changes 1098213, and 1098212 made by the Maven release plugin. I'm pushing 0.2 to central and it auto makes these changes.

Modified:
    oodt/tags/0.2/app/fmbrowser/pom.xml
    oodt/tags/0.2/catalog/pom.xml
    oodt/tags/0.2/commons/pom.xml
    oodt/tags/0.2/core/pom.xml
    oodt/tags/0.2/crawler/pom.xml
    oodt/tags/0.2/curator/pom.xml
    oodt/tags/0.2/filemgr/pom.xml
    oodt/tags/0.2/grid/pom.xml
    oodt/tags/0.2/metadata/pom.xml
    oodt/tags/0.2/mvn/plugins/cas-install/pom.xml
    oodt/tags/0.2/opendapps/pom.xml
    oodt/tags/0.2/pcs/input/pom.xml
    oodt/tags/0.2/pge/pom.xml
    oodt/tags/0.2/pom.xml
    oodt/tags/0.2/pushpull/pom.xml
    oodt/tags/0.2/resource/pom.xml
    oodt/tags/0.2/sso/pom.xml
    oodt/tags/0.2/webapp/filemgr/pom.xml
    oodt/tags/0.2/webapp/fmprod/pom.xml
    oodt/tags/0.2/workflow/pom.xml
    oodt/tags/0.2/xmlps/pom.xml
    oodt/tags/0.2/xmlquery/pom.xml

Modified: oodt/tags/0.2/app/fmbrowser/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/app/fmbrowser/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/app/fmbrowser/pom.xml (original)
+++ oodt/tags/0.2/app/fmbrowser/pom.xml Sun May  1 04:13:50 2011
@@ -30,7 +30,7 @@ the License.
      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>

Modified: oodt/tags/0.2/catalog/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/catalog/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/catalog/pom.xml (original)
+++ oodt/tags/0.2/catalog/pom.xml Sun May  1 04:13:50 2011
@@ -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>

Modified: oodt/tags/0.2/commons/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/commons/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/commons/pom.xml (original)
+++ oodt/tags/0.2/commons/pom.xml Sun May  1 04:13:50 2011
@@ -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>

Modified: oodt/tags/0.2/core/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/core/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/core/pom.xml (original)
+++ oodt/tags/0.2/core/pom.xml Sun May  1 04:13:50 2011
@@ -17,12 +17,6 @@ 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">
     <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 @@ the License.
         </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 @@ the License.
             </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>

Modified: oodt/tags/0.2/crawler/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/crawler/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/crawler/pom.xml (original)
+++ oodt/tags/0.2/crawler/pom.xml Sun May  1 04:13:50 2011
@@ -15,7 +15,9 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 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>

Modified: oodt/tags/0.2/curator/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/curator/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/curator/pom.xml (original)
+++ oodt/tags/0.2/curator/pom.xml Sun May  1 04:13:50 2011
@@ -15,7 +15,9 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 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 @@ the License.
   <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>

Modified: oodt/tags/0.2/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/filemgr/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/filemgr/pom.xml (original)
+++ oodt/tags/0.2/filemgr/pom.xml Sun May  1 04:13:50 2011
@@ -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>

Modified: oodt/tags/0.2/grid/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/grid/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/grid/pom.xml (original)
+++ oodt/tags/0.2/grid/pom.xml Sun May  1 04:13:50 2011
@@ -15,7 +15,9 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 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 @@ the License.
       <plugin>
         <artifactId>maven-war-plugin</artifactId>
         <configuration>
-          <webResources />
+          <webResources/>
           <warSourceDirectory>src/main/webapp</warSourceDirectory>
         </configuration>
       </plugin>

Modified: oodt/tags/0.2/metadata/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/metadata/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/metadata/pom.xml (original)
+++ oodt/tags/0.2/metadata/pom.xml Sun May  1 04:13:50 2011
@@ -15,7 +15,9 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 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>

Modified: oodt/tags/0.2/mvn/plugins/cas-install/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/mvn/plugins/cas-install/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/mvn/plugins/cas-install/pom.xml (original)
+++ oodt/tags/0.2/mvn/plugins/cas-install/pom.xml Sun May  1 04:13:50 2011
@@ -15,7 +15,9 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 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>

Modified: oodt/tags/0.2/opendapps/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/opendapps/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/opendapps/pom.xml (original)
+++ oodt/tags/0.2/opendapps/pom.xml Sun May  1 04:13:50 2011
@@ -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>

Modified: oodt/tags/0.2/pcs/input/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/pcs/input/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/pcs/input/pom.xml (original)
+++ oodt/tags/0.2/pcs/input/pom.xml Sun May  1 04:13:50 2011
@@ -15,7 +15,9 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 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>

Modified: oodt/tags/0.2/pge/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/pge/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/pge/pom.xml (original)
+++ oodt/tags/0.2/pge/pom.xml Sun May  1 04:13:50 2011
@@ -15,7 +15,9 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 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>

Modified: oodt/tags/0.2/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/pom.xml (original)
+++ oodt/tags/0.2/pom.xml Sun May  1 04:13:50 2011
@@ -15,7 +15,10 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 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 @@ the License.
         <module>opendapps</module>
         <module>webapp/filemgr</module>
         <module>webapp/fmprod</module>
+        <module>webapp/workflow</module>
         <module>app/fmbrowser</module>
     </modules>
 </project>

Modified: oodt/tags/0.2/pushpull/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/pushpull/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/pushpull/pom.xml (original)
+++ oodt/tags/0.2/pushpull/pom.xml Sun May  1 04:13:50 2011
@@ -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>

Modified: oodt/tags/0.2/resource/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/resource/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/resource/pom.xml (original)
+++ oodt/tags/0.2/resource/pom.xml Sun May  1 04:13:50 2011
@@ -15,7 +15,9 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 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>

Modified: oodt/tags/0.2/sso/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/sso/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/sso/pom.xml (original)
+++ oodt/tags/0.2/sso/pom.xml Sun May  1 04:13:50 2011
@@ -15,7 +15,9 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 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 @@ the License.
   <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 @@ the License.
       <version>1.3</version>
     </dependency>
   </dependencies>
-  <distributionManagement />
+  <distributionManagement/>
 </project>

Modified: oodt/tags/0.2/webapp/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/webapp/filemgr/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/webapp/filemgr/pom.xml (original)
+++ oodt/tags/0.2/webapp/filemgr/pom.xml Sun May  1 04:13:50 2011
@@ -15,7 +15,9 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 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>

Modified: oodt/tags/0.2/webapp/fmprod/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/webapp/fmprod/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/webapp/fmprod/pom.xml (original)
+++ oodt/tags/0.2/webapp/fmprod/pom.xml Sun May  1 04:13:50 2011
@@ -15,7 +15,9 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 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>

Modified: oodt/tags/0.2/workflow/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/workflow/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/workflow/pom.xml (original)
+++ oodt/tags/0.2/workflow/pom.xml Sun May  1 04:13:50 2011
@@ -15,7 +15,9 @@ WARRANTIES OR CONDITIONS OF ANY KIND, ei
 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>

Modified: oodt/tags/0.2/xmlps/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/xmlps/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/xmlps/pom.xml (original)
+++ oodt/tags/0.2/xmlps/pom.xml Sun May  1 04:13:50 2011
@@ -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>

Modified: oodt/tags/0.2/xmlquery/pom.xml
URL: http://svn.apache.org/viewvc/oodt/tags/0.2/xmlquery/pom.xml?rev=1098219&r1=1098218&r2=1098219&view=diff
==============================================================================
--- oodt/tags/0.2/xmlquery/pom.xml (original)
+++ oodt/tags/0.2/xmlquery/pom.xml Sun May  1 04:13:50 2011
@@ -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>