Repository: tajo Updated Branches: refs/heads/master a4106883d -> 39cb27d44
Bump up to 0.12.0-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/c9f61e42 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/c9f61e42 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/c9f61e42 Branch: refs/heads/master Commit: c9f61e42d406cf4b0dba70e399384843a78e2d09 Parents: a410688 Author: Hyunsik Choi <[email protected]> Authored: Sat Aug 15 22:09:01 2015 +0900 Committer: Hyunsik Choi <[email protected]> Committed: Sat Aug 15 22:09:01 2015 +0900 ---------------------------------------------------------------------- pom.xml | 2 +- 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 | 2 +- tajo-catalog/tajo-catalog-server/pom.xml | 2 +- tajo-cli/pom.xml | 2 +- tajo-client/pom.xml | 2 +- tajo-cluster-tests/pom.xml | 4 ++-- tajo-common/pom.xml | 2 +- tajo-core-tests/pom.xml | 2 +- tajo-core/pom.xml | 2 +- tajo-dist/pom.xml | 2 +- tajo-docs/pom.xml | 2 +- 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 | 4 ++-- 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-storage/pom.xml | 2 +- tajo-storage/tajo-storage-common/pom.xml | 2 +- tajo-storage/tajo-storage-hbase/pom.xml | 4 ++-- tajo-storage/tajo-storage-hdfs/pom.xml | 4 ++-- tajo-thirdparty/asm/pom.xml | 2 +- 31 files changed, 35 insertions(+), 35 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 69eaebf..f26fd6c 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.12.0</version> <description>Tajo Main</description> <name>Tajo Main</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-algebra/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-algebra/pom.xml b/tajo-algebra/pom.xml index 59756cf..7afdafb 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.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-algebra</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-catalog/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-catalog/pom.xml b/tajo-catalog/pom.xml index 864e1fe..68cf23f 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.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/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..fa4f3c9 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.12.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/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..07faf67 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.12.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/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..a0cc366 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.12.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/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 6b3806a..d7d6892 100644 --- a/tajo-catalog/tajo-catalog-drivers/tajo-hive/pom.xml +++ b/tajo-catalog/tajo-catalog-drivers/tajo-hive/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.12.0</version> <relativePath>../../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/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 88ba5fb..6da8016 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.12.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-cli/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-cli/pom.xml b/tajo-cli/pom.xml index c72ea9b..38a5711 100644 --- a/tajo-cli/pom.xml +++ b/tajo-cli/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-cli</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-client/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-client/pom.xml b/tajo-client/pom.xml index 4d63ae7..c481923 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.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-client</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-cluster-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-cluster-tests/pom.xml b/tajo-cluster-tests/pom.xml index 20c43bd..5180d1f 100644 --- a/tajo-cluster-tests/pom.xml +++ b/tajo-cluster-tests/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-cluster-tests</artifactId> @@ -299,4 +299,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-common/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-common/pom.xml b/tajo-common/pom.xml index 1e17198..1b914ef 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.12.0</version> <relativePath>../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-core-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-core-tests/pom.xml b/tajo-core-tests/pom.xml index 8f2051d..ec2c146 100644 --- a/tajo-core-tests/pom.xml +++ b/tajo-core-tests/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-core-tests</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-core/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-core/pom.xml b/tajo-core/pom.xml index fa70dae..ff035a0 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.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-core</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-dist/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-dist/pom.xml b/tajo-dist/pom.xml index 3b8f947..f0fbdcf 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.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-docs/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-docs/pom.xml b/tajo-docs/pom.xml index a0e842d..ef94129 100644 --- a/tajo-docs/pom.xml +++ b/tajo-docs/pom.xml @@ -19,7 +19,7 @@ limitations under the License. <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-docs</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-jdbc/pom.xml b/tajo-jdbc/pom.xml index 3af8b23..cd21286 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.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-jdbc</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-maven-plugins/pom.xml b/tajo-maven-plugins/pom.xml index 3b4dd10..030a9d1 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.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <groupId>org.apache.tajo</groupId> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-metrics/pom.xml b/tajo-metrics/pom.xml index 73beb27..f7dace2 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.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-metrics</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-plan/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-plan/pom.xml b/tajo-plan/pom.xml index 95fd56d..95fcf3e 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.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-plan</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-project/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml index b6fb2bf..b4d1620 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.12.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.12.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> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-pullserver/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-pullserver/pom.xml b/tajo-pullserver/pom.xml index ba6e6b7..d0df89f 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.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-rpc/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-rpc/pom.xml b/tajo-rpc/pom.xml index f069aca..02f13e7 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.12.0</version> <groupId>org.apache.tajo</groupId> <relativePath>../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/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..e2ecfbd 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.12.0</version> <groupId>org.apache.tajo</groupId> <relativePath>../../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/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..d68afcc 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.12.0</version> <groupId>org.apache.tajo</groupId> <relativePath>../../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/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..625b34f 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.12.0</version> <groupId>org.apache.tajo</groupId> <relativePath>../../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-storage/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-storage/pom.xml b/tajo-storage/pom.xml index 913e719..ecc85d4 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.12.0</version> <relativePath>../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/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 90e9862..51fcd3e 100644 --- a/tajo-storage/tajo-storage-common/pom.xml +++ b/tajo-storage/tajo-storage-common/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.12.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/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 cef830e..b775972 100644 --- a/tajo-storage/tajo-storage-hbase/pom.xml +++ b/tajo-storage/tajo-storage-hbase/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.12.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -360,4 +360,4 @@ </plugin> </plugins> </reporting> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/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 2ea125c..3fd9562 100644 --- a/tajo-storage/tajo-storage-hdfs/pom.xml +++ b/tajo-storage/tajo-storage-hdfs/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.11.0-SNAPSHOT</version> + <version>0.12.0</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -389,4 +389,4 @@ </plugin> </plugins> </reporting> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/tajo/blob/c9f61e42/tajo-thirdparty/asm/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-thirdparty/asm/pom.xml b/tajo-thirdparty/asm/pom.xml index 1febe44..9dfc17c 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.12.0</version> <relativePath>../../tajo-project</relativePath> </parent>
