Author: tchemit Date: 2009-08-20 17:09:36 +0200 (Thu, 20 Aug 2009) New Revision: 1516 Modified: trunk/jaxx-example/pom.xml trunk/pom.xml Log: use thirdparty artifacts Modified: trunk/jaxx-example/pom.xml =================================================================== --- trunk/jaxx-example/pom.xml 2009-08-16 09:01:47 UTC (rev 1515) +++ trunk/jaxx-example/pom.xml 2009-08-20 15:09:36 UTC (rev 1516) @@ -233,9 +233,9 @@ </executions> </plugin> <plugin> - <groupId>org.codehaus.mojo.webstart</groupId> + <groupId>org.nuiton.thirdparty</groupId> <artifactId>webstart-maven-plugin</artifactId> - <version>1.0-alpha-2-cl_20081018</version> + <version>1.0-alpha-2-cl_20090204</version> <executions> <execution> <phase>package</phase> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-16 09:01:47 UTC (rev 1515) +++ trunk/pom.xml 2009-08-20 15:09:36 UTC (rev 1516) @@ -133,7 +133,7 @@ <dependency> <groupId>org.swinglabs</groupId> <artifactId>swingx</artifactId> - <version>0.9.7</version> + <version>1.0</version> </dependency> <dependency>
participants (1)
-
tchemit@users.nuiton.org