Fixed missed version changes.
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/86799fb9 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/86799fb9 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/86799fb9 Branch: refs/heads/branch-0.10.1 Commit: 86799fb9c804a8af23112ae229811e0333918d20 Parents: 64ae35a Author: Hyunsik Choi <[email protected]> Authored: Tue Jun 23 21:14:35 2015 -0700 Committer: Hyunsik Choi <[email protected]> Committed: Tue Jun 23 21:14:35 2015 -0700 ---------------------------------------------------------------------- tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml | 2 +- tajo-docs/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/86799fb9/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml b/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml index 80428d6..f624e32 100644 --- a/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml +++ b/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>tajo-project</artifactId> <groupId>org.apache.tajo</groupId> - <version>0.10.1-SNAPSHOT</version> + <version>0.10.1</version> <relativePath>../../../tajo-project</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/tajo/blob/86799fb9/tajo-docs/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-docs/pom.xml b/tajo-docs/pom.xml index 71cfebd..f848cd5 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.10.1-SNAPSHOT</version> + <version>0.10.1</version> <relativePath>../tajo-project</relativePath> </parent> <artifactId>tajo-docs</artifactId>
