Author: tchemit Date: 2013-03-28 01:14:49 +0100 (Thu, 28 Mar 2013) New Revision: 2642 Url: http://nuiton.org/projects/jaxx/repository/revisions/2642 Log: revert jaxx-widget pom changes for standalone release (not possible here...) Modified: trunk/jaxx-widgets/pom.xml Modified: trunk/jaxx-widgets/pom.xml =================================================================== --- trunk/jaxx-widgets/pom.xml 2013-03-27 23:57:59 UTC (rev 2641) +++ trunk/jaxx-widgets/pom.xml 2013-03-28 00:14:49 UTC (rev 2642) @@ -31,12 +31,11 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.5.14</version> + <version>2.5.15-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> <artifactId>jaxx-widgets</artifactId> - <version>2.5.14.1-SNAPSHOT</version> <name>JAXX :: Widgets</name> <description>Collection of swing widgets wrote with JAXX</description> @@ -64,7 +63,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>jaxx-runtime</artifactId> - <version>2.5.14</version> + <version>${project.version}</version> </dependency> <dependency>