This is an automated email from the ASF dual-hosted git repository.
sarath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new 356017e ATLAS-3245: Swap build order of impala-bridge and
impala-bridge-shim maven module
356017e is described below
commit 356017ef7da13daf64f2fb20e779d3862e9fe608
Author: Sarath Subramanian <[email protected]>
AuthorDate: Wed May 29 19:04:34 2019 -0700
ATLAS-3245: Swap build order of impala-bridge and impala-bridge-shim maven
module
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d2c4c17..3652c41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -785,8 +785,8 @@
<module>addons/kafka-bridge</module>
<module>tools/classification-updater</module>
<module>addons/impala-hook-api</module>
- <module>addons/impala-bridge</module>
<module>addons/impala-bridge-shim</module>
+ <module>addons/impala-bridge</module>
<module>distro</module>
</modules>