commit | f8a882dccde84333346ee32825525f6b4e963439 | [log] [tgz] |
---|---|---|
author | Michael Blow <mblow@apache.org> | Tue Aug 02 01:28:34 2016 -0400 |
committer | Michael Blow <mblow@apache.org> | Tue Aug 02 10:04:16 2016 -0700 |
tree | 2383a51860da292731f1b29606a1c250241d28fe | |
parent | 1e73f46aa7130079e922b75658b370cecf4646f4 [diff] [blame] |
Cleanup Versions In POM Files - Eliminate redundant version references - Defer to ${project.version} when appropriate - Pickup hyracks module version from dependency management Change-Id: I6e468931024831db41ba9e2f6e48f0be0ba3373a Reviewed-on: https://asterix-gerrit.ics.uci.edu/1039 Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Till Westmann <tillw@apache.org>
diff --git a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml index d885b38..ac7323c 100644 --- a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml
@@ -34,7 +34,7 @@ <dependency> <groupId>org.apache.hyracks</groupId> <artifactId>hyracks-api</artifactId> - <version>0.2.18-SNAPSHOT</version> + <version>${project.version}</version> <type>jar</type> <scope>compile</scope> </dependency>