Author: elecharny Date: Mon May 10 15:29:02 2010 New Revision: 942788 URL: http://svn.apache.org/viewvc?rev=942788&view=rev Log: Replaced ${groupId} with ${project.groupId} in poms (same for version) Modified: directory/apacheds/trunk/core-api/pom.xml directory/apacheds/trunk/core-avl/pom.xml directory/apacheds/trunk/core-entry/pom.xml Modified: directory/apacheds/trunk/core-api/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-api/pom.xml?rev=942788&r1=942787&r2=942788&view=diff ============================================================================== --- directory/apacheds/trunk/core-api/pom.xml (original) +++ directory/apacheds/trunk/core-api/pom.xml Mon May 10 15:29:02 2010 @@ -50,20 +50,20 @@ apacheds-i18n - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-core-entry - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-core-constants - ${groupId} - ${version} + ${project.groupId} + ${project.version} Modified: directory/apacheds/trunk/core-avl/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-avl/pom.xml?rev=942788&r1=942787&r2=942788&view=diff ============================================================================== --- directory/apacheds/trunk/core-avl/pom.xml (original) +++ directory/apacheds/trunk/core-avl/pom.xml Mon May 10 15:29:02 2010 @@ -35,8 +35,8 @@ apacheds-xdbm-base - ${groupId} - ${version} + ${project.groupId} + ${project.version} Modified: directory/apacheds/trunk/core-entry/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-entry/pom.xml?rev=942788&r1=942787&r2=942788&view=diff ============================================================================== --- directory/apacheds/trunk/core-entry/pom.xml (original) +++ directory/apacheds/trunk/core-entry/pom.xml Mon May 10 15:29:02 2010 @@ -39,8 +39,8 @@ apacheds-i18n - ${groupId} - ${version} + ${project.groupId} + ${project.version}