Repository: hive Updated Branches: refs/heads/master 74c50452c -> a9c429e63
HIVE-15929. Fix accidental change included in previous commit. 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/a9c429e6 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/a9c429e6 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/a9c429e6 Branch: refs/heads/master Commit: a9c429e637cf366b90a87cc5c1f3c2b4e60ae0c8 Parents: 74c5045 Author: Owen O'Malley <[email protected]> Authored: Thu Feb 16 10:05:40 2017 -0800 Committer: Owen O'Malley <[email protected]> Committed: Thu Feb 16 10:05:40 2017 -0800 ---------------------------------------------------------------------- storage-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/a9c429e6/storage-api/pom.xml ---------------------------------------------------------------------- diff --git a/storage-api/pom.xml b/storage-api/pom.xml index aa1c9f3..f29a27b 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.2.1</version> + <version>2.3.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Hive Storage API</name>
