----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8836/ -----------------------------------------------------------
Review request for cloudstack. Description ------- I'm playing around with nonstandard artifact versions in maven, and found two module pom files: plugins/hypervisors/simulator/pom.xml plugins/network-elements/dns-notifier/pom.xml that explicitly set's their versions. This is not needed, as they are only used as submodules of the toplevel pom.xml and as such they inherit the version of the toplevel project if the version element is absent. The attached patch removes the redundant version information. This addresses bug CLOUDSTACK-790. Diffs ----- plugins/hypervisors/simulator/pom.xml 15b3790 plugins/network-elements/dns-notifier/pom.xml 0b4c981 Diff: https://reviews.apache.org/r/8836/diff/ Testing ------- Thanks, Noa Resare