Changed missing versions in pom.xml.
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/afd3ab88 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/afd3ab88 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/afd3ab88 Branch: refs/heads/release-0.10.1-rc2 Commit: afd3ab888b01d4ea31a15c9a88915614149352c7 Parents: c77c4d4 Author: Hyunsik Choi <[email protected]> Authored: Sun May 31 19:44:59 2015 -0700 Committer: Hyunsik Choi <[email protected]> Committed: Sun May 31 19:44:59 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/afd3ab88/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/afd3ab88/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>
