You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Kenny Ballou <kb...@devnulllabs.io> on 2014/08/19 01:42:50 UTC

Review Request 24824: AMBARI-6903: Maven {artifactId} / {pom.groupId} Deprecation Warnings

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24824/
-----------------------------------------------------------

Review request for Ambari and Jeff Sposetti.


Bugs: AMBARI-6903
    https://issues.apache.org/jira/browse/AMBARI-6903


Repository: ambari


Description
-------

Certain `pom.xml` files are using old/ deprecated property references. Replace and use new property references. Specifically, warnings thrown:

    [WARNING] The expression ${pom.groupId} is deprecated. Please use ${project.groupId} instead.
    [WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.


Diffs
-----

  ambari-agent/pom.xml c98af34 
  ambari-client/python-client/pom.xml 74fc0f5 
  ambari-server/pom.xml 2ec71ab 
  ambari-shell/ambari-python-shell/pom.xml 08d74c0 

Diff: https://reviews.apache.org/r/24824/diff/


Testing
-------

After patching, rebuilding with related goals did not issue the respective warnings.


Thanks,

Kenny Ballou