stoty commented on code in PR #105: URL: https://github.com/apache/phoenix-omid/pull/105#discussion_r898788288
########## pom.xml: ########## @@ -147,33 +146,19 @@ <properties> - - <hbase1.artifactId.suffix>hbase1.x</hbase1.artifactId.suffix> - <hbase2.artifactId.suffix>hbase2.x</hbase2.artifactId.suffix> - - <shims1.artifactId>omid-hbase-shims-${hbase1.artifactId.suffix}</shims1.artifactId> - <shims2.artifactId>omid-hbase-shims-${hbase2.artifactId.suffix}</shims2.artifactId> - - <!-- hbase-1 profile props are here and not in profile section to work better with intelij--> - <shims.artifactId>${shims1.artifactId}</shims.artifactId> - <java.version>1.7</java.version> - <hadoop.version>${hadoop1.version}</hadoop.version> - <hbase.version>${hbase1.version}</hbase.version> - <shims.module>hbase-1</shims.module> - <hbase.artifactId.suffix>${hbase1.artifactId.suffix}</hbase.artifactId.suffix> + <java.version>1.8</java.version> + <commons-io.version>2.11.0</commons-io.version> <!-- Basic properties --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- 3rd-Party Library Versioning --> - <hbase1.version>1.3.1</hbase1.version> - <hbase2.version>2.0.1</hbase2.version> - <hadoop1.version>2.7.5</hadoop1.version> - <hadoop2.version>3.0.0</hadoop2.version> + <hbase.version>2.4.12</hbase.version> Review Comment: You're right, fixing it. ########## pom.xml: ########## @@ -190,8 +175,8 @@ <commons.conf.version>1.10</commons.conf.version> <hamcrest.version>1.3</hamcrest.version> <!-- 2.12+ shades guava --> - <curator.version>2.13.0</curator.version> - <zookeeper.version>3.4.9</zookeeper.version> + <curator.version>4.3.0</curator.version> Review Comment: Right again, fixing it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org