Author: pramirez
Date: Thu Jun 14 05:59:34 2012
New Revision: 1350096
URL: http://svn.apache.org/viewvc?rev=1350096&view=rev
Log:
[maven-release-plugin] prepare release oodt-0.4
Modified:
oodt/trunk/app/fmbrowser/pom.xml
oodt/trunk/app/weditor/pom.xml
oodt/trunk/catalog/pom.xml
oodt/trunk/cli/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/opsui/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/protocol/api/pom.xml
oodt/trunk/protocol/ftp/pom.xml
oodt/trunk/protocol/http/pom.xml
oodt/trunk/protocol/imaps/pom.xml
oodt/trunk/protocol/sftp/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=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/app/fmbrowser/pom.xml (original)
+++ oodt/trunk/app/fmbrowser/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>cas-fm-browser</artifactId>
@@ -30,9 +30,9 @@ 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>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/app/fmbrowser</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/app/fmbrowser</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/app/fmbrowser</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/app/fmbrowser</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/app/fmbrowser</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/app/fmbrowser</url>
</scm>
<build>
<plugins />
Modified: oodt/trunk/app/weditor/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/app/weditor/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/app/weditor/pom.xml (original)
+++ oodt/trunk/app/weditor/pom.xml Thu Jun 14 05:59:34 2012
@@ -15,14 +15,12 @@ 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.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>weditor</artifactId>
@@ -63,7 +61,7 @@ xsi:schemaLocation="http://maven.apache.
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-workflow</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
</dependency>
<dependency>
<groupId>net.sf.jung</groupId>
Modified: oodt/trunk/catalog/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/catalog/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/catalog/pom.xml (original)
+++ oodt/trunk/catalog/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-catalog</artifactId>
@@ -31,9 +31,9 @@
they may be queried across and ingested into.
</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/catalog</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/catalog</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/catalog</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/catalog</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/catalog</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/catalog</url>
</scm>
<profiles>
<profile>
Modified: oodt/trunk/cli/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/cli/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/cli/pom.xml (original)
+++ oodt/trunk/cli/pom.xml Thu Jun 14 05:59:34 2012
@@ -17,14 +17,13 @@
Author: bfoster (Brian Foster)
-->
-<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.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-cli</artifactId>
Modified: oodt/trunk/commons/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/commons/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/commons/pom.xml (original)
+++ oodt/trunk/commons/pom.xml Thu Jun 14 05:59:34 2012
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>oodt-commons</artifactId>
@@ -29,9 +29,9 @@
<packaging>jar</packaging>
<description>Apache OODT Common Utilities Project</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/commons</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/commons</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/commons</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/commons</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/commons</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/commons</url>
</scm>
<build>
<resources>
Modified: oodt/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/core/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/core/pom.xml (original)
+++ oodt/trunk/core/pom.xml Thu Jun 14 05:59:34 2012
@@ -25,7 +25,7 @@ the License.
</parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<name>OODT Core</name>
<packaging>pom</packaging>
<properties>
@@ -257,9 +257,9 @@ the License.
<url>http://oodt.apache.org/</url>
</organization>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/core</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/core</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/core</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/core</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/core</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/core</url>
</scm>
<build>
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
Modified: oodt/trunk/crawler/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/crawler/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/crawler/pom.xml (original)
+++ oodt/trunk/crawler/pom.xml Thu Jun 14 05:59:34 2012
@@ -15,23 +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.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-crawler</artifactId>
<name>Catalog and Archive Crawling Framework</name>
<description>The Catalog and Archive Service Crawling
Framework.</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/crawler</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/crawler</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/crawler</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/crawler</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/crawler</developerConnection>
+
<url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/crawler</url>
</scm>
<build>
<plugins>
Modified: oodt/trunk/curator/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/curator/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/curator/pom.xml (original)
+++ oodt/trunk/curator/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<groupId>org.apache.oodt</groupId>
@@ -29,9 +29,9 @@ 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>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/curator</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/curator</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/curator</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/curator</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/curator</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/curator</url>
</scm>
<build>
<plugins />
Modified: oodt/trunk/filemgr/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/filemgr/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/filemgr/pom.xml (original)
+++ oodt/trunk/filemgr/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-filemgr</artifactId>
@@ -31,9 +31,9 @@
on the javax.sql.DataSource interface). This component provides
everything that you need
to catalog, archive and manage files, and directories, and their
associated metadata.</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/filemgr</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/filemgr</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/filemgr</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/filemgr</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/filemgr</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/filemgr</url>
</scm>
<build>
<plugins>
Modified: oodt/trunk/grid/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/grid/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/grid/pom.xml (original)
+++ oodt/trunk/grid/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>web-grid</artifactId>
@@ -58,9 +58,9 @@ the License.
add new sets of product and profile query handlers, enabling
seamless activation of additional capabilities.</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/grid</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/grid</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/grid</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/grid</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/grid</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/grid</url>
</scm>
<build>
<plugins>
Modified: oodt/trunk/metadata/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/metadata/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/metadata/pom.xml (original)
+++ oodt/trunk/metadata/pom.xml Thu Jun 14 05:59:34 2012
@@ -21,7 +21,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-metadata</artifactId>
@@ -37,9 +37,9 @@ the License.
between a scalar value and a non-scalar is handled by determining
whether the list of
values for a particular key is greater than 1.</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/metadata</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/metadata</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/metadata</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/metadata</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/metadata</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/metadata</url>
</scm>
<build>
<resources>
Modified: oodt/trunk/mvn/plugins/cas-install/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/mvn/plugins/cas-install/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/mvn/plugins/cas-install/pom.xml (original)
+++ oodt/trunk/mvn/plugins/cas-install/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</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=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/opendapps/pom.xml (original)
+++ oodt/trunk/opendapps/pom.xml Thu Jun 14 05:59:34 2012
@@ -15,14 +15,14 @@ $Id$
to extract and translate datasets from OPeNDAP and THREDDS into OODT
profiles.
</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/opendapps</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/opendapps</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/opendapps</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/opendapps</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/opendapps</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/opendapps</url>
</scm>
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
</parent>
<build>
<plugins>
Modified: oodt/trunk/pcs/core/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/pcs/core/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/pcs/core/pom.xml (original)
+++ oodt/trunk/pcs/core/pom.xml Thu Jun 14 05:59:34 2012
@@ -22,7 +22,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</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=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/pcs/input/pom.xml (original)
+++ oodt/trunk/pcs/input/pom.xml Thu Jun 14 05:59:34 2012
@@ -22,7 +22,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<name>Process Control System Input Data Package</name>
Modified: oodt/trunk/pcs/opsui/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/pcs/opsui/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/pcs/opsui/pom.xml (original)
+++ oodt/trunk/pcs/opsui/pom.xml Thu Jun 14 05:59:34 2012
@@ -15,8 +15,7 @@ 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-opsui</artifactId>
@@ -24,7 +23,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<name>Process Control System Operator Interface Webapp</name>
Modified: oodt/trunk/pcs/services/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/pcs/services/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/pcs/services/pom.xml (original)
+++ oodt/trunk/pcs/services/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</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=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/pge/pom.xml (original)
+++ oodt/trunk/pge/pom.xml Thu Jun 14 05:59:34 2012
@@ -21,7 +21,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</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=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/pom.xml (original)
+++ oodt/trunk/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>core/pom.xml</relativePath>
</parent>
@@ -33,9 +33,9 @@ the License.
</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4</url>
</scm>
<modules>
Modified: oodt/trunk/product/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/product/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/product/pom.xml (original)
+++ oodt/trunk/product/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>oodt-product</artifactId>
@@ -35,9 +35,9 @@
without impacting local stores or operations.
</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/product</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/product</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/product</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/product</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/product</developerConnection>
+
<url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/product</url>
</scm>
<build>
<resources>
Modified: oodt/trunk/profile/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/profile/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/profile/pom.xml (original)
+++ oodt/trunk/profile/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>oodt-profile</artifactId>
@@ -32,9 +32,9 @@
The Profile Service catalogs metadata descriptions and provides
creating, updating, and querying capabilities.</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/profile</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/profile</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/profile</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/profile</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/profile</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/profile</url>
</scm>
<build>
<resources>
Modified: oodt/trunk/protocol/api/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/protocol/api/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/protocol/api/pom.xml (original)
+++ oodt/trunk/protocol/api/pom.xml Thu Jun 14 05:59:34 2012
@@ -9,14 +9,13 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS
OF ANY KIND, either express or implied. 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.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>cas-protocol-api</artifactId>
Modified: oodt/trunk/protocol/ftp/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/protocol/ftp/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/protocol/ftp/pom.xml (original)
+++ oodt/trunk/protocol/ftp/pom.xml Thu Jun 14 05:59:34 2012
@@ -9,14 +9,13 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS
OF ANY KIND, either express or implied. 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.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>cas-protocol-ftp</artifactId>
Modified: oodt/trunk/protocol/http/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/protocol/http/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/protocol/http/pom.xml (original)
+++ oodt/trunk/protocol/http/pom.xml Thu Jun 14 05:59:34 2012
@@ -9,14 +9,13 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS
OF ANY KIND, either express or implied. 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.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>cas-protocol-http</artifactId>
Modified: oodt/trunk/protocol/imaps/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/protocol/imaps/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/protocol/imaps/pom.xml (original)
+++ oodt/trunk/protocol/imaps/pom.xml Thu Jun 14 05:59:34 2012
@@ -9,14 +9,13 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS
OF ANY KIND, either express or implied. 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.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>cas-protocol-imaps</artifactId>
Modified: oodt/trunk/protocol/sftp/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/protocol/sftp/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/protocol/sftp/pom.xml (original)
+++ oodt/trunk/protocol/sftp/pom.xml Thu Jun 14 05:59:34 2012
@@ -9,14 +9,13 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS
OF ANY KIND, either express or implied. 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.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>cas-protocol-sftp</artifactId>
Modified: oodt/trunk/pushpull/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/pushpull/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/pushpull/pom.xml (original)
+++ oodt/trunk/pushpull/pom.xml Thu Jun 14 05:59:34 2012
@@ -21,15 +21,15 @@
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-pushpull</artifactId>
<name>CAS Push-Pull-Framework</name>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/pushpull</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/pushpull</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/pushpull</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/pushpull</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/pushpull</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/pushpull</url>
</scm>
<repositories>
<repository>
Modified: oodt/trunk/resource/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/resource/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/resource/pom.xml (original)
+++ oodt/trunk/resource/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-resource</artifactId>
@@ -29,9 +29,9 @@ the License.
provides job management, and management of the underlying software system
hardware
and resources, such as disk space, computational resources, and shared
identity.</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/resource</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/resource</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/resource</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/resource</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/resource</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/resource</url>
</scm>
<build>
<plugins>
Modified: oodt/trunk/sso/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/sso/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/sso/pom.xml (original)
+++ oodt/trunk/sso/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>oodt-sso</artifactId>
Modified: oodt/trunk/webapp/components/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/webapp/components/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/webapp/components/pom.xml (original)
+++ oodt/trunk/webapp/components/pom.xml Thu Jun 14 05:59:34 2012
@@ -21,13 +21,13 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-webapp-components</artifactId>
<packaging>jar</packaging>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<name>OODT Wicket Web Components</name>
<dependencies>
<dependency>
@@ -38,12 +38,12 @@ the License.
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-filemgr</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-workflow</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>
Modified: oodt/trunk/webapp/fmbrowser/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/webapp/fmbrowser/pom.xml?rev=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/webapp/fmbrowser/pom.xml (original)
+++ oodt/trunk/webapp/fmbrowser/pom.xml Thu Jun 14 05:59:34 2012
@@ -21,13 +21,13 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<groupId>org.apache.oodt</groupId>
<artifactId>fmbrowser</artifactId>
<packaging>war</packaging>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<name>CAS File Manager Browser Web App</name>
<properties>
<wicket.version>1.4.17</wicket.version>
@@ -36,9 +36,9 @@ the License.
<log4j.version>1.2.14</log4j.version>
</properties>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/fmbrowser</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/fmbrowser</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/webapp/fmbrowser</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/webapp/fmbrowser</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/webapp/fmbrowser</developerConnection>
+
<url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/webapp/fmbrowser</url>
</scm>
<dependencies>
<dependency>
@@ -49,7 +49,7 @@ the License.
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-webapp-components</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</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=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/webapp/fmprod/pom.xml (original)
+++ oodt/trunk/webapp/fmprod/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</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=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/webapp/wmonitor/pom.xml (original)
+++ oodt/trunk/webapp/wmonitor/pom.xml Thu Jun 14 05:59:34 2012
@@ -21,13 +21,13 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<groupId>org.apache.oodt</groupId>
<artifactId>wmonitor</artifactId>
<packaging>war</packaging>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<name>CAS Workflow Manager Monitor Web App</name>
<properties>
<wicket.version>1.4.17</wicket.version>
@@ -36,9 +36,9 @@ the License.
<log4j.version>1.2.14</log4j.version>
</properties>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/wmonitor</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/wmonitor</developerConnection>
-
<url>http://svn.apache.org/viewvc/oodt/trunk/webapp/wmonitor</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/webapp/wmonitor</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/webapp/wmonitor</developerConnection>
+
<url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/webapp/wmonitor</url>
</scm>
<dependencies>
<dependency>
@@ -49,7 +49,7 @@ the License.
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-webapp-components</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</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=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/workflow/pom.xml (original)
+++ oodt/trunk/workflow/pom.xml Thu Jun 14 05:59:34 2012
@@ -21,7 +21,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</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=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/xmlps/pom.xml (original)
+++ oodt/trunk/xmlps/pom.xml Thu Jun 14 05:59:34 2012
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>oodt-xmlps</artifactId>
<name>XML-configured, DBMS-based Product and Profile Server</name>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</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=1350096&r1=1350095&r2=1350096&view=diff
==============================================================================
--- oodt/trunk/xmlquery/pom.xml (original)
+++ oodt/trunk/xmlquery/pom.xml Thu Jun 14 05:59:34 2012
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>oodt-xmlquery</artifactId>
@@ -35,9 +35,9 @@
pass a query and its results between servers, clients, nodes, and
other components.</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/xmlquery</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/xmlquery</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/trunk/xmlquery</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/xmlquery</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/oodt-0.4/xmlquery</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/tags/oodt-0.4/xmlquery</url>
</scm>
<build>
<resources>