Repository: tajo Updated Branches: refs/heads/branch-0.11.1 [created] 2c8b58620
[maven-release-plugin] prepare release release-0.11.0-rc2 Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/f10370ed Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/f10370ed Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/f10370ed Branch: refs/heads/branch-0.11.1 Commit: f10370ed53024bf2b671b33a8b4fef80f815bb61 Parents: e1bd549 Author: Hyunsik Choi <[email protected]> Authored: Fri Oct 16 22:17:23 2015 -0700 Committer: Hyunsik Choi <[email protected]> Committed: Fri Oct 16 22:17:23 2015 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- tajo-algebra/pom.xml | 2 +- tajo-catalog/pom.xml | 2 +- tajo-catalog/tajo-catalog-client/pom.xml | 2 +- tajo-catalog/tajo-catalog-common/pom.xml | 2 +- tajo-catalog/tajo-catalog-drivers/pom.xml | 2 +- tajo-catalog/tajo-catalog-drivers/tajo-hive/pom.xml | 6 ++---- tajo-catalog/tajo-catalog-server/pom.xml | 2 +- tajo-cli/pom.xml | 5 ++--- tajo-client-example/pom.xml | 2 +- tajo-client/pom.xml | 2 +- tajo-cluster-tests/pom.xml | 6 ++---- tajo-common/pom.xml | 2 +- tajo-core-tests/pom.xml | 6 ++---- tajo-core/pom.xml | 2 +- tajo-dist/pom.xml | 2 +- tajo-docs/pom.xml | 5 ++--- tajo-jdbc/pom.xml | 2 +- tajo-maven-plugins/pom.xml | 2 +- tajo-metrics/pom.xml | 2 +- tajo-plan/pom.xml | 2 +- tajo-project/pom.xml | 10 +++++----- tajo-pullserver/pom.xml | 2 +- tajo-rpc/pom.xml | 2 +- tajo-rpc/tajo-rpc-common/pom.xml | 2 +- tajo-rpc/tajo-rpc-protobuf/pom.xml | 2 +- tajo-rpc/tajo-ws-rs/pom.xml | 2 +- tajo-sql-parser/pom.xml | 2 +- tajo-storage/pom.xml | 2 +- tajo-storage/tajo-storage-common/pom.xml | 4 ++-- tajo-storage/tajo-storage-hbase/pom.xml | 6 ++---- tajo-storage/tajo-storage-hdfs/pom.xml | 6 ++---- tajo-storage/tajo-storage-jdbc/pom.xml | 6 ++---- tajo-storage/tajo-storage-pgsql/pom.xml | 6 ++---- tajo-thirdparty/asm/pom.xml | 2 +- 35 files changed, 50 insertions(+), 66 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 044c0cd..6f69c5d 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <groupId>org.apache.tajo</groupId> <artifactId>tajo-main</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <description>Tajo Main</description> <name>Tajo Main</name> <packaging>pom</packaging> @@ -57,7 +57,7 @@ <url>https://git-wip-us.apache.org/repos/asf/tajo.git</url> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/tajo.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/tajo.git</developerConnection> - <tag>HEAD</tag> + <tag>release-0.11.0-rc2</tag> </scm> <repositories> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-algebra/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-algebra/pom.xml b/tajo-algebra/pom.xml index 59756cf..3f743cf 100644 --- a/tajo-algebra/pom.xml +++ b/tajo-algebra/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-algebra</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-catalog/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-catalog/pom.xml b/tajo-catalog/pom.xml index 864e1fe..cabf3e4 100644 --- a/tajo-catalog/pom.xml +++ b/tajo-catalog/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-catalog/tajo-catalog-client/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-catalog/tajo-catalog-client/pom.xml b/tajo-catalog/tajo-catalog-client/pom.xml index e661678..92f4061 100644 --- a/tajo-catalog/tajo-catalog-client/pom.xml +++ b/tajo-catalog/tajo-catalog-client/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-catalog/tajo-catalog-common/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-catalog/tajo-catalog-common/pom.xml b/tajo-catalog/tajo-catalog-common/pom.xml index adf470d..34304ff 100644 --- a/tajo-catalog/tajo-catalog-common/pom.xml +++ b/tajo-catalog/tajo-catalog-common/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-catalog/tajo-catalog-drivers/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-catalog/tajo-catalog-drivers/pom.xml b/tajo-catalog/tajo-catalog-drivers/pom.xml index 5a0e327..5f9d82e 100644 --- a/tajo-catalog/tajo-catalog-drivers/pom.xml +++ b/tajo-catalog/tajo-catalog-drivers/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-catalog/tajo-catalog-drivers/tajo-hive/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-catalog/tajo-catalog-drivers/tajo-hive/pom.xml b/tajo-catalog/tajo-catalog-drivers/tajo-hive/pom.xml index a64db96..d1b047e 100644 --- a/tajo-catalog/tajo-catalog-drivers/tajo-hive/pom.xml +++ b/tajo-catalog/tajo-catalog-drivers/tajo-hive/pom.xml @@ -17,13 +17,11 @@ 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/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>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-catalog/tajo-catalog-server/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-catalog/tajo-catalog-server/pom.xml b/tajo-catalog/tajo-catalog-server/pom.xml index eff5f8f..66134cb 100644 --- a/tajo-catalog/tajo-catalog-server/pom.xml +++ b/tajo-catalog/tajo-catalog-server/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-cli/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-cli/pom.xml b/tajo-cli/pom.xml index 70766b5..ecd6604 100644 --- a/tajo-cli/pom.xml +++ b/tajo-cli/pom.xml @@ -17,13 +17,12 @@ ~ 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/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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-cli</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-client-example/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-client-example/pom.xml b/tajo-client-example/pom.xml index 0e8a0dd..75389dd 100644 --- a/tajo-client-example/pom.xml +++ b/tajo-client-example/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-client-example</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-client/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-client/pom.xml b/tajo-client/pom.xml index 068b636..5803a2d 100644 --- a/tajo-client/pom.xml +++ b/tajo-client/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-client</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-cluster-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-cluster-tests/pom.xml b/tajo-cluster-tests/pom.xml index ff83f4f..7125973 100644 --- a/tajo-cluster-tests/pom.xml +++ b/tajo-cluster-tests/pom.xml @@ -17,14 +17,12 @@ ~ 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/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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-cluster-tests</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-common/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-common/pom.xml b/tajo-common/pom.xml index 91034f7..8c07d26 100644 --- a/tajo-common/pom.xml +++ b/tajo-common/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-core-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-core-tests/pom.xml b/tajo-core-tests/pom.xml index f044335..8ec2032 100644 --- a/tajo-core-tests/pom.xml +++ b/tajo-core-tests/pom.xml @@ -17,14 +17,12 @@ ~ 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/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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-core-tests</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-core/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-core/pom.xml b/tajo-core/pom.xml index 7eb3b09..01092a8 100644 --- a/tajo-core/pom.xml +++ b/tajo-core/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-core</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-dist/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-dist/pom.xml b/tajo-dist/pom.xml index e5c78f3..d06b0e8 100644 --- a/tajo-dist/pom.xml +++ b/tajo-dist/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-docs/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-docs/pom.xml b/tajo-docs/pom.xml index 75fbbb9..1842005 100644 --- a/tajo-docs/pom.xml +++ b/tajo-docs/pom.xml @@ -13,13 +13,12 @@ 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/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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-docs</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-jdbc/pom.xml b/tajo-jdbc/pom.xml index 7b7b79c..5de4386 100644 --- a/tajo-jdbc/pom.xml +++ b/tajo-jdbc/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-jdbc</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-maven-plugins/pom.xml b/tajo-maven-plugins/pom.xml index 3b4dd10..ef6f27e 100644 --- a/tajo-maven-plugins/pom.xml +++ b/tajo-maven-plugins/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.tajo</groupId> <artifactId>tajo-project</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <groupId>org.apache.tajo</groupId> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-metrics/pom.xml b/tajo-metrics/pom.xml index 73beb27..ae413b6 100644 --- a/tajo-metrics/pom.xml +++ b/tajo-metrics/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-metrics</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-plan/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-plan/pom.xml b/tajo-plan/pom.xml index 95fd56d..2692b8c 100644 --- a/tajo-plan/pom.xml +++ b/tajo-plan/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-plan</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-project/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml index fb20584..b7222e2 100644 --- a/tajo-project/pom.xml +++ b/tajo-project/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tajo</groupId> <artifactId>tajo-main</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> </parent> <groupId>org.apache.tajo</groupId> <artifactId>tajo-project</artifactId> @@ -35,7 +35,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <hadoop.version>2.7.1</hadoop.version> <protobuf.version>2.5.0</protobuf.version> - <tajo.version>0.11.0-SNAPSHOT</tajo.version> + <tajo.version>0.11.0</tajo.version> <hbase.version>1.1.1</hbase.version> <hive.version>1.1.0</hive.version> <netty.version>4.0.29.Final</netty.version> @@ -111,7 +111,7 @@ <id>hjkim</id> <name>Hyoung Jun Kim</name> <email>[email protected]</email> - <organization></organization> + <organization /> <roles> <role>PMC</role> </roles> @@ -171,7 +171,7 @@ <id>jihun</id> <name>Jihun Kang</name> <email>[email protected]</email> - <organization></organization> + <organization /> <roles> <role>Committer</role> </roles> @@ -344,7 +344,7 @@ <url>https://git-wip-us.apache.org/repos/asf/tajo.git</url> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/tajo.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/tajo.git</developerConnection> - <tag>HEAD</tag> + <tag>release-0.11.0-rc2</tag> </scm> <mailingLists> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-pullserver/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-pullserver/pom.xml b/tajo-pullserver/pom.xml index ba6e6b7..59b83b0 100644 --- a/tajo-pullserver/pom.xml +++ b/tajo-pullserver/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-rpc/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-rpc/pom.xml b/tajo-rpc/pom.xml index f069aca..383aee4 100644 --- a/tajo-rpc/pom.xml +++ b/tajo-rpc/pom.xml @@ -20,7 +20,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>tajo-project</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <groupId>org.apache.tajo</groupId> <relativePath>../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-rpc/tajo-rpc-common/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-rpc/tajo-rpc-common/pom.xml b/tajo-rpc/tajo-rpc-common/pom.xml index b8301de..0810ce8 100644 --- a/tajo-rpc/tajo-rpc-common/pom.xml +++ b/tajo-rpc/tajo-rpc-common/pom.xml @@ -20,7 +20,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>tajo-project</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <groupId>org.apache.tajo</groupId> <relativePath>../../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-rpc/tajo-rpc-protobuf/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-rpc/tajo-rpc-protobuf/pom.xml b/tajo-rpc/tajo-rpc-protobuf/pom.xml index a14f506..d19ab84 100644 --- a/tajo-rpc/tajo-rpc-protobuf/pom.xml +++ b/tajo-rpc/tajo-rpc-protobuf/pom.xml @@ -20,7 +20,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>tajo-project</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <groupId>org.apache.tajo</groupId> <relativePath>../../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-rpc/tajo-ws-rs/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-rpc/tajo-ws-rs/pom.xml b/tajo-rpc/tajo-ws-rs/pom.xml index 5ef957b..25aad46 100644 --- a/tajo-rpc/tajo-ws-rs/pom.xml +++ b/tajo-rpc/tajo-ws-rs/pom.xml @@ -20,7 +20,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>tajo-project</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <groupId>org.apache.tajo</groupId> <relativePath>../../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-sql-parser/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-sql-parser/pom.xml b/tajo-sql-parser/pom.xml index 27f0ba8..9734d70 100644 --- a/tajo-sql-parser/pom.xml +++ b/tajo-sql-parser/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-sql-parser</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-storage/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-storage/pom.xml b/tajo-storage/pom.xml index 523aa98..1c65eed 100644 --- a/tajo-storage/pom.xml +++ b/tajo-storage/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-storage/tajo-storage-common/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-storage/tajo-storage-common/pom.xml b/tajo-storage/tajo-storage-common/pom.xml index 0f584ed..a400f39 100644 --- a/tajo-storage/tajo-storage-common/pom.xml +++ b/tajo-storage/tajo-storage-common/pom.xml @@ -17,11 +17,11 @@ 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/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>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-storage/tajo-storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-storage/tajo-storage-hbase/pom.xml b/tajo-storage/tajo-storage-hbase/pom.xml index b846844..03f91e9 100644 --- a/tajo-storage/tajo-storage-hbase/pom.xml +++ b/tajo-storage/tajo-storage-hbase/pom.xml @@ -17,13 +17,11 @@ 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/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>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-storage/tajo-storage-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-storage/tajo-storage-hdfs/pom.xml b/tajo-storage/tajo-storage-hdfs/pom.xml index 54754d0..c6a816b 100644 --- a/tajo-storage/tajo-storage-hdfs/pom.xml +++ b/tajo-storage/tajo-storage-hdfs/pom.xml @@ -17,13 +17,11 @@ 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/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>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-storage/tajo-storage-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-storage/tajo-storage-jdbc/pom.xml b/tajo-storage/tajo-storage-jdbc/pom.xml index 8a18c0c..e13842d 100644 --- a/tajo-storage/tajo-storage-jdbc/pom.xml +++ b/tajo-storage/tajo-storage-jdbc/pom.xml @@ -17,13 +17,11 @@ 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/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>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-storage/tajo-storage-pgsql/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-storage/tajo-storage-pgsql/pom.xml b/tajo-storage/tajo-storage-pgsql/pom.xml index 8c2eb38..cad68cc 100644 --- a/tajo-storage/tajo-storage-pgsql/pom.xml +++ b/tajo-storage/tajo-storage-pgsql/pom.xml @@ -17,13 +17,11 @@ 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/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>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/f10370ed/tajo-thirdparty/asm/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-thirdparty/asm/pom.xml b/tajo-thirdparty/asm/pom.xml index 1febe44..0b30eec 100644 --- a/tajo-thirdparty/asm/pom.xml +++ b/tajo-thirdparty/asm/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.0</version> <relativePath>../../tajo-project</relativePath> </parent>
