This is an automated email from the ASF dual-hosted git repository.
magicaltrout pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/oodt.git
The following commit(s) were added to refs/heads/development by this push:
new e520827 [maven-release-plugin] prepare release 1.9
e520827 is described below
commit e5208272c52f9c6db34b5121660d3de9b478755f
Author: magicaltrout <[email protected]>
AuthorDate: Mon Sep 23 23:59:57 2019 +0200
[maven-release-plugin] prepare release 1.9
---
cli/pom.xml | 2 +-
commons/pom.xml | 4 ++--
config/pom.xml | 6 ++----
core/pom.xml | 16 ++--------------
crawler/pom.xml | 4 ++--
curator/services/pom.xml | 2 +-
curator/sso/pom.xml | 2 +-
curator/webapp/pom.xml | 2 +-
filemgr/pom.xml | 4 ++--
metadata/pom.xml | 4 ++--
mvn/archetypes/opsui/pom.xml | 2 +-
mvn/archetypes/pom.xml | 2 +-
mvn/archetypes/radix/pom.xml | 2 +-
mvn/plugins/cas-install/pom.xml | 2 +-
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 | 4 ++--
resource/pom.xml | 3 ++-
webapp/components/pom.xml | 2 +-
webapp/fmbrowser/pom.xml | 4 ++--
webapp/fmprod/pom.xml | 2 +-
webapp/wmonitor/pom.xml | 4 ++--
webapp/wmservices/pom.xml | 2 +-
workflow/pom.xml | 2 +-
27 files changed, 37 insertions(+), 50 deletions(-)
diff --git a/cli/pom.xml b/cli/pom.xml
index 8ea1263..fc610eb 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-cli</artifactId>
diff --git a/commons/pom.xml b/commons/pom.xml
index 67b19ba..bd79a88 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>oodt-commons</artifactId>
@@ -158,7 +158,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.13-SNAPSHOT</tag>
+ <tag>1.9</tag>
</scm>
<profiles>
<profile>
diff --git a/config/pom.xml b/config/pom.xml
index 205b087..e38de6d 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>oodt-core</artifactId>
<groupId>org.apache.oodt</groupId>
- <version>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/core/pom.xml b/core/pom.xml
index 6a6621f..e3bfd95 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -25,7 +25,7 @@ the License.
</parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<packaging>pom</packaging>
<name>OODT Core</name>
<properties>
@@ -347,18 +347,6 @@ the License.
<version>6.6.5</version>
</dependency>
<dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-queryparser</artifactId>
- <version>6.1.0</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-analyzers-common</artifactId>
- <version>6.1.0</version>
- </dependency>
-
- <dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-cli</artifactId>
<version>${project.parent.version}</version>
@@ -994,7 +982,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.13-SNAPSHOT</tag>
+ <tag>1.9</tag>
</scm>
<issueManagement>
<system>JIRA</system>
diff --git a/crawler/pom.xml b/crawler/pom.xml
index f805e7e..3ab2aa2 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-crawler</artifactId>
@@ -208,6 +208,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.13-SNAPSHOT</tag>
+ <tag>1.9</tag>
</scm>
</project>
diff --git a/curator/services/pom.xml b/curator/services/pom.xml
index 3882f3a..be6ba99 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>curator-services</artifactId>
diff --git a/curator/sso/pom.xml b/curator/sso/pom.xml
index 145ce53..cc3f751 100644
--- a/curator/sso/pom.xml
+++ b/curator/sso/pom.xml
@@ -20,7 +20,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>curator-sso</artifactId>
diff --git a/curator/webapp/pom.xml b/curator/webapp/pom.xml
index c368671..b7e7cfc 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>cas-curator</artifactId>
diff --git a/filemgr/pom.xml b/filemgr/pom.xml
index 31172d0..c82014d 100644
--- a/filemgr/pom.xml
+++ b/filemgr/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-filemgr</artifactId>
@@ -352,7 +352,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.13-SNAPSHOT</tag>
+ <tag>1.9</tag>
</scm>
<repositories>
<repository>
diff --git a/metadata/pom.xml b/metadata/pom.xml
index 5a1d186..a635125 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-metadata</artifactId>
@@ -160,7 +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.13-SNAPSHOT</tag>
+ <tag>1.9</tag>
</scm>
<profiles>
<profile>
diff --git a/mvn/archetypes/opsui/pom.xml b/mvn/archetypes/opsui/pom.xml
index d1f0023..7dfd68d 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../../core</relativePath>
</parent>
<artifactId>opsui-archetype</artifactId>
diff --git a/mvn/archetypes/pom.xml b/mvn/archetypes/pom.xml
index 6062bef..08a1187 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../core</relativePath>
</parent>
diff --git a/mvn/archetypes/radix/pom.xml b/mvn/archetypes/radix/pom.xml
index 0fbfe82..e402fdd 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../../core</relativePath>
</parent>
<artifactId>radix-archetype</artifactId>
diff --git a/mvn/plugins/cas-install/pom.xml b/mvn/plugins/cas-install/pom.xml
index 673a75d..ad0a7bb 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../../core/pom.xml</relativePath>
</parent>
<artifactId>maven-cas-install-plugin</artifactId>
diff --git a/pcs/core/pom.xml b/pcs/core/pom.xml
index 8eb722a..bf80d89 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>pcs-core</artifactId>
diff --git a/pcs/input/pom.xml b/pcs/input/pom.xml
index e837313..bba2c3e 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>pcs-input</artifactId>
diff --git a/pcs/opsui/pom.xml b/pcs/opsui/pom.xml
index 6b941cb..dc636f0 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>pcs-opsui</artifactId>
diff --git a/pcs/services/pom.xml b/pcs/services/pom.xml
index 50289f7..397fbe8e 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>pcs-services</artifactId>
diff --git a/pge/pom.xml b/pge/pom.xml
index 1d155bd..d319b52 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-pge</artifactId>
diff --git a/pom.xml b/pom.xml
index 184644b..154b74b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>core/pom.xml</relativePath>
</parent>
@@ -60,7 +60,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>HEAD</tag>
+ <tag>1.9</tag>
</scm>
<profiles>
<profile>
diff --git a/resource/pom.xml b/resource/pom.xml
index 12d5814..aad8812 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-resource</artifactId>
@@ -51,6 +51,7 @@ 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>1.9</tag>
</scm>
<build>
<plugins>
diff --git a/webapp/components/pom.xml b/webapp/components/pom.xml
index 1ae4154..e980327 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>oodt-webapp-components</artifactId>
diff --git a/webapp/fmbrowser/pom.xml b/webapp/fmbrowser/pom.xml
index c4faeb3..8fc9692 100644
--- a/webapp/fmbrowser/pom.xml
+++ b/webapp/fmbrowser/pom.xml
@@ -21,7 +21,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>fmbrowser</artifactId>
@@ -143,6 +143,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.13-SNAPSHOT</tag>
+ <tag>1.9</tag>
</scm>
</project>
diff --git a/webapp/fmprod/pom.xml b/webapp/fmprod/pom.xml
index 54f1d0c..8e9855c 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>cas-product</artifactId>
diff --git a/webapp/wmonitor/pom.xml b/webapp/wmonitor/pom.xml
index a8cf2a1..0b19106 100644
--- a/webapp/wmonitor/pom.xml
+++ b/webapp/wmonitor/pom.xml
@@ -21,7 +21,7 @@ the License.
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>wmonitor</artifactId>
@@ -149,6 +149,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.13-SNAPSHOT</tag>
+ <tag>1.9</tag>
</scm>
</project>
diff --git a/webapp/wmservices/pom.xml b/webapp/wmservices/pom.xml
index b5574e7..1c6ae59 100644
--- a/webapp/wmservices/pom.xml
+++ b/webapp/wmservices/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
- <version>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>workflow-services</artifactId>
diff --git a/workflow/pom.xml b/workflow/pom.xml
index c63a23b..5d70630 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>1.9-SNAPSHOT</version>
+ <version>1.9</version>
<relativePath>../core/pom.xml</relativePath>
</parent>
<artifactId>cas-workflow</artifactId>