Fix version.
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/0c8a9f70 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/0c8a9f70 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/0c8a9f70 Branch: refs/heads/TAJO-1730 Commit: 0c8a9f708cf85e5ddeacc1163fabf326e3af2f3b Parents: 88ec43f Author: Hyunsik Choi <[email protected]> Authored: Sun Aug 16 21:34:16 2015 +0900 Committer: Hyunsik Choi <[email protected]> Committed: Sun Aug 16 21:34:16 2015 +0900 ---------------------------------------------------------------------- pom.xml | 2 +- tajo-storage/tajo-storage-jdbc/pom.xml | 4 ++-- tajo-storage/tajo-storage-mysql/pom.xml | 2 +- tajo-storage/tajo-storage-pgsql/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/0c8a9f70/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f26fd6c..605160a 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <groupId>org.apache.tajo</groupId> <artifactId>tajo-main</artifactId> - <version>0.12.0</version> + <version>0.12.0-SNAPSHOT</version> <description>Tajo Main</description> <name>Tajo Main</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/tajo/blob/0c8a9f70/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 d45ec2f..f086f24 100644 --- a/tajo-storage/tajo-storage-jdbc/pom.xml +++ b/tajo-storage/tajo-storage-jdbc/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-SNAPSHOT</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -191,7 +191,7 @@ <groupId>org.apache.tajo</groupId> <artifactId>tajo-cluster-tests</artifactId> <type>test-jar</type> - <scope>test</scope> + <scope>provided</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/tajo/blob/0c8a9f70/tajo-storage/tajo-storage-mysql/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-storage/tajo-storage-mysql/pom.xml b/tajo-storage/tajo-storage-mysql/pom.xml index f0a072d..ff68b59 100644 --- a/tajo-storage/tajo-storage-mysql/pom.xml +++ b/tajo-storage/tajo-storage-mysql/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-SNAPSHOT</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/0c8a9f70/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 9d13442..c24562d 100644 --- a/tajo-storage/tajo-storage-pgsql/pom.xml +++ b/tajo-storage/tajo-storage-pgsql/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-SNAPSHOT</version> <relativePath>../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
