Author: tchemit Date: 2010-05-02 13:04:42 +0200 (Sun, 02 May 2010) New Revision: 1864 Url: http://nuiton.org/repositories/revision/jaxx/1864 Log: fix snpashot unique version in jar manifest Modified: trunk/jaxx-demo/pom.xml Modified: trunk/jaxx-demo/pom.xml =================================================================== --- trunk/jaxx-demo/pom.xml 2010-04-30 20:09:43 UTC (rev 1863) +++ trunk/jaxx-demo/pom.xml 2010-05-02 11:04:42 UTC (rev 1864) @@ -138,13 +138,14 @@ <configuration> <archive> <manifest> + <useUniqueVersions>false</useUniqueVersions> <addClasspath>true</addClasspath> <classpathPrefix>./lib/</classpathPrefix> </manifest> </archive> </configuration> </plugin> - + <plugin> <groupId>org.nuiton.thirdparty</groupId> <artifactId>webstart-maven-plugin</artifactId>