Ali Alsuliman has submitted this change and it was merged.
Change subject: Update Asterix/Hyracks dependency in asterix-bad
......................................................................
Update Asterix/Hyracks dependency in asterix-bad
Change-Id: Ie462e81488e601014adc7f32af6ae1939a853317
---
M asterix-bad/pom.xml
1 file changed, 3 insertions(+), 2 deletions(-)
Approvals:
Jenkins: Verified
Ian Maxon: Looks good to me, approved
diff --git a/asterix-bad/pom.xml b/asterix-bad/pom.xml
index 3dbeca6..d6c0602 100644
--- a/asterix-bad/pom.xml
+++ b/asterix-bad/pom.xml
@@ -25,8 +25,8 @@
</parent>
<artifactId>asterix-bad</artifactId>
<properties>
- <asterix.version>0.9.4-SNAPSHOT</asterix.version>
- <hyracks.version>0.3.4-SNAPSHOT</hyracks.version>
+ <asterix.version>0.9.5-SNAPSHOT</asterix.version>
+ <hyracks.version>0.3.5-SNAPSHOT</hyracks.version>
<source-format.skip>true</source-format.skip>
<testLog4jConfigFile>${root.dir}/../../asterix-app/src/test/resources/log4j2-test.xml</testLog4jConfigFile>
</properties>
@@ -268,6 +268,7 @@
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-data-std</artifactId>
+ <version>${hyracks.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hyracks</groupId>
--
To view, visit https://asterix-gerrit.ics.uci.edu/2998
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie462e81488e601014adc7f32af6ae1939a853317
Gerrit-PatchSet: 3
Gerrit-Project: asterixdb-bad
Gerrit-Branch: master
Gerrit-Owner: Ali Alsuliman <[email protected]>
Gerrit-Reviewer: Ali Alsuliman <[email protected]>
Gerrit-Reviewer: Ian Maxon <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>