Author: tchemit Date: 2010-03-12 20:47:58 +0100 (Fri, 12 Mar 2010) New Revision: 831 Log: Evolution #327: Replace ${pom.url} by ${project.url} Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-02-21 10:19:25 UTC (rev 830) +++ trunk/pom.xml 2010-03-12 19:47:58 UTC (rev 831) @@ -430,7 +430,7 @@ <mainClass>${maven.jar.main.class}</mainClass> </manifest> <manifestEntries> - <url>${pom.url}</url> + <url>${project.url}</url> </manifestEntries> </archive> </configuration>