Hey All, Sorry about the recent commits and rollbacks. Long story short the maven release plugin is acting funny. Hoping to have this resolved soon. In the interim please excuse these commits and then rollbacks.
Thanks, Paul On Jun 22, 2011, at 1:53 PM, <[email protected]> <[email protected]> wrote: > Author: pramirez > Date: Wed Jun 22 20:53:13 2011 > New Revision: 1138631 > > URL: http://svn.apache.org/viewvc?rev=1138631&view=rev > Log: > [maven-release-plugin] rollback the release of oodt-0.3 > > Modified: > oodt/trunk/app/fmbrowser/pom.xml > oodt/trunk/catalog/pom.xml > oodt/trunk/commons/pom.xml > oodt/trunk/core/pom.xml > oodt/trunk/crawler/pom.xml > oodt/trunk/curator/pom.xml > oodt/trunk/filemgr/pom.xml > oodt/trunk/grid/pom.xml > oodt/trunk/metadata/pom.xml > oodt/trunk/mvn/plugins/cas-install/pom.xml > oodt/trunk/opendapps/pom.xml > oodt/trunk/pcs/core/pom.xml > oodt/trunk/pcs/input/pom.xml > oodt/trunk/pcs/services/pom.xml > oodt/trunk/pge/pom.xml > oodt/trunk/pom.xml > oodt/trunk/product/pom.xml > oodt/trunk/profile/pom.xml > oodt/trunk/pushpull/pom.xml > oodt/trunk/resource/pom.xml > oodt/trunk/sso/pom.xml > oodt/trunk/webapp/components/pom.xml > oodt/trunk/webapp/fmbrowser/pom.xml > oodt/trunk/webapp/fmprod/pom.xml > oodt/trunk/webapp/wmonitor/pom.xml > oodt/trunk/workflow/pom.xml > oodt/trunk/xmlps/pom.xml > oodt/trunk/xmlquery/pom.xml > > Modified: oodt/trunk/app/fmbrowser/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/app/fmbrowser/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/app/fmbrowser/pom.xml (original) > +++ oodt/trunk/app/fmbrowser/pom.xml Wed Jun 22 20:53:13 2011 > @@ -20,7 +20,7 @@ the License. > <parent> > <groupId>org.apache.oodt</groupId> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../../core/pom.xml</relativePath> > </parent> > <artifactId>cas-fm-browser</artifactId> > @@ -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/trunk/catalog/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/catalog/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/catalog/pom.xml (original) > +++ oodt/trunk/catalog/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,12 +15,14 @@ > 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>cas-catalog</artifactId> > @@ -93,7 +95,7 @@ > <descriptors> > <descriptor>src/main/assembly/assembly.xml</descriptor> > </descriptors> > - <archive /> > + <archive/> > </configuration> > <executions> > <execution> > > Modified: oodt/trunk/commons/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/commons/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/commons/pom.xml (original) > +++ oodt/trunk/commons/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,13 +15,15 @@ > 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>oodt-commons</artifactId> > > Modified: oodt/trunk/core/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/core/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/core/pom.xml (original) > +++ oodt/trunk/core/pom.xml Wed Jun 22 20:53:13 2011 > @@ -25,7 +25,7 @@ the License. > </parent> > <groupId>org.apache.oodt</groupId> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <name>OODT Core</name> > <packaging>pom</packaging> > <properties> > @@ -256,9 +256,9 @@ the License. > </license> > </licenses> > <scm> > - > <connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.3</connection> > - > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.3</developerConnection> > - <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.3</url> > + > <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> > <tag>HEAD</tag> > </scm> > <organization> > > Modified: oodt/trunk/crawler/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/crawler/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/crawler/pom.xml (original) > +++ oodt/trunk/crawler/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,13 +15,15 @@ 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>cas-crawler</artifactId> > > Modified: oodt/trunk/curator/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/curator/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/curator/pom.xml (original) > +++ oodt/trunk/curator/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,12 +15,14 @@ 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </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/trunk/filemgr/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/filemgr/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/filemgr/pom.xml (original) > +++ oodt/trunk/filemgr/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,12 +15,14 @@ > 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>cas-filemgr</artifactId> > > Modified: oodt/trunk/grid/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/grid/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/grid/pom.xml (original) > +++ oodt/trunk/grid/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,12 +15,14 @@ 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>web-grid</artifactId> > @@ -62,7 +64,7 @@ the License. > <plugin> > <artifactId>maven-war-plugin</artifactId> > <configuration> > - <webResources /> > + <webResources/> > <warSourceDirectory>src/main/webapp</warSourceDirectory> > </configuration> > </plugin> > > Modified: oodt/trunk/metadata/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/metadata/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/metadata/pom.xml (original) > +++ oodt/trunk/metadata/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,13 +15,15 @@ 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>cas-metadata</artifactId> > > Modified: oodt/trunk/mvn/plugins/cas-install/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/mvn/plugins/cas-install/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/mvn/plugins/cas-install/pom.xml (original) > +++ oodt/trunk/mvn/plugins/cas-install/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,12 +15,14 @@ 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../../../core/pom.xml</relativePath> > </parent> > <artifactId>maven-cas-install-plugin</artifactId> > > Modified: oodt/trunk/opendapps/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/opendapps/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/opendapps/pom.xml (original) > +++ oodt/trunk/opendapps/pom.xml Wed Jun 22 20:53:13 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.3</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.3-SNAPSHOT</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/trunk/pcs/core/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/pcs/core/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/pcs/core/pom.xml (original) > +++ oodt/trunk/pcs/core/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,14 +15,16 @@ 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-core</artifactId> > <parent> > <groupId>org.apache.oodt</groupId> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../../core/pom.xml</relativePath> > </parent> > <name>Process Control System Core Package</name> > > Modified: oodt/trunk/pcs/input/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/pcs/input/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/pcs/input/pom.xml (original) > +++ oodt/trunk/pcs/input/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,14 +15,16 @@ 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> > <parent> > <groupId>org.apache.oodt</groupId> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../../core/pom.xml</relativePath> > </parent> > <name>Process Control System Input Data Package</name> > > Modified: oodt/trunk/pcs/services/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/pcs/services/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/pcs/services/pom.xml (original) > +++ oodt/trunk/pcs/services/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,12 +15,14 @@ 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../../core/pom.xml</relativePath> > </parent> > <groupId>org.apache.oodt</groupId> > > Modified: oodt/trunk/pge/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/pge/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/pge/pom.xml (original) > +++ oodt/trunk/pge/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,13 +15,15 @@ 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>cas-pge</artifactId> > > Modified: oodt/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/pom.xml (original) > +++ oodt/trunk/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,12 +15,15 @@ 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>core/pom.xml</relativePath> > </parent> > > > Modified: oodt/trunk/product/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/product/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/product/pom.xml (original) > +++ oodt/trunk/product/pom.xml Wed Jun 22 20:53:13 2011 > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.oodt</groupId> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>oodt-product</artifactId> > > Modified: oodt/trunk/profile/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/profile/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/profile/pom.xml (original) > +++ oodt/trunk/profile/pom.xml Wed Jun 22 20:53:13 2011 > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.oodt</groupId> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>oodt-profile</artifactId> > > Modified: oodt/trunk/pushpull/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/pushpull/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/pushpull/pom.xml (original) > +++ oodt/trunk/pushpull/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,13 +15,15 @@ > 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>cas-pushpull</artifactId> > > Modified: oodt/trunk/resource/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/resource/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/resource/pom.xml (original) > +++ oodt/trunk/resource/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,12 +15,14 @@ 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>cas-resource</artifactId> > > Modified: oodt/trunk/sso/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/sso/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/sso/pom.xml (original) > +++ oodt/trunk/sso/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,20 +15,22 @@ 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <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/trunk/webapp/components/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/webapp/components/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/webapp/components/pom.xml (original) > +++ oodt/trunk/webapp/components/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,13 +15,14 @@ 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> > <groupId>org.apache.oodt</groupId> > <artifactId>oodt-webapp-components</artifactId> > <packaging>jar</packaging> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <name>OODT Wicket Web Components</name> > <dependencies> > <dependency> > @@ -32,12 +33,12 @@ the License. > <dependency> > <groupId>org.apache.oodt</groupId> > <artifactId>cas-filemgr</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > </dependency> > <dependency> > <groupId>org.apache.oodt</groupId> > <artifactId>cas-workflow</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > </dependency> > <dependency> > <groupId>org.slf4j</groupId> > > Modified: oodt/trunk/webapp/fmbrowser/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/webapp/fmbrowser/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/webapp/fmbrowser/pom.xml (original) > +++ oodt/trunk/webapp/fmbrowser/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,13 +15,14 @@ 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> > <groupId>org.apache.oodt</groupId> > <artifactId>fmbrowser</artifactId> > <packaging>war</packaging> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <name>CAS File Manager Browser Web App</name> > <properties> > <wicket.version>1.4.16</wicket.version> > @@ -38,7 +39,7 @@ the License. > <dependency> > <groupId>org.apache.oodt</groupId> > <artifactId>oodt-webapp-components</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > </dependency> > > <!-- LOGGING DEPENDENCIES - LOG4J --> > > Modified: oodt/trunk/webapp/fmprod/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/webapp/fmprod/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/webapp/fmprod/pom.xml (original) > +++ oodt/trunk/webapp/fmprod/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,12 +15,14 @@ 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../../core/pom.xml</relativePath> > </parent> > <artifactId>cas-product</artifactId> > > Modified: oodt/trunk/webapp/wmonitor/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/webapp/wmonitor/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/webapp/wmonitor/pom.xml (original) > +++ oodt/trunk/webapp/wmonitor/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,13 +15,14 @@ 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> > <groupId>org.apache.oodt</groupId> > <artifactId>wmonitor</artifactId> > <packaging>war</packaging> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <name>CAS Workflow Manager Monitor Web App</name> > <properties> > <wicket.version>1.4.16</wicket.version> > @@ -38,7 +39,7 @@ the License. > <dependency> > <groupId>org.apache.oodt</groupId> > <artifactId>oodt-webapp-components</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <exclusions> > <exclusion> > <artifactId>cas-filemgr</artifactId> > > Modified: oodt/trunk/workflow/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/workflow/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/workflow/pom.xml (original) > +++ oodt/trunk/workflow/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,13 +15,15 @@ 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>cas-workflow</artifactId> > > Modified: oodt/trunk/xmlps/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/xmlps/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/xmlps/pom.xml (original) > +++ oodt/trunk/xmlps/pom.xml Wed Jun 22 20:53:13 2011 > @@ -16,17 +16,19 @@ > 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>oodt-xmlps</artifactId> > <name>XML-configured, DBMS-based Product and Profile Server</name> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</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 > > Modified: oodt/trunk/xmlquery/pom.xml > URL: > http://svn.apache.org/viewvc/oodt/trunk/xmlquery/pom.xml?rev=1138631&r1=1138630&r2=1138631&view=diff > ============================================================================== > --- oodt/trunk/xmlquery/pom.xml (original) > +++ oodt/trunk/xmlquery/pom.xml Wed Jun 22 20:53:13 2011 > @@ -15,12 +15,14 @@ > 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> > <artifactId>oodt-core</artifactId> > - <version>0.3</version> > + <version>0.3-SNAPSHOT</version> > <relativePath>../core/pom.xml</relativePath> > </parent> > <artifactId>oodt-xmlquery</artifactId> > >
