Revert "[maven-release-plugin] prepare release release-0.11.0-rc0"
This reverts commit ddd9d7aaf6a81a34eb5abe9f70e19e11bd106424. Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/7102df98 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/7102df98 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/7102df98 Branch: refs/heads/branch-0.11.0 Commit: 7102df980d0a8e90bf4956dd1127b2528bddc7fb Parents: 7ea40ce Author: Hyunsik Choi <[email protected]> Authored: Tue Sep 29 15:58:15 2015 -0700 Committer: Hyunsik Choi <[email protected]> Committed: Tue Sep 29 15:58:15 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, 66 insertions(+), 50 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dc954d6..044c0cd 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</version> + <version>0.11.0-SNAPSHOT</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>release-0.11.0-rc0</tag> + <tag>HEAD</tag> </scm> <repositories> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-algebra/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-algebra/pom.xml b/tajo-algebra/pom.xml index 3f743cf..59756cf 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-algebra</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-catalog/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-catalog/pom.xml b/tajo-catalog/pom.xml index cabf3e4..864e1fe 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/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 92f4061..e661678 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/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 34304ff..adf470d 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/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 5f9d82e..5a0e327 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/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 d1b047e..a64db96 100644 --- a/tajo-catalog/tajo-catalog-drivers/tajo-hive/pom.xml +++ b/tajo-catalog/tajo-catalog-drivers/tajo-hive/pom.xml @@ -17,11 +17,13 @@ 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/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 d30d4e9..3f93236 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-cli/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-cli/pom.xml b/tajo-cli/pom.xml index ecd6604..70766b5 100644 --- a/tajo-cli/pom.xml +++ b/tajo-cli/pom.xml @@ -17,12 +17,13 @@ ~ 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-cli</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-client-example/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-client-example/pom.xml b/tajo-client-example/pom.xml index 75389dd..0e8a0dd 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-client-example</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-client/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-client/pom.xml b/tajo-client/pom.xml index 5803a2d..068b636 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-client</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-cluster-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-cluster-tests/pom.xml b/tajo-cluster-tests/pom.xml index 7125973..ff83f4f 100644 --- a/tajo-cluster-tests/pom.xml +++ b/tajo-cluster-tests/pom.xml @@ -17,12 +17,14 @@ ~ 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-cluster-tests</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-common/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-common/pom.xml b/tajo-common/pom.xml index 8c07d26..91034f7 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-core-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-core-tests/pom.xml b/tajo-core-tests/pom.xml index 8ec2032..f044335 100644 --- a/tajo-core-tests/pom.xml +++ b/tajo-core-tests/pom.xml @@ -17,12 +17,14 @@ ~ 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-core-tests</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-core/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-core/pom.xml b/tajo-core/pom.xml index 01092a8..7eb3b09 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-core</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-dist/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-dist/pom.xml b/tajo-dist/pom.xml index 673cff5..3f8fecf 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-docs/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-docs/pom.xml b/tajo-docs/pom.xml index 1842005..75fbbb9 100644 --- a/tajo-docs/pom.xml +++ b/tajo-docs/pom.xml @@ -13,12 +13,13 @@ 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-docs</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-jdbc/pom.xml b/tajo-jdbc/pom.xml index 5de4386..7b7b79c 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-jdbc</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-maven-plugins/pom.xml b/tajo-maven-plugins/pom.xml index ef6f27e..3b4dd10 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <groupId>org.apache.tajo</groupId> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-metrics/pom.xml b/tajo-metrics/pom.xml index ae413b6..73beb27 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-metrics</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-plan/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-plan/pom.xml b/tajo-plan/pom.xml index 2692b8c..95fd56d 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-plan</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-project/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-project/pom.xml b/tajo-project/pom.xml index 5727d35..fb20584 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</version> + <version>0.11.0-SNAPSHOT</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</tajo.version> + <tajo.version>0.11.0-SNAPSHOT</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>release-0.11.0-rc0</tag> + <tag>HEAD</tag> </scm> <mailingLists> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-pullserver/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-pullserver/pom.xml b/tajo-pullserver/pom.xml index 59b83b0..ba6e6b7 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-rpc/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-rpc/pom.xml b/tajo-rpc/pom.xml index 383aee4..f069aca 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</version> + <version>0.11.0-SNAPSHOT</version> <groupId>org.apache.tajo</groupId> <relativePath>../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/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 0810ce8..b8301de 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</version> + <version>0.11.0-SNAPSHOT</version> <groupId>org.apache.tajo</groupId> <relativePath>../../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/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 d19ab84..a14f506 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</version> + <version>0.11.0-SNAPSHOT</version> <groupId>org.apache.tajo</groupId> <relativePath>../../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/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 25aad46..5ef957b 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</version> + <version>0.11.0-SNAPSHOT</version> <groupId>org.apache.tajo</groupId> <relativePath>../../tajo-project</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-sql-parser/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-sql-parser/pom.xml b/tajo-sql-parser/pom.xml index 9734d70..27f0ba8 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-sql-parser</artifactId> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-storage/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-storage/pom.xml b/tajo-storage/pom.xml index 1c65eed..523aa98 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/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 a400f39..0f584ed 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/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 03f91e9..b846844 100644 --- a/tajo-storage/tajo-storage-hbase/pom.xml +++ b/tajo-storage/tajo-storage-hbase/pom.xml @@ -17,11 +17,13 @@ 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/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 6a5b63d..7b1b486 100644 --- a/tajo-storage/tajo-storage-hdfs/pom.xml +++ b/tajo-storage/tajo-storage-hdfs/pom.xml @@ -17,11 +17,13 @@ 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/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 e13842d..8a18c0c 100644 --- a/tajo-storage/tajo-storage-jdbc/pom.xml +++ b/tajo-storage/tajo-storage-jdbc/pom.xml @@ -17,11 +17,13 @@ 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/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 cad68cc..8c2eb38 100644 --- a/tajo-storage/tajo-storage-pgsql/pom.xml +++ b/tajo-storage/tajo-storage-pgsql/pom.xml @@ -17,11 +17,13 @@ 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/7102df98/tajo-thirdparty/asm/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-thirdparty/asm/pom.xml b/tajo-thirdparty/asm/pom.xml index 0b30eec..1febe44 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</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../tajo-project</relativePath> </parent>
