Author: doogie Date: Tue Apr 21 23:34:40 2015 New Revision: 1675213 URL: http://svn.apache.org/r1675213 Log: Fix a deprecation warning, s/artifactId/project.artifactId/
Modified: ofbiz/branches/OFBIZ-6271/pom.xml Modified: ofbiz/branches/OFBIZ-6271/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/pom.xml?rev=1675213&r1=1675212&r2=1675213&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/pom.xml Tue Apr 21 23:34:40 2015 @@ -28,7 +28,7 @@ under the License. <build> <directory>build/lib</directory> <outputDirectory>build/classes</outputDirectory> - <finalName>${artifactId}</finalName> + <finalName>${project.artifactId}</finalName> <sourceDirectory>src</sourceDirectory> <resources> <resource>