r2610 - in trunk: . jaxx-demo/src/main/java/jaxx/demo jaxx-maven-plugin
Author: tchemit Date: 2013-03-11 12:09:12 +0100 (Mon, 11 Mar 2013) New Revision: 2610 Url: http://nuiton.org/projects/jaxx/repository/revisions/2610 Log: refs #2581: Updates mavenpom to 3.4.8 prepare release Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/DemoUIHandler.java trunk/jaxx-maven-plugin/pom.xml trunk/pom.xml Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/DemoUIHandler.java =================================================================== --- trunk/jaxx-demo/src/main/java/jaxx/demo/DemoUIHandler.java 2013-03-11 10:50:07 UTC (rev 2609) +++ trunk/jaxx-demo/src/main/java/jaxx/demo/DemoUIHandler.java 2013-03-11 11:09:12 UTC (rev 2610) @@ -3,23 +3,23 @@ /* * #%L * JAXX :: Demo - * + * * * $Id$ * $HeadURL$ * %% * Copyright (C) 2008 - 2010 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public + * + * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% Modified: trunk/jaxx-maven-plugin/pom.xml =================================================================== --- trunk/jaxx-maven-plugin/pom.xml 2013-03-11 10:50:07 UTC (rev 2609) +++ trunk/jaxx-maven-plugin/pom.xml 2013-03-11 11:09:12 UTC (rev 2610) @@ -111,6 +111,11 @@ </dependency> <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> + + <dependency> <groupId>javax.help</groupId> <artifactId>javahelp</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-03-11 10:50:07 UTC (rev 2609) +++ trunk/pom.xml 2013-03-11 11:09:12 UTC (rev 2610) @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.4.7</version> + <version>3.4.8</version> </parent> <artifactId>jaxx</artifactId>
participants (1)
-
tchemit@users.nuiton.org