Repository: hive Updated Branches: refs/heads/storage-branch-2.5 4e018faab -> 605d8fa28
Prepare for development after Hive Storage API 2.5.0. Signed-off-by: Owen O'Malley <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/605d8fa2 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/605d8fa2 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/605d8fa2 Branch: refs/heads/storage-branch-2.5 Commit: 605d8fa28afc93910441082780fb8a26685e7499 Parents: 4e018fa Author: Owen O'Malley <[email protected]> Authored: Tue Mar 27 16:19:04 2018 -0700 Committer: Owen O'Malley <[email protected]> Committed: Tue Mar 27 16:19:04 2018 -0700 ---------------------------------------------------------------------- storage-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/605d8fa2/storage-api/pom.xml ---------------------------------------------------------------------- diff --git a/storage-api/pom.xml b/storage-api/pom.xml index 836316f..d213b88 100644 --- a/storage-api/pom.xml +++ b/storage-api/pom.xml @@ -25,7 +25,7 @@ <groupId>org.apache.hive</groupId> <artifactId>hive-storage-api</artifactId> - <version>2.5.0</version> + <version>2.5.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Hive Storage API</name>
