Author: tchemit Date: 2010-11-18 22:36:06 +0100 (Thu, 18 Nov 2010) New Revision: 2130 Url: http://nuiton.org/repositories/revision/jaxx/2130 Log: use mavenpom 2.4.1-SNAPSHOT Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-18 17:26:27 UTC (rev 2129) +++ trunk/pom.xml 2010-11-18 21:36:06 UTC (rev 2130) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>2.4</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>jaxx</artifactId> @@ -442,12 +442,7 @@ <licenseMerges> <licenseMerge>The Apache Software License, Version 2.0|Apache License, Version 2.0</licenseMerge> <licenseMerge>BSD License|BSD</licenseMerge> - </licenseMerges> - <!-- remove this while using mavenpom > 2.4 --> - <excludes> - <exclude>**/i18n/*.properties</exclude> - <exclude>**/THIRD-PARTY.properties</exclude> - </excludes> + </licenseMerges> </configuration> </plugin>