[maven-release-plugin] prepare release 0.11-rc1
Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/052c87b7 Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/052c87b7 Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/052c87b7 Branch: refs/heads/avro_rpc Commit: 052c87b72320b8015136d107acc2290fe32863c1 Parents: 7dfbcd4 Author: Tom Barber <[email protected]> Authored: Tue Dec 29 22:04:10 2015 +0000 Committer: Tom Barber <[email protected]> Committed: Tue Dec 29 22:04:10 2015 +0000 ---------------------------------------------------------------------- app/fmbrowser/pom.xml | 5 +++-- app/weditor/pom.xml | 2 +- catalog/pom.xml | 5 +++-- cli/pom.xml | 2 +- commons/pom.xml | 3 ++- core/pom.xml | 7 ++++--- crawler/pom.xml | 3 ++- curator/services/pom.xml | 2 +- curator/webapp/pom.xml | 4 ++-- filemgr/pom.xml | 3 ++- grid/pom.xml | 5 +++-- metadata/pom.xml | 3 ++- mvn/archetypes/opsui/pom.xml | 2 +- mvn/archetypes/pom.xml | 2 +- mvn/archetypes/radix/pom.xml | 2 +- mvn/plugins/cas-install/pom.xml | 4 ++-- opendapps/pom.xml | 3 ++- pcs/core/pom.xml | 2 +- pcs/input/pom.xml | 2 +- pcs/opsui/pom.xml | 2 +- pcs/services/pom.xml | 2 +- pge/pom.xml | 2 +- pom.xml | 3 ++- product/pom.xml | 3 ++- profile/pom.xml | 3 ++- protocol/api/pom.xml | 2 +- protocol/ftp/pom.xml | 2 +- protocol/http/pom.xml | 2 +- protocol/imaps/pom.xml | 2 +- protocol/sftp/pom.xml | 2 +- pushpull/pom.xml | 3 ++- resource/pom.xml | 3 ++- sso/pom.xml | 8 ++++---- webapp/components/pom.xml | 2 +- webapp/fmbrowser/pom.xml | 5 +++-- webapp/fmprod/pom.xml | 2 +- webapp/wmonitor/pom.xml | 5 +++-- workflow/pom.xml | 2 +- xmlps/pom.xml | 22 +++++++++++----------- xmlquery/pom.xml | 3 ++- 40 files changed, 79 insertions(+), 62 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/app/fmbrowser/pom.xml ---------------------------------------------------------------------- diff --git a/app/fmbrowser/pom.xml b/app/fmbrowser/pom.xml index 8c8adf8..6de2bc1 100644 --- a/app/fmbrowser/pom.xml +++ b/app/fmbrowser/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-fm-browser</artifactId> @@ -69,11 +69,12 @@ the License. </dependencies> <build> - <plugins></plugins> + <plugins /> </build> <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>--> + <tag>0.11-rc1</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/app/weditor/pom.xml ---------------------------------------------------------------------- diff --git a/app/weditor/pom.xml b/app/weditor/pom.xml index 7eab38c..4d18e91 100644 --- a/app/weditor/pom.xml +++ b/app/weditor/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>weditor</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/catalog/pom.xml ---------------------------------------------------------------------- diff --git a/catalog/pom.xml b/catalog/pom.xml index 1a95acf..ea49131 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-catalog</artifactId> @@ -123,7 +123,7 @@ <descriptors> <descriptor>src/main/assembly/assembly.xml</descriptor> </descriptors> - <archive></archive> + <archive /> </configuration> <executions> <execution> @@ -140,6 +140,7 @@ <!--<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>--> + <tag>0.11-rc1</tag> </scm> <ciManagement> <notifiers> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index 610bcff..af48993 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-cli</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/commons/pom.xml ---------------------------------------------------------------------- diff --git a/commons/pom.xml b/commons/pom.xml index 006eae0..9d36446 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>oodt-commons</artifactId> @@ -139,6 +139,7 @@ <!-- <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>--> + <tag>0.11-rc1</tag> </scm> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index bae0173..0d4b16e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,11 +21,11 @@ the License. <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>16</version> - <relativePath></relativePath> + <relativePath /> </parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <packaging>pom</packaging> <name>OODT Core</name> <properties> @@ -921,6 +921,7 @@ mm <!--<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>--> + <tag>0.11-rc1</tag> </scm> <issueManagement> <system>JIRA</system> @@ -950,7 +951,7 @@ mm <goal>javadoc</goal> </goals> <phase>package</phase> - <configuration></configuration> + <configuration /> </execution> </executions> </plugin> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/crawler/pom.xml ---------------------------------------------------------------------- diff --git a/crawler/pom.xml b/crawler/pom.xml index 656b83d..0364b60 100644 --- a/crawler/pom.xml +++ b/crawler/pom.xml @@ -21,7 +21,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-crawler</artifactId> @@ -188,5 +188,6 @@ the License. <!--<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>--> + <tag>0.11-rc1</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/curator/services/pom.xml ---------------------------------------------------------------------- diff --git a/curator/services/pom.xml b/curator/services/pom.xml index b7b2e9b..87a43cc 100644 --- a/curator/services/pom.xml +++ b/curator/services/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>curator-services</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/curator/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/curator/webapp/pom.xml b/curator/webapp/pom.xml index 9a21e1b..1669452 100644 --- a/curator/webapp/pom.xml +++ b/curator/webapp/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-curator</artifactId> @@ -163,7 +163,7 @@ the License. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>rat-maven-plugin</artifactId> - <configuration></configuration> + <configuration /> <executions> <execution> <goals> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/filemgr/pom.xml ---------------------------------------------------------------------- diff --git a/filemgr/pom.xml b/filemgr/pom.xml index 17c9753..198f389 100644 --- a/filemgr/pom.xml +++ b/filemgr/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-filemgr</artifactId> @@ -259,6 +259,7 @@ <!--<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>--> + <tag>0.11-rc1</tag> </scm> <repositories> <repository> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/grid/pom.xml ---------------------------------------------------------------------- diff --git a/grid/pom.xml b/grid/pom.xml index d1bbe19..0621406 100644 --- a/grid/pom.xml +++ b/grid/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>web-grid</artifactId> @@ -123,7 +123,7 @@ the License. <artifactId>maven-war-plugin</artifactId> <version>2.5</version> <configuration> - <webResources></webResources> + <webResources /> <warSourceDirectory>src/main/webapp</warSourceDirectory> </configuration> </plugin> @@ -133,5 +133,6 @@ the License. <!--<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>--> + <tag>0.11-rc1</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/metadata/pom.xml ---------------------------------------------------------------------- diff --git a/metadata/pom.xml b/metadata/pom.xml index 9da7e03..c80a750 100644 --- a/metadata/pom.xml +++ b/metadata/pom.xml @@ -21,7 +21,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-metadata</artifactId> @@ -160,6 +160,7 @@ the License. <!--<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>--> + <tag>0.11-rc1</tag> </scm> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/mvn/archetypes/opsui/pom.xml ---------------------------------------------------------------------- diff --git a/mvn/archetypes/opsui/pom.xml b/mvn/archetypes/opsui/pom.xml index 6b53f5d..8307270 100644 --- a/mvn/archetypes/opsui/pom.xml +++ b/mvn/archetypes/opsui/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../../core</relativePath> </parent> <artifactId>opsui-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/mvn/archetypes/pom.xml ---------------------------------------------------------------------- diff --git a/mvn/archetypes/pom.xml b/mvn/archetypes/pom.xml index 1f450f9..6269bd3 100644 --- a/mvn/archetypes/pom.xml +++ b/mvn/archetypes/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/mvn/archetypes/radix/pom.xml ---------------------------------------------------------------------- diff --git a/mvn/archetypes/radix/pom.xml b/mvn/archetypes/radix/pom.xml index 0da3911..6ddcf85 100644 --- a/mvn/archetypes/radix/pom.xml +++ b/mvn/archetypes/radix/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../../core</relativePath> </parent> <artifactId>radix-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/mvn/plugins/cas-install/pom.xml ---------------------------------------------------------------------- diff --git a/mvn/plugins/cas-install/pom.xml b/mvn/plugins/cas-install/pom.xml index 5ddf461..ccc4893 100644 --- a/mvn/plugins/cas-install/pom.xml +++ b/mvn/plugins/cas-install/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../../core/pom.xml</relativePath> </parent> <artifactId>maven-cas-install-plugin</artifactId> @@ -76,7 +76,7 @@ the License. </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> </pluginExecutions> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/opendapps/pom.xml ---------------------------------------------------------------------- diff --git a/opendapps/pom.xml b/opendapps/pom.xml index 80a9d6e..7e2e5ab 100644 --- a/opendapps/pom.xml +++ b/opendapps/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>opendapps</artifactId> @@ -90,5 +90,6 @@ <!--<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>--> + <tag>0.11-rc1</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/pcs/core/pom.xml ---------------------------------------------------------------------- diff --git a/pcs/core/pom.xml b/pcs/core/pom.xml index 2c70984..845466b 100644 --- a/pcs/core/pom.xml +++ b/pcs/core/pom.xml @@ -21,7 +21,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>pcs-core</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/pcs/input/pom.xml ---------------------------------------------------------------------- diff --git a/pcs/input/pom.xml b/pcs/input/pom.xml index 892c7e3..9182bad 100644 --- a/pcs/input/pom.xml +++ b/pcs/input/pom.xml @@ -21,7 +21,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>pcs-input</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/pcs/opsui/pom.xml ---------------------------------------------------------------------- diff --git a/pcs/opsui/pom.xml b/pcs/opsui/pom.xml index 7c002ed..2095384 100755 --- a/pcs/opsui/pom.xml +++ b/pcs/opsui/pom.xml @@ -21,7 +21,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>pcs-opsui</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/pcs/services/pom.xml ---------------------------------------------------------------------- diff --git a/pcs/services/pom.xml b/pcs/services/pom.xml index b57ac07..987559d 100644 --- a/pcs/services/pom.xml +++ b/pcs/services/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>pcs-services</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/pge/pom.xml ---------------------------------------------------------------------- diff --git a/pge/pom.xml b/pge/pom.xml index 4475ff2..4feca1d 100644 --- a/pge/pom.xml +++ b/pge/pom.xml @@ -21,7 +21,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-pge</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 72d68ea..b8e004c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>core/pom.xml</relativePath> </parent> @@ -73,6 +73,7 @@ the License. <connection>scm:git:https://git-wip-us.apache.org/repos/asf/oodt.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/oodt.git</developerConnection> <url>http://svn.apache.org/viewvc/oodt/trunk</url> + <tag>0.11-rc1</tag> </scm> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/product/pom.xml ---------------------------------------------------------------------- diff --git a/product/pom.xml b/product/pom.xml index f9cdaa4..130e9d3 100644 --- a/product/pom.xml +++ b/product/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>oodt-product</artifactId> @@ -109,6 +109,7 @@ <!-- <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>--> + <tag>0.11-rc1</tag> </scm> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/profile/pom.xml ---------------------------------------------------------------------- diff --git a/profile/pom.xml b/profile/pom.xml index fc06acf..8c32e59 100644 --- a/profile/pom.xml +++ b/profile/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>oodt-profile</artifactId> @@ -121,6 +121,7 @@ <!-- <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>--> + <tag>0.11-rc1</tag> </scm> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/protocol/api/pom.xml ---------------------------------------------------------------------- diff --git a/protocol/api/pom.xml b/protocol/api/pom.xml index c05ee3a..2d9fe8e 100644 --- a/protocol/api/pom.xml +++ b/protocol/api/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-protocol-api</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/protocol/ftp/pom.xml ---------------------------------------------------------------------- diff --git a/protocol/ftp/pom.xml b/protocol/ftp/pom.xml index be8e6c8..8c73559 100644 --- a/protocol/ftp/pom.xml +++ b/protocol/ftp/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-protocol-ftp</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/protocol/http/pom.xml ---------------------------------------------------------------------- diff --git a/protocol/http/pom.xml b/protocol/http/pom.xml index 3229eba..439b956 100644 --- a/protocol/http/pom.xml +++ b/protocol/http/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-protocol-http</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/protocol/imaps/pom.xml ---------------------------------------------------------------------- diff --git a/protocol/imaps/pom.xml b/protocol/imaps/pom.xml index 6b2f560..035cd63 100644 --- a/protocol/imaps/pom.xml +++ b/protocol/imaps/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-protocol-imaps</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/protocol/sftp/pom.xml ---------------------------------------------------------------------- diff --git a/protocol/sftp/pom.xml b/protocol/sftp/pom.xml index 80c5d4b..5e5f855 100644 --- a/protocol/sftp/pom.xml +++ b/protocol/sftp/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-protocol-sftp</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/pushpull/pom.xml ---------------------------------------------------------------------- diff --git a/pushpull/pom.xml b/pushpull/pom.xml index 0568277..0e2ab4f 100644 --- a/pushpull/pom.xml +++ b/pushpull/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-pushpull</artifactId> @@ -147,6 +147,7 @@ <!--<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>--> + <tag>0.11-rc1</tag> </scm> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/resource/pom.xml ---------------------------------------------------------------------- diff --git a/resource/pom.xml b/resource/pom.xml index 825d4fe..4b9585e 100644 --- a/resource/pom.xml +++ b/resource/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-resource</artifactId> @@ -174,5 +174,6 @@ the License. <!-- <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>--> + <tag>0.11-rc1</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/sso/pom.xml ---------------------------------------------------------------------- diff --git a/sso/pom.xml b/sso/pom.xml index d060ed0..6200e49 100644 --- a/sso/pom.xml +++ b/sso/pom.xml @@ -20,13 +20,13 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>oodt-sso</artifactId> <packaging>jar</packaging> <name>OODT Single Sign On Security Package</name> - <properties></properties> + <properties /> <!-- All dependencies should be listed in core/pom.xml and be ordered alphabetically by package and artifact. Once the dependency is in the core pom, it can then be used in other modules without the version tags. For example, within core/pom.xml: @@ -69,7 +69,7 @@ the License. </dependency> </dependencies> <build> - <plugins></plugins> + <plugins /> </build> - <distributionManagement></distributionManagement> + <distributionManagement /> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/webapp/components/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/components/pom.xml b/webapp/components/pom.xml index 1705412..c3376be 100644 --- a/webapp/components/pom.xml +++ b/webapp/components/pom.xml @@ -21,7 +21,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>oodt-webapp-components</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/webapp/fmbrowser/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/fmbrowser/pom.xml b/webapp/fmbrowser/pom.xml index 7e70677..a98ad58 100644 --- a/webapp/fmbrowser/pom.xml +++ b/webapp/fmbrowser/pom.xml @@ -21,11 +21,11 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>fmbrowser</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <packaging>war</packaging> <name>CAS File Manager Browser Web App</name> <properties> @@ -144,5 +144,6 @@ the License. <!-- <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>--> + <tag>0.11-rc1</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/webapp/fmprod/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/fmprod/pom.xml b/webapp/fmprod/pom.xml index faf2f50..e6621e4 100644 --- a/webapp/fmprod/pom.xml +++ b/webapp/fmprod/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-product</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/webapp/wmonitor/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/wmonitor/pom.xml b/webapp/wmonitor/pom.xml index b139e92..2382434 100644 --- a/webapp/wmonitor/pom.xml +++ b/webapp/wmonitor/pom.xml @@ -21,11 +21,11 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>wmonitor</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <packaging>war</packaging> <name>CAS Workflow Manager Monitor Web App</name> <properties> @@ -150,5 +150,6 @@ the License. <!--<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>--> + <tag>0.11-rc1</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/workflow/pom.xml ---------------------------------------------------------------------- diff --git a/workflow/pom.xml b/workflow/pom.xml index 84a0272..61be226 100644 --- a/workflow/pom.xml +++ b/workflow/pom.xml @@ -21,7 +21,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-workflow</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/xmlps/pom.xml ---------------------------------------------------------------------- diff --git a/xmlps/pom.xml b/xmlps/pom.xml index 041a39c..aa27c54 100644 --- a/xmlps/pom.xml +++ b/xmlps/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>oodt-xmlps</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <name>XML-configured, DBMS-based Product and Profile Server</name> <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 @@ -51,17 +51,17 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <optional></optional> + <optional /> </dependency> <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> - <optional></optional> + <optional /> </dependency> <dependency> <groupId>commons-pool</groupId> <artifactId>commons-pool</artifactId> - <optional></optional> + <optional /> </dependency> <dependency> <groupId>javax.servlet</groupId> @@ -76,7 +76,7 @@ <dependency> <groupId>org.apache.oodt</groupId> <artifactId>cas-metadata</artifactId> - <optional></optional> + <optional /> </dependency> <dependency> <groupId>org.apache.oodt</groupId> @@ -85,12 +85,12 @@ <dependency> <groupId>org.apache.oodt</groupId> <artifactId>oodt-product</artifactId> - <optional></optional> + <optional /> </dependency> <dependency> <groupId>org.apache.oodt</groupId> <artifactId>oodt-profile</artifactId> - <optional></optional> + <optional /> </dependency> <dependency> <groupId>org.apache.oodt</groupId> @@ -113,10 +113,10 @@ <testResources> <testResource> <targetPath>org/apache/oodt/xmlps/mapping</targetPath> - <filtering></filtering> + <filtering /> <directory>${basedir}/src/test/resources</directory> - <includes></includes> - <excludes></excludes> + <includes /> + <excludes /> </testResource> </testResources> http://git-wip-us.apache.org/repos/asf/oodt/blob/052c87b7/xmlquery/pom.xml ---------------------------------------------------------------------- diff --git a/xmlquery/pom.xml b/xmlquery/pom.xml index 17982ec..970dfe7 100644 --- a/xmlquery/pom.xml +++ b/xmlquery/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>0.11-SNAPSHOT</version> + <version>0.11-rc1</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>oodt-xmlquery</artifactId> @@ -94,6 +94,7 @@ <!--<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>--> + <tag>0.11-rc1</tag> </scm> <profiles> <profile>
